52 for(
int i=0;i<imax;i++) {
55 if(st ==
EMVStyle) out << ip <<
" 1 1 1 ";
59 out <<
EqNum(co0) <<
" " <<
EqNum(co1) << endl;
64 out <<
"TPZGraphEl1dd element id = " <<
fId << endl;
65 out <<
"Node numbers : ";
67 out << endl <<
"First Equation : ";
Represents a graphical mesh used for post processing purposes. Post processing.
virtual void NextIJ(int no, TPZVec< int > &co, int incr)
virtual int NNodes()
Number of corner nodes (geometric information)
void Print(std::ostream &out)
virtual int NPoints(TPZGraphNode *n)
Number of points to graphical resolution.
Contains declaration of TPZCompEl class which defines the interface of a computational element...
virtual int64_t EqNum(TPZVec< int > &co)
Number of equations.
virtual void FirstIJ(int no, TPZVec< int > &co, int &incr)
virtual void Connectivity(TPZDrawStyle st=EDXStyle)
Set dx style for connectivity information.
TPZGraphNode * fConnect
Graphical node (connect) to discontinuous graphical element.
int64_t fId
Id of the graphical element.
int Res()
Get the resolution of the draw.
TPZGraphMesh * fGraphMesh
Graphical mesh associated with graphical element.
Contains the TPZGraphMesh class which represents a graphical mesh used for post processing purposes...
REAL co[8][3]
Coordinates of the eight nodes.
TPZGraphEl1dd(TPZCompEl *ce, TPZGraphMesh *gg)
Constructor for graphical element to computational one dimensional discontinuous element.
Abstract class to graphical one-, two- and three-dimensional element. Post processing.
Contains the TPZGraphEl1dd class which implements the graphical one dimensional discontinuous element...
virtual int ExportType(TPZDrawStyle st)
Sets the style to export (format)
Defines the interface of a computational element. Computational Element.
To export a graphical node. Post processing.