DataTransferKit - Multiphysics Solution Transfer Services
2.0
|
A stateless class for Newton's method. More...
#include <DTK_NewtonSolver.hpp>
Public Types | |
typedef NonlinearProblemTraits< NonlinearProblem > | NPT |
Typedefs. More... | |
Static Public Member Functions | |
static void | solve (MDArray &u, NonlinearProblem &problem, const double tolerance, const int max_iters) |
Get the center of the reference cell of the given topology. More... | |
A stateless class for Newton's method.
Definition at line 55 of file DTK_NewtonSolver.hpp.
typedef NonlinearProblemTraits<NonlinearProblem> DataTransferKit::NewtonSolver< NonlinearProblem >::NPT |
Typedefs.
Definition at line 60 of file DTK_NewtonSolver.hpp.
|
static |
Get the center of the reference cell of the given topology.
Definition at line 60 of file DTK_NewtonSolver_impl.hpp.