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