problem definition
More...
#include <NewtonRaphson.h>
template<typename TR, typename TDR, typename TNorm, typename TTol, typename TInfo>
struct NuTo::NewtonRaphson::Problem< TR, TDR, TNorm, TTol, TInfo >
problem definition
- Template Parameters
-
| TR | residual function |
| TDR | derivative of the residual function |
| TNorm | function that calculates the norm of the residual TTol = TNorm(TR) |
| TTol | tolerance |
| TInfo | Info function that takes (int, return type of TR, return type of TR) |
template<typename TR , typename TDR , typename TNorm , typename TTol , typename TInfo >
template<typename TR , typename TDR , typename TNorm , typename TTol , typename TInfo >
template<typename TR , typename TDR , typename TNorm , typename TTol , typename TInfo >
template<typename TR , typename TDR , typename TNorm , typename TTol , typename TInfo >
template<typename TR , typename TDR , typename TNorm , typename TTol , typename TInfo >
The documentation for this struct was generated from the following file: