29int main(
int argc,
char**argv) {
32 dout << setprecision(numeric_limits<Float>::digits10)
33 <<
"# lambda det_mantissa det_exp det_base" << endl;
35 while (F.
get(din,uh)) {
36 F.
reset (uh.get_geo(), uh.get_approx());
38 dout << F.
parameter() <<
" " << det.mantissa <<
" "
39 << det.exponant <<
" " << det.base << endl;
see the field 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
float_type parameter() const
problem::determinant_type update_derivative(const field &uh) const
void reset(const geo &omega, string approx)
idiststream & get(idiststream &is, field &uh)