WarpX
Loading...
Searching...
No Matches
NewtonSolver.H File Reference
#include "LinearSolverLibrary.H"
#include "NonlinearSolver.H"
#include "JacobianFunctionMF.H"
#include "Preconditioner.H"
#include "Utils/TextMsg.H"
#include <AMReX_ParmParse.H>
#include <AMReX_Config.H>
#include <vector>
#include <istream>
#include <filesystem>

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...