47 #ifndef DistributedSparseGenRowLinSolver_h 48 #define DistributedSparseGenRowLinSolver_h 66 #include <solution/system_of_eqn/linearSOE/LinearSOESolver.h> 68 class DistributedSparseGenRowLinSOE;
Linear system of equations.
Definition: LinearSOE.h:91
Sparse nonsymmetric matrix distributed systems of equations.
Definition: DistributedSparseGenRowLinSOE.h:75
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
bool setLinearSOE(LinearSOE *theSOE)
Sets the system of equations to solve.
Definition: DistributedSparseGenRowLinSolver.cpp:70
Base class for distributed (many processors) sparse general matrix linear based SOE solver...
Definition: DistributedSparseGenRowLinSolver.h:74
DistributedSparseGenRowLinSolver(int classTag)
Constructor.
Definition: DistributedSparseGenRowLinSolver.cpp:64