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