30 #ifndef SparseGenSOEBase_h 31 #define SparseGenSOEBase_h 33 #include <solution/system_of_eqn/linearSOE/SparseSOEBase.h> 34 #include "utility/matrix/Vector.h" 48 virtual void zeroA(
void);
Base class for sparse matrix systems of equations.
Definition: SparseSOEBase.h:40
Solution procedure for the finite element problem. The solution procedure is definde by specifiying: ...
Definition: SoluMethod.h:76
SparseGenSOEBase(SoluMethod *, int classTag, int N=0, int NNZ=0)
1d array containing coefficient of A
Definition: SparseGenSOEBase.cc:32
================================================================================
Definition: ContinuaReprComponent.h:34
Sparse unsymmetric matris system of equations.
Definition: SparseGenSOEBase.h:41