Struct PETScSolverSetup

Struct Documentation

struct PETScSolverSetup

Generalized solver structure.

Public Members

KSP ksp
PC pc
std::string solver_name = "KSPSolver"
std::string solver_type = KSPGMRES
std::string preconditioner_type = PCNONE
double relative_residual_tol = 1.0e-6
int maximum_iterations = 100