46 static LoggerPtr logger(Logger::getLogger(
"pz.mesh.tpzgeoelrefpattern"));
65 (nodeindexes, matid, mesh, index);
72 (nodeindexes, matid, mesh, index);
79 (nodeindexes, matid, mesh, index);
86 (nodeindexes, matid, mesh, index);
93 (nodeindexes, matid, mesh, index);
100 (nodeindexes, matid, mesh, index);
107 (nodeindexes, matid, mesh, index);
112 PZError <<
"TPZGeoMesh::CreateGeoElementRefPattern type element not exists:" 113 <<
" type = " << type << std::endl;
Contains TPZShapeTetra class which implements the shape functions of a tetrahedral element...
Contains definitions to LOGPZ_DEBUG, LOGPZ_INFO, LOGPZ_WARN, LOGPZ_ERROR and LOGPZ_FATAL, and the implementation of the inline InitializePZLOG(string) function using log4cxx library or not. It must to be called out of "#ifdef LOG4CXX" scope.
Templated vector implementation.
groups all classes dedicated to the computation of shape functions
Contains the TPZRefQuad class which implements the uniform refinement of a geometric quadrilateral el...
Contains TPZShapeLinear class which implements the shape functions of a linear one-dimensional elemen...
Contains the TPZRefPyramid class which implements the uniform refinement of a geometric hexahedral el...
TPZGeoEl * CreateGeoElementPattern(TPZGeoMesh &mesh, MElementType type, TPZVec< int64_t > &nodeindexes, int matid, int64_t &index)
Creates TPZGeoElRefPattern geometric element based over type.
Contains TPZShapeCube class which implements the shape functions of a hexaedral element.
Contains the TPZRefPrism class which implements the uniform refinement of a geometric prism element...
Contains declaration of TPZMesh class which defines a geometrical mesh and contains a corresponding l...
Implements a generic geometric element which is refined according to a generic refinement pattern...
Defines the behaviour of all geometric elements. GeometryTPZGeoEl is the common denominator for all g...
Contains the TPZGeoTetrahedra class which implements the geometry of a tetrahedral element...
Free store vector implementation.
Contains declaration of TPZGeoElRefPattern class which implements a generic geometric element which i...
Contains TPZShapePoint class which implements the shape function associated with a point...
Contains the TPZRefPattern class which defines the topology of the current refinement pattern to a me...
Contains the TPZGeoCube class which implements the geometry of hexahedra element. ...
Contains the TPZGeoPoint class which implements the geometry of a point element or 0-D element...
Contains TPZShapePrism class which implements the shape functions of a prism element.
Contains the TPZRefTriangle class which implements the uniform refinement of a geometric triangular e...
Contains the TPZRefTetrahedra class which implements the uniform refinement of a geometric tetrahedra...
Contains the TPZRefPatternDataBase class which defines data base of patterns.
This class implements a geometric mesh for the pz environment. Geometry.
MElementType
Define the element types.
Contains the TPZRefLinear class which implements the uniform refinement of a geometric linear element...
Contains TPZShapePiram class which implements the shape functions of a pyramid element.
Contains the TPZGeoPyramid class which implements the geometry of pyramid element.
Contains the TPZGeoPrism class which implements the geometry of a prism element.
Contains declaration of TPZGeoElement class which implements a generic geometric element with a unifo...
Contains the implementation of the TPZGeoElRefPattern methods.
Groups all classes which model the geometry.
Contains TPZShapeQuad class which implements the shape functions of a quadrilateral element...
Contains the TPZRefCube class which implements the uniform refinement of a geometric hexahedral eleme...
Contains the TPZRefPoint class which implements the uniform refinement of a geometric point element...
Contains TPZShapeTriang class which implements the shape functions of a triangular element...
#define PZError
Defines the output device to error messages and the DebugStop() function.