OGS
GlobalLinearSolverType.h
Go to the documentation of this file.
1
10
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
MathLib::EigenLisLinearSolver GlobalLinearSolver
Declaration of class PETScLinearSolver, which defines a solver object based on PETSc routines.