The Stokes problem on the contraction benchmark – the Taylor-Hood element.
The Stokes problem on the contraction benchmark – the Taylor-Hood element
int main(
int argc,
char**argv) {
form a = integrate (2*ddot(D(
u),D(v)));
form b = integrate (-div(
u)*q);
}
see the field page for the full documentation
see the geo page for the full documentation
see the problem_mixed page for the full documentation
see the catchmark page for the full documentation
see the environment 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
The contraction geometry: boundary conditions.
This file is part of Rheolef.
rheolef - reference manual
static space velocity_space(geo omega, string approx)
static field velocity_field(space Xh)