NeoPZ
pznoderep.cpp
Go to the documentation of this file.
1 
6 #ifndef BORLAND
7 #include "pznoderep.h.h"
8 #endif
9 
10 #ifdef BORLAND
11 #include "pznoderep.h"
12 #endif
13 #include "pzgeopoint.h"
14 #include "TPZGeoLinear.h"
15 #include "pzgeotriangle.h"
16 #include "pzgeoquad.h"
17 #include "TPZGeoCube.h"
18 #include "pzgeotetrahedra.h"
19 #include "pzgeopyramid.h"
20 #include "pzgeoprism.h"
21 
22 #include "tpzpoint.h"
23 #include "tpzline.h"
24 #include "tpztriangle.h"
25 #include "tpzquadrilateral.h"
26 #include "tpzpyramid.h"
27 #include "tpztetrahedron.h"
28 #include "tpzcube.h"
29 #include "tpzprism.h"
30 
31 using namespace pztopology;
32 namespace pzgeom{
33 
34 template<int N, class Topology>
36 {
37  return true;
38 }
39 
40 
41 template class TPZNodeRep<1,TPZPoint>;
42 template class TPZNodeRep<2,TPZLine>;
43 template class TPZNodeRep<3,TPZTriangle>;
44 template class TPZNodeRep<4,TPZQuadrilateral>;
45 template class TPZNodeRep<5,TPZPyramid>;
46 template class TPZNodeRep<4,TPZTetrahedron>;
47 template class TPZNodeRep<6,TPZPrism>;
48 template class TPZNodeRep<8,TPZCube>;
49 
50 } // end of namespace pzgeom
51 
52 
53 
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.
Groups all classes defining the structure of the master element.
Definition: PrismExtend.cpp:15
Contains the TPZGeoTetrahedra class which implements the geometry of a tetrahedral element...
Contains the TPZQuadrilateral class which defines the topology of a quadrilateral element...
Contains the TPZNodeRep class which implements ... Clase intermediaria que guarda.
Implements ... Geometry Topology.
Definition: pznoderep.h:40
Contains the TPZGeoCube class which implements the geometry of hexahedra element. ...
Contains the TPZPyramid class which defines the topology of a pyramid element.
Contains the TPZGeoPoint class which implements the geometry of a point element or 0-D element...
Contains the implementation of the TPZNodeRep methods.
Contains the TPZGeoPyramid class which implements the geometry of pyramid element.
Contains the TPZGeoPrism class which implements the geometry of a prism 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.
Definition: pzgeopoint.cpp:18
Contains the TPZPrism class which defines the topology of a Prism.