OGS
GlobalLinearSolverType.h
Go to the documentation of this file.
1
11#pragma once
12
13#if defined(USE_LIS)
14
16
18
19#elif defined(USE_PETSC)
20
22
24
25#else
26
28
30
31#endif
Declaration of class PETScLinearSolver, which defines a solver object based on PETSc routines.