WarpX
Source
NonlinearSolvers
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
10
enum
NonlinearSolverType
{
11
Picard
= 0,
12
Newton
= 1
13
};
14
15
#endif
NewtonSolver.H
NonlinearSolverType
NonlinearSolverType
struct to select the nonlinear solver for implicit schemes
Definition:
NonlinearSolverLibrary.H:10
Newton
@ Newton
Definition:
NonlinearSolverLibrary.H:12
Picard
@ Picard
Definition:
NonlinearSolverLibrary.H:11
PicardSolver.H
Generated by
1.9.1