|
WarpX
|
#include "NonlinearSolver.H"#include <AMReX_ParmParse.H>#include "Utils/TextMsg.H"#include <vector>#include <istream>#include <filesystem>Go to the source code of this file.
Classes | |
| class | PicardSolver< Vec, Ops > |
| Picard fixed-point iteration method to solve nonlinear equation of form: U = b + R(U). U is the solution vector. b is a constant. R(U) is some nonlinear function of U, which is computed in the Ops function ComputeRHS(). More... | |