30 #ifndef SparseSOEBase_h 31 #define SparseSOEBase_h 33 #include <solution/system_of_eqn/linearSOE/FactoredSOEBase.h> 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
SparseSOEBase(SoluMethod *, int classTag, int N=0, int NNZ=0)
Constructor.
Definition: SparseSOEBase.cc:32
int Bsize
number of non-zeros in A
Definition: SparseSOEBase.h:44
================================================================================
Definition: ContinuaReprComponent.h:34
Base class for factored systems of equations.
Definition: FactoredSOEBase.h:40