NeoPZ
tpzsparseblockdiagonalstructmatrix.h
Go to the documentation of this file.
1 
6 #ifndef TPZSPARSEBLOCKDIAGONALSTRUCTMATRIX_H
7 #define TPZSPARSEBLOCKDIAGONALSTRUCTMATRIX_H
8 
9 #include "pzstrmatrix.h"
10 
17 {
18 public:
23 
24  virtual TPZMatrix<STATE> * Create();
25 
26  virtual TPZStructMatrix* Clone();
27  int NumColors();
28 
29 private:
31 
33 };
34 
35 #endif
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
It will build a sparse block diagonal preconditioner with a structure determined by the parameters pa...
Implements computational mesh. Computational Mesh.
Definition: pzcmesh.h:47