35 REAL temp[3] = {0.,0.,0.};
39 temp[0] +=
cornerco[is][0]*phi(is,0);
40 temp[1] +=
cornerco[is][1]*phi(is,0);
41 temp[2] +=
cornerco[is][2]*phi(is,0);
Represents a graphical mesh used for post processing purposes. Post processing.
static REAL cornerco[8][3]
~TPZGraphElPrismMapped()
Simple destructor.
To export a graphical three dimensional discontinuous element. Post processing.
Contains TPZShapeCube class which implements the shape functions of a hexaedral element.
static void ShapeCorner(TPZVec< REAL > &pt, TPZFMatrix< REAL > &phi, TPZFMatrix< REAL > &dphi)
Computes the corner shape functions for a hexahedral 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...
Contains the TPZGraphElPrismMapped class which implements the graphical element for a prism using a d...
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.
Non abstract class which implements full matrices with preallocated storage with (N+1) entries...
TPZGraphElPrismMapped(TPZCompEl *cel, TPZGraphMesh *gmesh)
Constructor for graphical prism element.