DataTransferKit - Multiphysics Solution Transfer Services  2.0
Static Public Member Functions | List of all members
DataTransferKit::NewtonSolver< NonlinearProblem > Class Template Reference

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

Detailed Description

template<typename NonlinearProblem>
class DataTransferKit::NewtonSolver< NonlinearProblem >

A stateless class for Newton's method.

Definition at line 55 of file DTK_NewtonSolver.hpp.

Member Typedef Documentation

template<typename NonlinearProblem >
typedef NonlinearProblemTraits<NonlinearProblem> DataTransferKit::NewtonSolver< NonlinearProblem >::NPT

Typedefs.

Definition at line 60 of file DTK_NewtonSolver.hpp.

Member Function Documentation

template<typename NonlinearProblem >
void DataTransferKit::NewtonSolver< NonlinearProblem >::solve ( MDArray &  u,
NonlinearProblem &  problem,
const double  tolerance,
const int  max_iters 
)
static

Get the center of the reference cell of the given topology.

Definition at line 60 of file DTK_NewtonSolver_impl.hpp.


The documentation for this class was generated from the following files: