52 #ifndef FullGenLinSOE_h 53 #define FullGenLinSOE_h 67 #include "solution/system_of_eqn/linearSOE/FactoredSOEBase.h" 68 #include "utility/matrix/Vector.h" 72 class FullGenLinSolver;
122 int addA(
const Matrix &,
const ID &,
double fact = 1.0);
Float vector abstraction.
Definition: Vector.h:93
Base class for dense unsymmetric matrix systems of equations.
Definition: FullGenLinSOE.h:108
SystemOfEqn * getCopy(void) const
Virtual constructor.
Definition: FullGenLinSOE.cpp:89
Solution procedure for the finite element problem.
Definition: AnalysisAggregation.h:89
Lapack based full (dense) general matrix SOE solver.
Definition: FullGenLinLapackSolver.h:78
int sendSelf(CommParameters &)
Sends objects through the communicator.
Definition: FullGenLinSOE.cpp:228
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
void zeroA(void)
Zeros the entries in the 1d array for and marks the system as not having been factored.
Definition: FullGenLinSOE.cpp:221
System of equations base class.
Definition: SystemOfEqn.h:89
int recvSelf(const CommParameters &)
Receives objects through the communicator.
Definition: FullGenLinSOE.cpp:234
int addA(const Matrix &, const ID &, double fact=1.0)
Assembles the product of the matrix and the factor on the system matrix.
Definition: FullGenLinSOE.cpp:160
The Graph class provides the abstraction of a graph.
Definition: Graph.h:93
Base class for factored systems of equations.
Definition: FactoredSOEBase.h:40
FullGenLinSOE(AnalysisAggregation *)
Constructor.
Definition: FullGenLinSOE.cpp:71
virtual bool setSolver(LinearSOESolver *)
Checks if the solver has a suitable type and then it class its parent setSolver method.
Definition: FullGenLinSOE.cpp:97
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
int setSize(Graph &theGraph)
Computes the size of the system from the graph data.
Definition: FullGenLinSOE.cpp:122