65 #ifndef ItpackGenLinSOE_h 66 #define ItpackGenLinSOE_h 68 #include <solution/system_of_eqn/linearSOE/LinearSOEData.h> 69 #include "utility/matrix/Vector.h" 72 class ItpackLinSolver;
Float vector abstraction.
Definition: Vector.h:93
int addA(const Matrix &, const ID &, double fact=1.0)
The LinearSOE object assembles fact times the Matrix M into the matrix $A$.
Definition: ItpackLinSOE.cpp:201
Solution procedure for the finite element problem.
Definition: AnalysisAggregation.h:89
int sendSelf(CommParameters &)
Send the object.
Definition: ItpackLinSOE.cpp:266
Vector of integers.
Definition: ID.h:93
virtual bool setSolver(LinearSOESolver *)
Sets the solver for the system of equations.
Definition: ItpackLinSOE.cpp:78
int setSize(Graph &theGraph)
Sets the size of the system from the number of vertices in the graph.
Definition: ItpackLinSOE.cpp:90
System of equations base class.
Definition: SystemOfEqn.h:89
Data (size, arrays,...) for linear system of equations.
Definition: LinearSOEData.h:41
ITPACK based systems of equations.
Definition: ItpackLinSOE.h:77
SystemOfEqn * getCopy(void) const
Virtual constructor.
Definition: ItpackLinSOE.h:103
void zeroA(void)
To zero the matrix $A$, i.e. set all the components of $A$ to $0$.
Definition: ItpackLinSOE.cpp:260
The Graph class provides the abstraction of a graph.
Definition: Graph.h:93
int recvSelf(const CommParameters &)
Receive the object.
Definition: ItpackLinSOE.cpp:269
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
ITPACK based linear SOE solver.
Definition: ItpackLinSolver.h:85
Communication parameters between processes.
Definition: CommParameters.h:65
Matrix of floats.
Definition: Matrix.h:108