45 #ifndef SymSparseLinSOE_h 46 #define SymSparseLinSOE_h 48 #include <solution/system_of_eqn/linearSOE/SparseSOEBase.h> 51 #include <solution/system_of_eqn/linearSOE/sparseSYM/FeStructs.h> 55 class SymSparseLinSolver;
81 int setSize(
Graph &theGraph);
82 int addA(
const Matrix &,
const ID &,
double fact = 1.0);
83 int addB(
const Vector &,
const ID &,
const double &fact= 1.0);
94 inline SystemOfEqn *SymSparseLinSOE::getCopy(
void)
const Base class for sparse matrix systems of equations.
Definition: SparseSOEBase.h:40
Solver for symmetric sparse linear SOE.
Definition: SymSparseLinSolver.h:55
Definition: FeStructs.h:45
Solution of the linear system of equations.
Definition: LinearSOESolver.h:82
virtual bool setSolver(LinearSOESolver *)
Sets the solver al system of equations.
Definition: SymSparseLinSOE.cpp:66
Solution procedure for the finite element problem. The solution procedure is definde by specifiying: ...
Definition: SoluMethod.h:76
System of equations base class.
Definition: SystemOfEqn.h:84
Sparse symmetric matrix systems of equations.
Definition: SymSparseLinSOE.h:60
The Graph class provides the abstraction of a graph, a collection of vertices and edges...
Definition: Graph.h:84
Communication parameters between processes.
Definition: CommParameters.h:65
================================================================================
Definition: ContinuaReprComponent.h:34