The Burgers problem: the Harten exact solution.
The Burgers problem: the Harten exact solution
Float shift = -2*floor((x0+1)/2);
}
h0(b1*t1),
t(t1),
a(a1),
b(b1),
c(c1) {}
Float M()
const {
Float pi = acos(-1.0);
return sqr(pi)*
b; }
protected:
};
see the Float page for the full documentation
see the point page for the full documentation
check_macro(expr1.have_homogeneous_space(Xh1), "dual(expr1,expr2); expr1 should have homogeneous space. HINT: use dual(interpolate(Xh, expr1),expr2)")
The Burgers problem: the Harten exact solution at t=0.
Float operator()(const point &x) const