53 #ifndef BandSPDLinSOE_h 54 #define BandSPDLinSOE_h 70 #include <solution/system_of_eqn/linearSOE/FactoredSOEBase.h> 71 #include "utility/matrix/Vector.h" 74 class BandSPDLinSolver;
119 void inicA(
const size_t &);
131 virtual int addA(
const Matrix &,
const ID &,
double fact = 1.0);
133 virtual void zeroA(
void);
Lapack based band matrix linear SOE solver.
Definition: BandSPDLinLapackSolver.h:80
Float vector abstraction.
Definition: Vector.h:94
virtual int addA(const Matrix &, const ID &, double fact=1.0)
First tests that loc and M are of compatible sizes; if not a warning message is printed and a is ret...
Definition: BandSPDLinSOE.cpp:203
SystemOfEqn * getCopy(void) const
Virtual constructor.
Definition: BandSPDLinSOE.cpp:123
virtual int setSize(Graph &theGraph)
Sets the size of the system from the number of vertices in the graph.
Definition: BandSPDLinSOE.cpp:164
Communication parameters between processes.
Definition: Communicator.h:66
virtual int sendSelf(Communicator &)
Send the object.
Definition: BandSPDLinSOE.cpp:272
virtual int recvSelf(const Communicator &)
Receive the object.
Definition: BandSPDLinSOE.cpp:276
BandSPDLinSOE(SolutionStrategy *)
Constructor.
Definition: BandSPDLinSOE.cpp:82
Vector A
Storage for the matrix.
Definition: BandSPDLinSOE.h:117
FEM_ObjectBroker is is an object broker class for the finite element method.
Definition: FEM_ObjectBroker.h:151
Vector of integers.
Definition: ID.h:95
System of equations base class.
Definition: SystemOfEqn.h:90
Solver for band matrix linear systems of equations.
Definition: BandSPDLinSolver.h:81
Solves the BandSPDLinSOE in parallel using solaris threads.
Definition: BandSPDLinThreadSolver.h:75
The Graph class provides the abstraction of a graph.
Definition: Graph.h:94
Base class for factored systems of equations.
Definition: FactoredSOEBase.h:41
Solution strategy for the finite element problem.
Definition: SolutionStrategy.h:94
Open source finite element program for structural analysis.
Definition: ContinuaReprComponent.h:35
Base class of the solvers for linear system of equations.
Definition: LinearSOESolver.h:87
Base class for band matrix system of equations.
Definition: BandSPDLinSOE.h:113
Matrix of floats.
Definition: Matrix.h:111
virtual void zeroA(void)
Zeros the entries in the 1d array for and marks the system as not having been factored.
Definition: BandSPDLinSOE.cpp:266
bool setSolver(LinearSOESolver *)
Set pointer to solver.
Definition: BandSPDLinSOE.cpp:133