WarpX
NonlinearSolverLibrary.H
Go to the documentation of this file.
1 #ifndef NONLINEAR_SOLVER_LIBRARY_H_
2 #define NONLINEAR_SOLVER_LIBRARY_H_
3 
4 #include "PicardSolver.H" // IWYU pragma: export
5 #include "NewtonSolver.H" // IWYU pragma: export
6 
11  Picard = 0,
12  Newton = 1
13 };
14 
15 #endif
NonlinearSolverType
struct to select the nonlinear solver for implicit schemes
Definition: NonlinearSolverLibrary.H:10
@ Newton
Definition: NonlinearSolverLibrary.H:12
@ Picard
Definition: NonlinearSolverLibrary.H:11