5 #ifndef TPZQUADRATICPRISM_H 6 #define TPZQUADRATICPRISM_H 58 static std::string
TypeName() {
return "Prism";}
int ClassId() const override
CreateGeoElement -> TPZQuadraticPrism.
static void GradX(const TPZFMatrix< REAL > &nodes, TPZVec< T > &par, TPZFMatrix< T > &gradx)
Compute gradient of X mapping from element nodes and local parametric coordinates.
static void TShape(const TPZVec< T > ¶m, TPZFMatrix< T > &phi, TPZFMatrix< T > &dphi)
TPZQuadraticPrism(const TPZQuadraticPrism &cp)
static void X(const TPZFMatrix< REAL > &coord, TPZVec< T > &par, TPZVec< T > &result)
TPZQuadraticPrism(const TPZQuadraticPrism &cp, TPZGeoMesh &)
static std::string TypeName()
Returns the type name of the element.
Groups all classes defining the structure of the master element.
static void InsertExampleElement(TPZGeoMesh &gmesh, int matid, TPZVec< REAL > &lowercorner, TPZVec< REAL > &size)
Creates a geometric element according to the type of the father element.
static void Shape(TPZVec< REAL > &loc, TPZFMatrix< REAL > &phi, TPZFMatrix< REAL > &dphi)
Compute the shape being used to construct the X mapping from local parametric coordinates.
Contains the TPZNodeRep class which implements ... Clase intermediaria que guarda.
Defines the topology of a Prism. Topology Sides 0 to 7 are vertices, sides 7 to 14 are lines...
static bool IsLinearMapping(int side)
Implements ... Geometry Topology.
TPZQuadraticPrism(TPZVec< int64_t > &nodeindexes)
This class implements a geometric mesh for the pz environment. Geometry.
TPZQuadraticPrism(const TPZQuadraticPrism &cp, std::map< int64_t, int64_t > &gl2lcNdMap)
Contains the TPZGeoPrism class which implements the geometry of a prism element.
Groups all classes which model the geometry.
TPZPrism()
Default constructor.