NeoPZ
tpzgraphelt3d.h
Go to the documentation of this file.
1 
6 #ifndef TPZGRAPHELT3D_H
7 #define TPZGRAPHELT3D_H
8 
9 #include "pzgraphelq3dd.h"
10 
17 {
18 public:
20  TPZGraphElT3d(TPZCompEl *cel, TPZGraphMesh *gmesh) : TPZGraphElQ3dd(cel,gmesh){
21  }
24 
26  virtual void QsiEta(TPZVec<int> &i, int imax, TPZVec<REAL> &qsieta);
27 
28 };
29 
30 #endif
Represents a graphical mesh used for post processing purposes. Post processing.
Definition: pzgraphmesh.h:34
To export a graphical three dimensional discontinuous element. Post processing.
Definition: pzgraphelq3dd.h:20
TPZGraphElT3d(TPZCompEl *cel, TPZGraphMesh *gmesh)
Constructor for graphical tetrahedra element.
Definition: tpzgraphelt3d.h:20
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...
Implements the graphical representation of a tetrahedra element. Post processing. ...
Definition: tpzgraphelt3d.h:16
~TPZGraphElT3d()
Default destructor.
Defines the interface of a computational element. Computational Element.
Definition: pzcompel.h:59
Contains the TPZGraphElQ3dd class which implements the graphical three dimensional discontinuous elem...