67 #include "solution/system_of_eqn/linearSOE/LinearSOESolver.h" 82 std::string preconditioner;
94 PetscSolver(KSPType mth, PCType precond,
double rTol,
double aTol,
double dTol,
int maxIts);
PETSC library based SOE solver.
Definition: PetscSolver.h:75
Communication parameters between processes.
Definition: Communicator.h:66
Linear system of equations.
Definition: LinearSOE.h:92
Linear system of equations that uses PETSc for the parallel solution of it.
Definition: ActorPetscSOE.h:84
int setSize(void)
Sets the number of equations.
Definition: PetscSolver.cpp:209
int recvSelf(const Communicator &)
Receive the object.
Definition: PetscSolver.cpp:309
int sendSelf(Communicator &)
Send the object.
Definition: PetscSolver.cpp:268
int solve(void)
Causes the solver to compute the solution of the system of equations.
Definition: PetscSolver.cpp:108
PETSC based system of equations.
Definition: PetscSOE.h:85
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: PetscSolver.cpp:249
virtual LinearSOESolver * getCopy(void) const
Virtual constructor.
Definition: PetscSolver.h:111
??.
Definition: ShadowPetscSOE.h:80