NeoPZ
pzvecmesh.cpp
Go to the documentation of this file.
1 
6 #include "pzvec.h"
7 
8 #ifdef PZENVIRONMENT
9 
10 #include "pzfmatrix.h"
11 
12 class TPZCompEl;
13 class TPZConnect;
14 struct TPZConnectBC;
15 class TPZMatPlaca2;
16 class TPZCompElQ2d;
17 template class TPZVec<TPZFMatrix<REAL> *>;
18 template class TPZVec<TPZCompEl *>;
19 template class TPZVec<TPZCompEl **>;
20 template class TPZVec<TPZCompElQ2d *>;
21 template class TPZVec<TPZConnect *>;
22 template class TPZVec<TPZConnectBC *>;
23 template class TPZVec<TPZMatPlaca2 *>;
24 
25 class TPZGeoEl;
26 template class TPZVec<TPZGeoEl **>;
27 template class TPZVec<TPZGeoEl *>;
28 class TPZGeoNode;
29 template class TPZVec<TPZGeoNode *>;
30 template class TPZVec<TPZGeoNode **>;
31 struct TPZGeoNodeBC;
32 template class TPZVec<TPZGeoNodeBC *>;
33 class TPZMaterial;
34 template class TPZVec<TPZMaterial **>;
35 class TPZCosys;
36 template class TPZVec<TPZCosys *>;
37 template class TPZVec<TPZCosys **>;
38 struct TPZGeoElBC;
39 template class TPZVec<TPZGeoElBC *>;
40 class TPZBndCond;
41 template class TPZVec<TPZBndCond **>;
42 
43 #include <pzgeoel.h>
44 template class TPZVec<TPZGeoElSide>;
45 
46 #include "pzcompel.h"
47 template class TPZVec<TPZCompElSide>;
48 
49 class TPZGraphEl;
50 template class TPZVec<TPZGraphEl ***>;
51 template class TPZVec<TPZGraphEl **>;
52 template class TPZVec<TPZGraphEl *>;
53 class TPZGraphNode;
54 //#include "pzgraphnode.h"
55 template class TPZVec<TPZGraphNode **>;
56 template class TPZVec<TPZGraphNode *>;
57 class TPZCompMesh;
58 template class TPZVec<TPZCompMesh *>;
59 class TPZMatrixSolver;
60 template class TPZVec<TPZMatrixSolver *>;
61 
62 class TPZCompCloneMesh;
63 template class TPZVec<TPZCompCloneMesh *>;
64 
65 
66 #ifdef TPZEQNARRAY
67 
68 #include <tpzeqnarray.h>
69 template class TPZVec<TPZEqnArray>;
70 template class TPZVec<TPZEqnArray *>;
71 #endif
72 #include "pzelmat.h"
73 struct TPZElementMatrix;
74 template class TPZVec<TPZElementMatrix *>;
75 
76 #endif
Represents a set of shape functions associated with a computational element/side. Computational Eleme...
Definition: pzconnect.h:30
Contains declaration of TPZCompEl class which defines the interface of a computational element...
Templated vector implementation.
DESCRIBE PLEASE.
Definition: pzmatplaca2.h:20
Defines a class of matrix solvers. Solver.
Definition: pzanalysis.h:24
This class implements a simple vector storage scheme for a templated class T. Utility.
Definition: pzgeopoint.h:19
Contains the TPZEqnArray class which implements an equation array.
Contains declaration of TPZElementMatrix struct which associates an element matrix with the coeficien...
This abstract class defines the behaviour which each derived class needs to implement.
Definition: TPZMaterial.h:39
Defines the behaviour of all geometric elements. GeometryTPZGeoEl is the common denominator for all g...
Definition: pzgeoel.h:43
Contains TPZMatrixclass which implements full matrix (using column major representation).
This class defines the boundary condition for TPZMaterial objects.
Definition: pzbndcond.h:29
This class associates an element matrix with the coeficients of its contribution in the global stiffn...
Definition: pzelmat.h:30
Structure to help the construction of geometric elements along side of a given geometric element...
Definition: pzgeoelbc.h:21
Implements a geometric node in the pz environment. Geometry.
Definition: pzgnode.h:31
Implements computational mesh. Computational Mesh.
Definition: pzcmesh.h:47
Abstract class to graphical one-, two- and three-dimensional element. Post processing.
Definition: pzgraphel.h:23
Defines the interface of a computational element. Computational Element.
Definition: pzcompel.h:59
To export a graphical node. Post processing.
Definition: pzgraphnode.h:24