26 :
lambda(0), Xh(), m(), pm(), a1(), pa1(), event(
"lambda",
"u") {
27 if (approx !=
"")
reset (omega, approx);
31 Xh.block (
"boundary");
36 if (restart ==
"")
return field (
Xh, 0);
37 idiststream in (restart);
40 derr <<
"# restart from lambda=" <<
lambda << endl;
49 if (
Xh.name() ==
"")
reset (uh.get_geo(), uh.get_approx());
50 if (uh.b().dis_size() == 0) {
53 std::copy (uh.begin_dof(), uh.end_dof(), tmp.begin_dof());
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
odiststream & put(odiststream &os, const field &uh) const
field initial(std::string restart="")
void reset(const geo &omega, string approx)
combustion(const geo &omega=geo(), string approx="")
idiststream & get(idiststream &is, field &uh)