48 #ifndef DistributedSparseGenRowLinSolver_h    49 #define DistributedSparseGenRowLinSolver_h    67 #include <solution/system_of_eqn/linearSOE/LinearSOESolver.h>    69 class DistributedSparseGenRowLinSOE;
 Linear system of equations. 
Definition: LinearSOE.h:92
Sparse nonsymmetric matrix distributed systems of equations. 
Definition: DistributedSparseGenRowLinSOE.h:76
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
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:75
DistributedSparseGenRowLinSolver(int classTag)
Constructor. 
Definition: DistributedSparseGenRowLinSolver.cpp:64