65 #ifndef ItpackGenLinSOE_h 66 #define ItpackGenLinSOE_h 68 #include <solution/system_of_eqn/linearSOE/LinearSOEData.h> 69 #include "utility/matrix/Vector.h" 72 class ItpackLinSolver;
94 int addA(
const Matrix &,
const ID &,
double fact = 1.0);
103 inline SystemOfEqn *ItpackLinSOE::getCopy(
void)
const Solution of the linear system of equations.
Definition: LinearSOESolver.h:82
int setSize(Graph &theGraph)
Sets the size of the system from the number of vertices in the graph.
Definition: ItpackLinSOE.cpp:90
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
ITPACK based systems of equations.
Definition: ItpackLinSOE.h:77
ITPACK based linear SOE solver.
Definition: ItpackLinSolver.h:85
Data (size, arrays,...) for linear system of equations.
Definition: LinearSOEData.h:41
The Graph class provides the abstraction of a graph, a collection of vertices and edges...
Definition: Graph.h:84
virtual bool setSolver(LinearSOESolver *)
Sets the solver al system of equations.
Definition: ItpackLinSOE.cpp:78
Communication parameters between processes.
Definition: CommParameters.h:65
================================================================================
Definition: ContinuaReprComponent.h:34