The p-Laplacian problem – the nu function.
The p-Laplacian problem – the nu function
template<class Function>
for (
size_t i = 0; i <
d; i++) {
for (size_t j = 0; j < i; j++)
}
return value;
}
nu (
const Function& f1,
size_t d1) :
f(f1),
d(d1) {}
};
see the Float page for the full documentation
see the point page for the full documentation
see the tensor page for the full documentation
tensor operator()(const point &grad_u) const
Float derivative(const Float &x) const