The Poisson problem with Robin boundary condition – solver function.
The Poisson problem with Robin boundary condition – solver function
form a = integrate(dot(grad(
u),grad(v))) + Cf*integrate(boundary,
u*v);
return uh;
}
field lh(Float epsilon, Float t, const test &v)
see the Float page for the full documentation
see the field page for the full documentation
see the geo page for the full documentation
see the problem page for the full documentation
see the space page for the full documentation
see the test page for the full documentation
see the test page for the full documentation
field poisson_robin(Float Cf, const geo &boundary, const field &lh)