NeoPZ
tpzgraphelt2dmapped.h
Go to the documentation of this file.
1 
6 #ifndef TPZGRAPHELT2DMAPPED_H
7 #define TPZGRAPHELT2DMAPPED_H
8 
9 #include "pzgraphelq2dd.h"
10 
17 {
18 public:
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 two-dimensional discontinuous element. Post processing.
Definition: pzgraphelq2dd.h:16
TPZGraphElT2dMapped(TPZCompEl *cel, TPZGraphMesh *gmesh)
Constructor for graphical element.
Implements a graphical element for a triangle mapped into de quadrilateral element. Post processing.
~TPZGraphElT2dMapped()
Default destructor.
Contains the TPZGraphElQ2dd class which implements the graphical two-dimensional discontinuous elemen...
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