41 #ifndef DTK_NEWTONSOLVER_HPP 42 #define DTK_NEWTONSOLVER_HPP 54 template <
typename NonlinearProblem>
66 static void solve( MDArray &u, NonlinearProblem &problem,
67 const double tolerance,
const int max_iters );
82 #endif // end DTK_NEWTONSOLVER_HPP 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.
NonlinearProblem::md_array_type MDArray
Typedef for multidimensional array type.
NonlinearProblemTraits< NonlinearProblem > NPT
Typedefs.
A stateless class for Newton's method.
Traits/policy class for nonlinear problems.
MDArray::scalar_type Scalar
Typedef for multidimensional array scalar type.
A stateless class for Newton's method.
Traits class for nonlinear problems.