51 #ifndef DistributedSparseGenColLinSOE_h 52 #define DistributedSparseGenColLinSOE_h 64 #include <solution/system_of_eqn/linearSOE/sparseGEN/SparseGenColLinSOE.h> 65 #include "solution/system_of_eqn/linearSOE/DistributedBandLinSOE.h" 68 class DistributedSparseGenColLinSolver;
84 int addA(
const Matrix &,
const ID &,
double fact = 1.0);
85 int addB(
const Vector &,
const ID &,
const double &fact= 1.0);
86 int setB(
const Vector &,
const double &fact= 1.0);
87 const Vector &getB(
void)
const;
98 inline SystemOfEqn *DistributedSparseGenColLinSOE::getCopy(
void)
const int setSize(Graph &theGraph)
Sets the size of the system from the number of vertices in the graph.
Definition: DistributedSparseGenColLinSOE.cpp:86
SuperLU based solver for distributed sparse matrix linear systems of equations. It uses Gaussian elim...
Definition: DistributedSuperLU.h:82
void calcNonZeros(Graph &)
Calcula el valor de nnz.
Definition: DistributedSparseGenColLinSOE.cpp:72
DistributedSparseGenColLinSOE(SoluMethod *)
Constructor.
Definition: DistributedSparseGenColLinSOE.cpp:68
Solution procedure for the finite element problem. The solution procedure is definde by specifiying: ...
Definition: SoluMethod.h:76
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
int solve(void)
Resuelve el system of equations.
Definition: DistributedSparseGenColLinSOE.cpp:297
Sparse nonsymmetric matrix linear system of equations.
Definition: SparseGenColLinSOE.h:74
Sparse nonsymmetric matrix distributed system of equations.
Definition: DistributedSparseGenColLinSOE.h:73
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
Base class for band matrix distributed systems of equations.
Definition: DistributedBandLinSOE.h:49
Communication parameters between processes.
Definition: CommParameters.h:65
================================================================================
Definition: ContinuaReprComponent.h:34