WarpX
Loading...
Searching...
No Matches
Source
NonlinearSolvers
LinearSolverLibrary.H
Go to the documentation of this file.
1
#ifndef LINEAR_SOLVER_LIBRARY_H_
2
#define LINEAR_SOLVER_LIBRARY_H_
3
4
#include "
AMReXGMRES_Wrapper.H
"
// IWYU pragma: export
5
#include "
PETScKSP_Wrapper.H
"
// IWYU pragma: export
6
7
#include <
AMReX_Enum.H
>
8
12
AMREX_ENUM
(
LinearSolverType
,
13
amrex_gmres
,
petsc_ksp
14
);
15
16
#endif
AMReX_Enum.H
AMREX_ENUM
#define AMREX_ENUM(CLASS,...)
AMReXGMRES_Wrapper.H
LinearSolverType
LinearSolverType
struct to select the linear solver for implicit schemes
Definition
LinearSolverLibrary.H:14
LinearSolverType::petsc_ksp
@ petsc_ksp
Definition
LinearSolverLibrary.H:14
LinearSolverType::amrex_gmres
@ amrex_gmres
Definition
LinearSolverLibrary.H:14
PETScKSP_Wrapper.H
Generated by
1.13.2