53 #ifndef SparseGenColLinSOE_h    54 #define SparseGenColLinSOE_h    67 #include <solution/system_of_eqn/linearSOE/sparseGEN/SparseGenSOEBase.h>    70 class SparseGenColLinSolver;
   151     virtual int addA(
const Matrix &, 
const ID &, 
double fact = 1.0);
   153     const ID &getRowA(
void)
 const   160 #ifdef _PARALLEL_PROCESSING Communication parameters between processes. 
Definition: Communicator.h:66
virtual int sendSelf(Communicator &)
Send the object. 
Definition: SparseGenColLinSOE.cpp:301
virtual int recvSelf(const Communicator &)
Receive the object. 
Definition: SparseGenColLinSOE.cpp:304
virtual int addA(const Matrix &, const ID &, double fact=1.0)
Assemblies the product fact*m into the system matrix. 
Definition: SparseGenColLinSOE.cpp:227
SuperLU based sparse general matrix linear SOE solver. 
Definition: SuperLU.h:94
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
SystemOfEqn * getCopy(void) const
Virtual constructor. 
Definition: SparseGenColLinSOE.cpp:80
System of equations base class. 
Definition: SystemOfEqn.h:90
The Graph class provides the abstraction of a graph. 
Definition: Graph.h:94
SparseGenColLinSOE(SolutionStrategy *)
Constructor. 
Definition: SparseGenColLinSOE.cpp:70
Solution strategy for the finite element problem. 
Definition: SolutionStrategy.h:94
virtual int setSize(Graph &theGraph)
Sets the size of the system from the number of vertices in the graph. 
Definition: SparseGenColLinSOE.cpp:125
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
virtual bool setSolver(LinearSOESolver *)
Set the solver to use. 
Definition: SparseGenColLinSOE.cpp:90
Matrix of floats. 
Definition: Matrix.h:111
Sparse unsymmetric matris system of equations. 
Definition: SparseGenSOEBase.h:42
SuperLU based solver for distributed sparse matrix linear systems of equations. 
Definition: DistributedSuperLU.h:94
Threaded SuperLU based sparse general matrix linear SOE solver. 
Definition: ThreadedSuperLU.h:76
ID colStartA
int arrays containing info about coeficientss in A 
Definition: SparseGenColLinSOE.h:139
Sparse nonsymmetric matrix linear system of equations. 
Definition: SparseGenColLinSOE.h:135