52 #ifndef BandGenLinSOE_h 53 #define BandGenLinSOE_h 62 #include <solution/system_of_eqn/linearSOE/FactoredSOEBase.h> 63 #include "utility/matrix/Vector.h" 66 class BandGenLinSolver;
76 int numSuperD, numSubD;
88 virtual int setSize(
Graph &theGraph);
90 virtual int addA(
const Matrix &,
const ID &,
double fact = 1.0);
92 virtual void zeroA(
void);
98 inline SystemOfEqn *BandGenLinSOE::getCopy(
void)
const Lapack based band general matrix SOE solver.
Definition: BandGenLinLapackSolver.h:73
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
virtual bool setSolver(LinearSOESolver *)
Sets the solver al system of equations.
Definition: BandGenLinSOE.cpp:97
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
Uses the LAPACK storage scheme to store the components of the A matrix, which is a banded unsymmetric...
Definition: BandGenLinSOE.h:73
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
Base class for factored systems of equations.
Definition: FactoredSOEBase.h:40
Base class for band general linear SOE solvers.
Definition: BandGenLinSolver.h:76