26 REAL temp[2] = {0.,0.};
30 temp[0] +=
cornerco[is][0]*phi(is,0);
31 temp[1] +=
cornerco[is][1]*phi(is,0);
~TPZGraphElT2dMapped()
Default destructor.
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...
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...
static void ShapeCorner(TPZVec< REAL > &pt, TPZFMatrix< REAL > &phi, TPZFMatrix< REAL > &dphi)
Computes the corner shape functions for a quadrilateral element.
Contains the TPZGraphElT2dMapped class which implements a graphical element for a triangle mapped int...
static REAL cornerco[4][2]
Contains TPZShapeQuad class which implements the shape functions of a quadrilateral element...
Non abstract class which implements full matrices with preallocated storage with (N+1) entries...