an efficient C++ finite element environment
|
|
Go to the documentation of this file.
29 int main(
int argc,
char**argv) {
33 string approx = (argc > 2) ? argv[2] :
"P1";
34 string metric = (argc > 3) ? argv[3] :
"orthogonal";
41 derr << setprecision(numeric_limits<Float>::digits10)
42 <<
"# continuation in s:" << endl
43 <<
"# geo = " << omega.name() << endl
44 <<
"# approx = " << approx << endl
45 <<
"# metric = " << metric << endl
49 <<
"# tol = " << opts.
tol << endl;
Float ini_delta_parameter
see the continuation_option page for the full documentation
see the catchmark page for the full documentation
The combustion problem: class header for the Newton method.
rheolef - reference manual
Float min_delta_parameter
idiststream din
see the diststream page for the full documentation
see the environment page for the full documentation
This file is part of Rheolef.
void continuation(Problem &F, typename Problem::value_type &uh, odiststream *p_out, odiststream *p_err, const continuation_option &opts=continuation_option())
see the continuation page for the full documentation
odiststream derr(cerr)
see the diststream page for the full documentation
see the Float page for the full documentation
odiststream dout(cout)
see the diststream page for the full documentation
Float max_delta_parameter
see the continuation page for the full documentation
int main(int argc, char **argv)
see the geo page for the full documentation