NeoPZ
pzstackmesh.cpp
Go to the documentation of this file.
1 
6 #include "pzstack.h"
7 
8 #ifdef TPZEQNARRAY
9 
10 #include <tpzeqnarray.h>
11 
12 template class TPZStack<TPZEqnArray>;
13 template class TPZStack<TPZEqnArray *>;
14 
15 #endif // TPZEQNARRAY
16 
17 #ifdef PZENVIRONMENT
18 
19 #include "pzcompel.h"
20 #include "pzgeoel.h"
21 #include "pzelmat.h"
22 #include "pzfmatrix.h"
23 
24 template class TPZStack<TPZFMatrix<REAL> *>;
25 class TPZMatPlaca2;
26 template class TPZStack<TPZMatPlaca2 *>;
27 class TPZCompEl;
28 template class TPZStack<TPZCompEl *>;
29 class TPZGeoEl;
30 template class TPZStack<TPZGeoEl *>;
31 class TPZCompCloneMesh;
32 template class TPZStack<TPZCompCloneMesh *>;
33 
34 template class TPZStack<TPZCompElSide>;
35 template class TPZStack<TPZGeoElSide>;
36 class TPZCompMesh;
37 template class TPZStack<TPZCompMesh *>;
38 class TPZMatrixSolver;
39 template class TPZStack<TPZMatrixSolver *>;
40 
41 //Including ElementMatrix
42 struct TPZElementMatrix;
43 template class TPZStack<TPZElementMatrix *>;
44 
45 #endif // PZENVIRONMENT
46 
47 
Contains declaration of TPZCompEl class which defines the interface of a computational element...
DESCRIBE PLEASE.
Definition: pzmatplaca2.h:20
Defines a class of matrix solvers. Solver.
Definition: pzanalysis.h:24
Contains the TPZEqnArray class which implements an equation array.
Contains declaration of TPZElementMatrix struct which associates an element matrix with the coeficien...
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).
A simple stack.
This class associates an element matrix with the coeficients of its contribution in the global stiffn...
Definition: pzelmat.h:30
This class implements a stack object. Utility.
Definition: pzcheckmesh.h:14
Implements computational mesh. Computational Mesh.
Definition: pzcmesh.h:47
Defines the interface of a computational element. Computational Element.
Definition: pzcompel.h:59