The combustion problem by continuation.
The combustion problem by continuation
int main(
int argc,
char**argv) {
cin >> noverbose;
string approx = (argc > 2) ? argv[2] : "P1";
Float eps = numeric_limits<Float>::epsilon();
derr << setprecision(numeric_limits<Float>::digits10)
<< "# continuation in lambda:" << endl
<< "# geo = " << omega.name() << endl
<< "# approx = " << approx << endl
<<
"# tol = " << opts.
tol << endl;
continuation (F, uh, &dout, &derr, opts);
}
see the Float page for the full documentation
see the field page for the full documentation
see the geo page for the full documentation
see the environment page for the full documentation
The combustion problem: class header for the Newton method.
This file is part of Rheolef.
rheolef - reference manual
odiststream & put(odiststream &os, const field &uh) const
field initial(std::string restart="")
see the continuation_option page for the full documentation
Float ini_delta_parameter
Float max_delta_parameter
Float min_delta_parameter