31 Xh.block (
"boundary");
32 string grad_approx =
"P" + to_string(
Xh.degree()-1) +
"d";
33 Th =
space (omega, grad_approx,
"vector");
37 a = integrate (dot(grad(
u),grad(v)));
38 b = integrate (dot(grad(
u),tau));
39 integrate_option iopt;
50 field mt_grad_uh = integrate(dot(grad(uh),tau));
51 sigma_h =
inv_mt*mt_grad_uh;
56 out << catchmark(
"Bi") <<
Bi << endl
57 << catchmark(
"n") <<
n << endl
58 << catchmark(
"r") <<
r << endl
59 << catchmark(
"sigma") << sigma_h
60 << catchmark(
"u") << uh;
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
mosolov_augmented_lagrangian()
void reset(geo omega, string approx)
void put(odiststream &out, field &sigma_h, field &uh) const
void initial(field &sigma_h, field &uh) const