Represents a graphical mesh used for post processing purposes. Post processing.
TPZGraphElT(TPZCompEl *c, TPZGraphMesh *g)
Constructor for graphical element to computational triangular element.
virtual MElementType Type()
Get the type of the graphical element.
virtual void SetNode(int64_t i, TPZGraphNode *gno)
Sets a ith graphical node.
Templated vector implementation.
To export a graphical triangular element. Post processing.
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.
virtual int64_t EqNum(TPZVec< int > &co)
Number of equations.
TPZGraphNode * fConnects[7]
Graphical nodes vector (by connect of the computational element)
virtual int ExportType(TPZDrawStyle st)
Sets the style to export (format)
virtual int NConnects()
Number of connects for the element.
virtual int NNodes()
Number of corner nodes (geometric information)
REAL co[8][3]
Coordinates of the eight nodes.
virtual TPZGraphNode * Connect(int64_t i)
Return the graphical connect.
virtual void NextIJ(int no, TPZVec< int > &co, int incr)
virtual int NPoints(TPZGraphNode *n)
Number of points to graphical resolution.
MElementType
Define the element types.
virtual void QsiEta(TPZVec< int > &i, int imax, TPZVec< REAL > &qsieta)
This method maps the index of a point to parameter space as a function of the number of divisions...
virtual void FirstIJ(int no, TPZVec< int > &co, int &incr)
Abstract class to graphical one-, two- and three-dimensional element. Post processing.
virtual int Dimension()
the parametric dimension of the element
Defines the interface of a computational element. Computational Element.
To export a graphical node. Post processing.