NeoPZ
pzsbstrmatrix.h
Go to the documentation of this file.
1 
6 #ifndef TPZSBANDSTRUCTMATRIX_H
7 #define TPZSBANDSTRUCTMATRIX_H
8 
9 #include "pzmatrix.h"
10 #include "pzfmatrix.h"
11 #include "pzstrmatrix.h"
12 #include "pzcmesh.h"
13 
19 public:
20 
22 
23  virtual TPZMatrix<STATE> * Create();
24 
26 
27  virtual TPZStructMatrix * Clone();
28 
29 private :
31 
33 };
34 
35 #endif //TPZSBANDSTRUCTMATRIX_H
virtual TPZStructMatrix * Clone()
Implements Symmetric Banded Structural Matrices. Structural Matrix.
Definition: pzsbstrmatrix.h:18
Contains the TPZStructMatrixOR class which responsible for a interface among Matrix and Finite Elemen...
virtual TPZMatrix< STATE > * Create()
Refines geometrical mesh (all the elements) num times.
Definition: pzstrmatrix.h:35
Contains TPZMatrixclass which implements full matrix (using column major representation).
virtual TPZMatrix< STATE > * CreateAssemble(TPZFMatrix< STATE > &rhs, TPZAutoPointer< TPZGuiInterface > guiInterface)
Contains declaration of TPZCompMesh class which is a repository for computational elements...
Contains TPZMatrix<TVar>class, root matrix class.
Implements computational mesh. Computational Mesh.
Definition: pzcmesh.h:47