51 #ifndef DistributedBandGenLinSOE_h 52 #define DistributedBandGenLinSOE_h 63 #include <solution/system_of_eqn/linearSOE/bandGEN/BandGenLinSOE.h> 64 #include "solution/system_of_eqn/linearSOE/DistributedBandLinSOE.h" 65 #include "utility/actor/channel/ChannelQueue.h" 69 class DistributedBandGenLinSolver;
84 int setSize(
Graph &theGraph);
85 int addA(
const Matrix &,
const ID &,
double fact = 1.0);
86 int addB(
const Vector &,
const ID &,
const double &fact= 1.0);
87 int setB(
const Vector &,
const double &fact= 1.0);
89 const Vector &getB(
void)
const;
97 inline SystemOfEqn *DistributedBandGenLinSOE::getCopy(
void)
const int solve(void)
Resuelve el system of equations.
Definition: DistributedBandGenLinSOE.cpp:260
Lapack based band general matrix SOE solver.
Definition: BandGenLinLapackSolver.h:73
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
DistributedBandGenLinSOE(SoluMethod *)
Constructor.
Definition: DistributedBandGenLinSOE.cpp:67
void calcBand(Graph &)
Calcula los valores de numSubD y numSuperD.
Definition: DistributedBandGenLinSOE.cpp:72
Uses the LAPACK storage scheme to store the components of the A matrix, which is a banded unsymmetric...
Definition: BandGenLinSOE.h:73
The Graph class provides the abstraction of a graph, a collection of vertices and edges...
Definition: Graph.h:84
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
Base class for band general matrix distributed systems of equations.
Definition: DistributedBandGenLinSOE.h:74