NeoPZ
pzskylstrmatrix.h
Go to the documentation of this file.
1 
6 #ifndef TPZSKYLINESTRUCTMATRIX_H
7 #define TPZSKYLINESTRUCTMATRIX_H
8 
9 #include "pzmatrix.h"
10 #include "pzfmatrix.h"
11 #include "pzstrmatrix.h"
12 
13 class TPZCompMesh;
14 
20 protected:
21 
24 
27 
29  virtual TPZMatrix<STATE> * ReallyCreate(int64_t neq, const TPZVec<int64_t> &skyline);
30 
31 public:
32 
34 
36 
38 
40 
41  virtual TPZMatrix<STATE> * Create();
42 
43  virtual TPZStructMatrix * Clone();
44 
45 private :
47 
49 };
50 
51 #endif //TPZSKYLINESTRUCTMATRIX_H
Contains the TPZStructMatrixOR class which responsible for a interface among Matrix and Finite Elemen...
Implements SkyLine Structural Matrices. Structural Matrix.
Refines geometrical mesh (all the elements) num times.
Definition: pzstrmatrix.h:35
virtual TPZMatrix< STATE > * Create()
virtual TPZMatrix< STATE > * ReallyCreate(int64_t neq, const TPZVec< int64_t > &skyline)
Contains TPZMatrixclass which implements full matrix (using column major representation).
Contains TPZMatrix<TVar>class, root matrix class.
Implements computational mesh. Computational Mesh.
Definition: pzcmesh.h:47
TPZVec< int64_t > fEquationDestination
Equation destination.
TPZVec< int64_t > fActiveEquations
the equations which should actually be assembled
virtual TPZStructMatrix * Clone()