51 #ifndef SparseGenRowLinSOE_h 52 #define SparseGenRowLinSOE_h 65 #include <solution/system_of_eqn/linearSOE/sparseGEN/SparseGenSOEBase.h> 68 class SparseGenRowLinSolver;
86 int addA(
const Matrix &,
const ID &,
double fact = 1.0);
92 inline SystemOfEqn *SparseGenRowLinSOE::getCopy(
void)
const Solution of the linear system of equations.
Definition: LinearSOESolver.h:82
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
virtual bool setSolver(LinearSOESolver *)
Sets the solver al system of equations.
Definition: SparseGenRowLinSOE.cpp:68
The Graph class provides the abstraction of a graph, a collection of vertices and edges...
Definition: Graph.h:84
Sparse nonsymmetric matrix linear system of equations.
Definition: SparseGenRowLinSOE.h:73
Communication parameters between processes.
Definition: CommParameters.h:65
================================================================================
Definition: ContinuaReprComponent.h:34
Sparse unsymmetric matris system of equations.
Definition: SparseGenSOEBase.h:41
PETSC based sparse general matrix SOE solver.
Definition: PetscSparseSeqSolver.h:74
int setSize(Graph &theGraph)
Sets the size of the system from the number of vertices in the graph.
Definition: SparseGenRowLinSOE.cpp:80