NeoPZ
TPZSkylineNSymStructMatrix.cpp
Go to the documentation of this file.
1 
3 #include "pzskylnsymmat.h"
4 
7 {
9 }
10 
12  : TPZSkylineStructMatrix(cmesh)
13 {
15 }
16 
17 
19 {
21 }
22 
24 {
26 }
27 
29 {
30  return new TPZSkylNSymMatrix<STATE>(neq,skyline);
31 }
32 
virtual TPZMatrix< STATE > * ReallyCreate(int64_t neq, const TPZVec< int64_t > &skyline)
Implements a skyline storage format.
Definition: pzskylnsymmat.h:33
Implements SkyLine Structural Matrices. Structural Matrix.
Implements computational mesh. Computational Mesh.
Definition: pzcmesh.h:47
TPZSkylineNSymStructMatrix(TPZCompMesh *cmesh)