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