NuTo
Numerics Tool
Public Attributes | List of all members
NuTo::NewtonRaphson::Problem< TR, TDR, TNorm, TTol, TInfo > Struct Template Reference

problem definition More...

#include <NewtonRaphson.h>

Public Attributes

TR Residual
 
TDR Derivative
 
TNorm Norm
 
TTol mTolerance
 
TInfo Info
 

Detailed Description

template<typename TR, typename TDR, typename TNorm, typename TTol, typename TInfo>
struct NuTo::NewtonRaphson::Problem< TR, TDR, TNorm, TTol, TInfo >

problem definition

Template Parameters
TRresidual function
TDRderivative of the residual function
TNormfunction that calculates the norm of the residual TTol = TNorm(TR)
TToltolerance
TInfoInfo function that takes (int, return type of TR, return type of TR)

Member Data Documentation

template<typename TR , typename TDR , typename TNorm , typename TTol , typename TInfo >
TDR NuTo::NewtonRaphson::Problem< TR, TDR, TNorm, TTol, TInfo >::Derivative
template<typename TR , typename TDR , typename TNorm , typename TTol , typename TInfo >
TInfo NuTo::NewtonRaphson::Problem< TR, TDR, TNorm, TTol, TInfo >::Info
template<typename TR , typename TDR , typename TNorm , typename TTol , typename TInfo >
TTol NuTo::NewtonRaphson::Problem< TR, TDR, TNorm, TTol, TInfo >::mTolerance
template<typename TR , typename TDR , typename TNorm , typename TTol , typename TInfo >
TNorm NuTo::NewtonRaphson::Problem< TR, TDR, TNorm, TTol, TInfo >::Norm
template<typename TR , typename TDR , typename TNorm , typename TTol , typename TInfo >
TR NuTo::NewtonRaphson::Problem< TR, TDR, TNorm, TTol, TInfo >::Residual

The documentation for this struct was generated from the following file: