23 static LoggerPtr loggernoderep(Logger::getLogger(
"pz.geom.noderep"));
29 template<
int N,
class Topology>
34 for(i = 0; i < N; i++)
36 if (gl2lcNdMap.find(cp.
fNodeIndexes[i]) == gl2lcNdMap.end())
38 std::stringstream sout;
39 sout <<
"ERROR in - " << __PRETTY_FUNCTION__
40 <<
" trying to clone a node " << i <<
" index " << cp.
fNodeIndexes[i]
41 <<
" wich is not mapped";
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.
TPZNodeRep()
Empty constructor.
Contains the TPZPoint class which defines the topology of a point.
Contains the TPZTriangle class which defines the topology of a triangle.
Contains the TPZTetrahedron class which defines the topology of the tetrahedron element.
Contains the TPZQuadrilateral class which defines the topology of a quadrilateral element...
Contains the TPZNodeRep class which implements ... Clase intermediaria que guarda.
#define LOGPZ_ERROR(A, B)
Define log for errors (cout)
Implements ... Geometry Topology.
Contains the TPZPyramid class which defines the topology of a pyramid element.
Contains the TPZCube class which defines the topology of the hexahedron element.
Contains the TPZLine class which defines the topology of a line element.
Groups all classes which model the geometry.
Contains the TPZPrism class which defines the topology of a Prism.
int64_t fNodeIndexes[N]
Node indexes of the element.