52 #ifndef BandSPDLinSOE_h 53 #define BandSPDLinSOE_h 69 #include <solution/system_of_eqn/linearSOE/FactoredSOEBase.h> 70 #include "utility/matrix/Vector.h" 73 class BandSPDLinSolver;
86 void inicA(
const size_t &);
98 virtual int addA(
const Matrix &,
const ID &,
double fact = 1.0);
100 virtual void zeroA(
void);
110 inline SystemOfEqn *BandSPDLinSOE::getCopy(
void)
const virtual int setSize(Graph &theGraph)
Sets the size of the system from the number of vertices in the graph.
Definition: BandSPDLinSOE.cpp:110
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
FEM_ObjectBroker is is an object broker class for the finite element method. All methods are virtual ...
Definition: FEM_ObjectBroker.h:138
System of equations base class.
Definition: SystemOfEqn.h:84
Solver for band matrix linear systems of equations.
Definition: BandSPDLinSolver.h:76
Base class for band matrix system of equations.
Definition: BandSPDLinSOE.h:79
Lapack based band matrix linear SOE solver.
Definition: BandSPDLinLapackSolver.h:74
The Graph class provides the abstraction of a graph, a collection of vertices and edges...
Definition: Graph.h:84
Solves the BandSPDLinSOE in parallel using solaris threads.
Definition: BandSPDLinThreadSolver.h:74
bool setSolver(LinearSOESolver *)
Sets the solver al system of equations.
Definition: BandSPDLinSOE.cpp:98
Communication parameters between processes.
Definition: CommParameters.h:65
================================================================================
Definition: ContinuaReprComponent.h:34
Base class for factored systems of equations.
Definition: FactoredSOEBase.h:40