52 #ifndef SparseGenColLinSOE_h 53 #define SparseGenColLinSOE_h 66 #include <solution/system_of_eqn/linearSOE/sparseGEN/SparseGenSOEBase.h> 69 class SparseGenColLinSolver;
89 virtual int addA(
const Matrix &,
const ID &,
double fact = 1.0);
93 #ifdef _PARALLEL_PROCESSING 102 inline SystemOfEqn *SparseGenColLinSOE::getCopy(
void)
const virtual bool setSolver(LinearSOESolver *)
Sets the solver al system of equations.
Definition: SparseGenColLinSOE.cpp:73
SuperLU based solver for distributed sparse matrix linear systems of equations. It uses Gaussian elim...
Definition: DistributedSuperLU.h:82
Solution of the linear system of equations.
Definition: LinearSOESolver.h:82
Solution procedure for the finite element problem. The solution procedure is definde by specifiying: ...
Definition: SoluMethod.h:76
virtual int setSize(Graph &theGraph)
Sets the size of the system from the number of vertices in the graph.
Definition: SparseGenColLinSOE.cpp:85
FEM_ObjectBroker is is an object broker class for the finite element method. All methods are virtual ...
Definition: FEM_ObjectBroker.h:138
ID colStartA
int arrays containing info about coeficientss in A
Definition: SparseGenColLinSOE.h:78
System of equations base class.
Definition: SystemOfEqn.h:84
The Graph class provides the abstraction of a graph, a collection of vertices and edges...
Definition: Graph.h:84
Sparse nonsymmetric matrix linear system of equations.
Definition: SparseGenColLinSOE.h:74
SuperLU based sparse general matrix linear SOE solver.
Definition: SuperLU.h:83
Threaded SuperLU based sparse general matrix linear SOE solver.
Definition: ThreadedSuperLU.h:75
Communication parameters between processes.
Definition: CommParameters.h:65
================================================================================
Definition: ContinuaReprComponent.h:34
Sparse unsymmetric matris system of equations.
Definition: SparseGenSOEBase.h:41