![]() |
NuTo
Numerics Tool
|
Go to the source code of this file.
Namespaces | |
| NuTo | |
Functions | |
| template<typename TObject , typename TReturn > | |
| auto | NuTo::Bind (TObject &object, TReturn(TObject::*f)(const NuTo::CellIpData &, double)) |
| automatically create the lambda [&](cellIpData) {return integrand.Gradient(cellIpData, 0); } More... | |
| template<typename TObject , typename TReturn > | |
| auto | NuTo::Bind (TObject &object, TReturn(TObject::*f)(const NuTo::CellIpData &)) |
| automatically create the lambda [&](cellIpData) {return integrand.Gradient(cellIpData); } More... | |
1.8.11