6 #ifndef TPZQUADRATICTRIG_H 7 #define TPZQUADRATICTRIG_H 63 static std::string
TypeName() {
return "Triangle";}
static std::string TypeName()
Returns the type name of the element.
Defines the topology of a triangle element. Topology Sides 0 to 2 are vertices, sides 3 to 5 are line...
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.
pztopology::TPZTriangle Top
TPZTriangle()
Default constructor.
TPZQuadraticTrig(const TPZQuadraticTrig &cp, TPZGeoMesh &)
Copy constructor.
Defines a triangular geometric element with quadratic map. Geometry.
Contains the TPZTriangle class which defines the topology of a triangle.
int ClassId() const override
CreateGeoElement -> TPZQuadraticTrig.
Groups all classes defining the structure of the master element.
static bool IsLinearMapping(int side)
It is a quadratic mapping.
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...
Contains the TPZNodeRep class which implements ... Clase intermediaria que guarda.
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.
Implements ... Geometry Topology.
TPZQuadraticTrig()
Default constructor.
TPZQuadraticTrig(const TPZQuadraticTrig &cp, std::map< int64_t, int64_t > &gl2lcNdMap)
Copy constructor for node map given.
TPZQuadraticTrig(TPZVec< int64_t > &nodeindexes)
Constructor for node indexes given.
static void X(const TPZFMatrix< REAL > &coord, TPZVec< T > &par, TPZVec< T > &result)
This class implements a geometric mesh for the pz environment. Geometry.
static void TShape(const TPZVec< T > ¶m, TPZFMatrix< T > &phi, TPZFMatrix< T > &dphi)
Compute gradient of x mapping from local parametric coordinates.
TPZQuadraticTrig(const TPZQuadraticTrig &cp)
Copy constructor.
Groups all classes which model the geometry.