Rheolef  7.2
an efficient C++ finite element environment
 
Loading...
Searching...
No Matches
p_laplacian2.icc
Go to the documentation of this file.
1
26 field rh (Xh, 0);
27 pm.solve (mrh, rh);
28 field mgh = a1*rh;
29 mgh.set_b() = 0;
30 return mgh;
31}
33 return sqrt (m(uh,uh));
34}
36 field rh (Xh, 0);
37 pm.solve (mrh, rh);
38 return sqrt (dual(mrh, rh));
39}
see the Float page for the full documentation
see the field page for the full documentation
Float dual_space_norm(const field &mrh) const
field derivative_trans_mult(const field &mrh) const
Float space_norm(const field &uh) const
problem pm
Definition p_laplacian.h:41