NeoPZ
tpzgraphelpyramidmapped.h
Go to the documentation of this file.
1 
6 #ifndef TPZGRAPHELPYRAMIDMAPPED_H
7 #define TPZGRAPHELPYRAMIDMAPPED_H
8 
9 #include "pzgraphelq3dd.h"
10 
17 {
18 public:
23 
25  virtual void QsiEta(TPZVec<int> &i, int imax, TPZVec<REAL> &qsieta);
26 
27 };
28 
29 #endif
Represents a graphical mesh used for post processing purposes. Post processing.
Definition: pzgraphmesh.h:34
~TPZGraphElPyramidMapped()
Simple destructor.
To export a graphical three dimensional discontinuous element. Post processing.
Definition: pzgraphelq3dd.h:20
Implements the graphical element for a pyramid using a map to the cube element. Post processing...
TPZGraphElPyramidMapped(TPZCompEl *cel, TPZGraphMesh *gmesh)
Constructor for graphical pyramid element.
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...
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...