The p-Laplacian problem on a circular geometry – exact solution.
The p-Laplacian problem on a circular geometry – exact solution
return (1 - pow(norm2(x),
p/(2*
p-2)))/((
p/(
p-1))*pow(2.,1/(
p-1)));
}
};
return - (pow(norm2(x),
p/(2*
p-2) - 1)/pow(2.,1/(
p-1)))*x;
}
};
see the Float page for the full documentation
see the point page for the full documentation
point operator()(const point &x) const
point operator()(const point &x) const