an efficient C++ finite element environment
|
|
Go to the documentation of this file.
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);
see the catchmark page for the full documentation
The Taylor benchmark – right-hand-side and boundary condition.
see the field page for the full documentation
see the problem_mixed page for the full documentation
int main(int argc, char **argv)
see the space page for the full documentation
rheolef - reference manual
The Stokes problem with Dirichlet boundary condition by the discontinuous Galerkin method – solver fu...
see the environment page for the full documentation
field lh(Float epsilon, Float t, const test &v)
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())
This file is part of Rheolef.
odiststream dout(cout)
see the diststream page for the full documentation
see the geo page for the full documentation