NeoPZ
|
Defines the structure of the master elements. More...
Modules | |
The utilities for topology classes. | |
Utilities classes operating on data related to master element. | |
Classes | |
class | pzgeom::TPZNodeRep< N, Topology > |
Implements ... Geometry Topology. More... | |
class | pztopology::Pr< TFather > |
Defines the Prismatic extension of a topology. Topology. More... | |
class | pztopology::TPZCube |
Defines the topology of the hexahedron element. Topology Sides 0 to 7 are vertices, sides 8 to 19 are lines, 20 to 25 are quadrilaterals and side 26 is the hexahedra (cube). More... | |
class | pztopology::TPZLine |
Defines the topology of a line element. Topology Sides 0 and 1 are vertices, side 2 is the line. More... | |
class | pztopology::TPZPoint |
Defines the topology of a point. Topology It has a one side (the same element). More... | |
class | pztopology::TPZPrism |
Defines the topology of a Prism. Topology Sides 0 to 7 are vertices, sides 7 to 14 are lines, sides 15 and 19 are triangles, sides 16 to 18 are quadrilaterals and side 20 is the prism. More... | |
class | pztopology::TPZPyramid |
Defines the topology of a Pyramid element. Topology Sides 0 to 4 are vertices, sides 5 to 12 are lines, side 13 are quadrilateral (pyramid base), sides 14 to 17 are triangles and side 18 is the pyramid. More... | |
class | pztopology::TPZQuadrilateral |
Defines the topology of a quadrilateral element. Topology Sides 0 to 3 are vertices, sides 4 to 7 are lines, side 8 is the quadrilateral. More... | |
class | pztopology::TPZTetrahedron |
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. More... | |
class | pztopology::TPZTriangle |
Defines the topology of a triangle element. Topology Sides 0 to 2 are vertices, sides 3 to 5 are lines, side 6 is the triangle. More... | |
Variables | |
const double | pzgeom::pzgeom_TPZNodeRep_tol |
Initializing tolerance to TPZNodeRep. More... | |
Defines the structure of the master elements.
const double pzgeom::pzgeom_TPZNodeRep_tol |
Initializing tolerance to TPZNodeRep.
Definition at line 32 of file pznoderep.h.