6 #ifndef TPZQUADRATICTETRA_H 7 #define TPZQUADRATICTETRA_H virtual ~TPZQuadraticTetra()
Destructor.
static bool IsLinearMapping(int side)
It is quadratic mapping.
static void X(const TPZFMatrix< REAL > &coord, TPZVec< T > &par, TPZVec< T > &result)
static void GradX(const TPZFMatrix< REAL > &nodes, TPZVec< T > &loc, TPZFMatrix< T > &gradx)
Compute gradient of X mapping from element nodes and local parametric coordinates.
TPZQuadraticTetra(const TPZQuadraticTetra &cp, TPZGeoMesh &)
Copy constructor.
int ClassId() const override
Define the class id associated with the class.
static void TShape(const TPZVec< T > ¶m, TPZFMatrix< T > &phi, TPZFMatrix< T > &dphi)
TPZQuadraticTetra(const TPZQuadraticTetra &cp)
Copy constructor.
Groups all classes defining the structure of the master element.
pztopology::TPZTetrahedron Top
Contains the TPZGeoTetrahedra class which implements the geometry of a tetrahedral element...
Defines a tetrahedral geometric element with quadratic map. Geometry.
Contains the TPZNodeRep class which implements ... Clase intermediaria que guarda.
static std::string TypeName()
Returns the type name of the element.
Implements ... Geometry Topology.
TPZQuadraticTetra(const TPZQuadraticTetra &cp, std::map< int64_t, int64_t > &gl2lcNdMap)
Constructor for node map given.
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.
TPZQuadraticTetra(TPZVec< int64_t > &nodeindexes)
Constructor for node indexes given.
Defines the topology of the tetrahedron element. Topology Sides 0 to 3 are vertices, sides 4 to 9 are lines, sides 10 to 13 are triangles and side 14 is the tetrahedra.
This class implements a geometric mesh for the pz environment. Geometry.
TPZQuadraticTetra()
Default constructor.
Groups all classes which model the geometry.
TPZTetrahedron()
Default constructor.
static void Shape(TPZVec< REAL > &loc, TPZFMatrix< REAL > &phi, TPZFMatrix< REAL > &dphi)
Method which creates a geometric boundary condition element based on the current geometric element...