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;
112 int numSuperD, numSubD;
126 virtual int addA(
const Matrix &,
const ID &,
double fact = 1.0);
128 virtual void zeroA(
void);
Float vector abstraction.
Definition: Vector.h:93
Solution procedure for the finite element problem.
Definition: AnalysisAggregation.h:89
virtual int setSize(Graph &theGraph)
Compute the size of the system from the graph.
Definition: BandGenLinSOE.cpp:149
FEM_ObjectBroker is is an object broker class for the finite element method.
Definition: FEM_ObjectBroker.h:145
Vector of integers.
Definition: ID.h:93
Uses the LAPACK storage scheme to store the components of the A matrix, which is a banded unsymmetric...
Definition: BandGenLinSOE.h:109
virtual void zeroA(void)
Zeros the entries in the 1d array for and marks the system as not having been factored.
Definition: BandGenLinSOE.cpp:301
virtual int recvSelf(const CommParameters &)
Receive the object.
Definition: BandGenLinSOE.cpp:311
virtual int addA(const Matrix &, const ID &, double fact=1.0)
Assembles fact times the matrix m into the matrix A.
Definition: BandGenLinSOE.cpp:202
BandGenLinSOE(AnalysisAggregation *)
Constructor.
Definition: BandGenLinSOE.cpp:68
System of equations base class.
Definition: SystemOfEqn.h:89
SystemOfEqn * getCopy(void) const
Virtual constructor.
Definition: BandGenLinSOE.h:134
Lapack based band general matrix SOE solver.
Definition: BandGenLinLapackSolver.h:78
The Graph class provides the abstraction of a graph.
Definition: Graph.h:93
Base class for factored systems of equations.
Definition: FactoredSOEBase.h:40
virtual int sendSelf(CommParameters &)
Send the object.
Definition: BandGenLinSOE.cpp:307
Base class for band general linear SOE solvers.
Definition: BandGenLinSolver.h:80
Open source finite element program for structural analysis.
Definition: ContinuaReprComponent.h:34
Base class of the solvers for linear system of equations.
Definition: LinearSOESolver.h:86
Communication parameters between processes.
Definition: CommParameters.h:65
Matrix of floats.
Definition: Matrix.h:108
virtual bool setSolver(LinearSOESolver *)
Sets the solver.
Definition: BandGenLinSOE.cpp:119