WarpX
Loading...
Searching...
No Matches
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
14);
15
16#endif
#define AMREX_ENUM(CLASS,...)
LinearSolverType
struct to select the linear solver for implicit schemes
Definition LinearSolverLibrary.H:14
@ petsc_ksp
Definition LinearSolverLibrary.H:14
@ amrex_gmres
Definition LinearSolverLibrary.H:14