30 int main(
int argc,
char**argv) {
33 space Xh (omega, argv[2],
"vector");
34 space Qh (omega, argv[2]);
38 field uh (Xh, 0), ph (Qh, 0);
40 stokes.set_metric (mp);
41 stokes.solve (
lh, kh, uh, ph);
field lh(Float epsilon, Float t, const test &v)
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
odiststream dout(cout)
see the diststream page for the full documentation
see the space page for the full documentation
This file is part of Rheolef.
rheolef - reference manual
The Stokes problem with Dirichlet boundary condition by the discontinuous Galerkin method – solver fu...
void stokes_dirichlet_dg(const space &Xh, const space &Qh, form &a, form &b, form &c, form &mp, field &lh, field &kh, integrate_option iopt=integrate_option())
int main(int argc, char **argv)
The Taylor benchmark – right-hand-side and boundary condition.