34 void Print(std::ostream &out);
Represents a graphical mesh used for post processing purposes. Post processing.
virtual void NextIJ(int no, TPZVec< int > &co, int incr)
virtual int NNodes()
Number of corner nodes (geometric information)
To export a graphical one dimensional discontinuous element. Post processing.
void Print(std::ostream &out)
TPZGraphNode * Connect(int64_t i)
Return the graphical connect.
virtual int NPoints(TPZGraphNode *n)
Number of points to graphical resolution.
Templated vector implementation.
virtual int64_t EqNum(TPZVec< int > &co)
Number of equations.
virtual void FirstIJ(int no, TPZVec< int > &co, int &incr)
Contains the TPZGraphEl class which implements the graphical one-, two- and three-dimensional element...
virtual void Connectivity(TPZDrawStyle st=EDXStyle)
Set dx style for connectivity information.
TPZGraphNode * fConnect
Graphical node (connect) to discontinuous graphical element.
virtual int Dimension()
the parametric dimension of the element
MElementType Type()
Get the type of the graphical element.
REAL co[8][3]
Coordinates of the eight nodes.
int NConnects()
Number of connects for the element.
Implements block matrices. Matrix utility.
MElementType
Define the element types.
TPZGraphEl1dd(TPZCompEl *ce, TPZGraphMesh *gg)
Constructor for graphical element to computational one dimensional discontinuous element.
Abstract class to graphical one-, two- and three-dimensional element. Post processing.
virtual int ExportType(TPZDrawStyle st)
Sets the style to export (format)
virtual void SetNode(int64_t i, TPZGraphNode *gno)
Sets a ith graphical node.
Defines the interface of a computational element. Computational Element.
To export a graphical node. Post processing.