27 field mrh = integrate(dot(grad(uh),grad(v)) -
lambda*exp(uh)*v);
33 return integrate(dot(grad(du),grad(v)) -
lambda*exp(uh)*du*v);
35problem::determinant_type
39 sopt.compute_determinant =
true;
45 return - integrate(exp(uh)*v);
49 pa1.solve (rh, delta_uh);
see the Float page for the full documentation
see the field page for the full documentation
see the problem page for the full documentation
see the test page for the full documentation
see the test page for the full documentation
field derivative_trans_mult(const field &mrh) const
field derivative_solve(const field &mrh) const
field unmassify(const field &uh) const
float_type space_dot(const field &xh, const field &yh) const
float_type dual_space_dot(const field &mrh, const field &msh) const
field derivative_versus_parameter(const field &uh) const
form derivative(const field &uh) const
problem::determinant_type update_derivative(const field &uh) const
field residue(const field &uh) const