NeoPZ
pzfstrmatrix.h
Go to the documentation of this file.
1 
6 #ifndef TPZFSTRUCTMATRIX_H
7 #define TPZFSTRUCTMATRIX_H
8 
9 #include "pzmatrix.h"
10 #include "pzfmatrix.h"
11 #include "pzstrmatrix.h"
12 
13 class TPZCompMesh;
14 
20 public:
21 
23 
25 
26  virtual TPZMatrix<STATE> * Create();
27 
28  virtual TPZStructMatrix * Clone();
29 
30 private :
31 
33 
35 };
36 
37 #endif //TPZFSTRUCTMATRIX_H
virtual TPZMatrix< STATE > * Create()
Contains the TPZStructMatrixOR class which responsible for a interface among Matrix and Finite Elemen...
Refines geometrical mesh (all the elements) num times.
Definition: pzstrmatrix.h:35
virtual TPZStructMatrix * Clone()
Contains TPZMatrixclass which implements full matrix (using column major representation).
Contains TPZMatrix<TVar>class, root matrix class.
Implements Full Structural Matrices. Structural Matrix.
Definition: pzfstrmatrix.h:19
friend TPZPersistenceManager
Definition: pzfstrmatrix.h:34
Implements computational mesh. Computational Mesh.
Definition: pzcmesh.h:47