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