|
WarpX
|
#include "NonlinearSolver.H"#include "JacobianFunctionMF.H"#include <AMReX_GMRES.H>#include <AMReX_ParmParse.H>#include "Utils/TextMsg.H"#include <vector>Go to the source code of this file.
Classes | |
| class | NewtonSolver< Vec, Ops > |
| Newton method to solve nonlinear equation of form: F(U) = U - b - R(U) = 0. U is the solution vector, b is a constant, and R(U) is some nonlinear function of U, which is computed in the ComputeRHS() Ops function. More... | |