Rheolef  7.2
an efficient C++ finite element environment
 
Loading...
Searching...
No Matches
combustion_post.cc

The combustion problem – post-treatment.

The combustion problem – post-treatment

#include "rheolef.h"
using namespace rheolef;
using namespace std;
#include "combustion.h"
int main(int argc, char**argv) {
environment rheolef (argc,argv);
field uh;
dout << setprecision(numeric_limits<Float>::digits10)
<< "# lambda det_mantissa det_exp det_base" << endl;
while (F.get(din,uh)) {
F.reset (uh.get_geo(), uh.get_approx());
problem::determinant_type det = F.update_derivative(uh);
dout << F.parameter() << " " << det.mantissa << " "
<< 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.
int main()
Definition field2bb.cc:58
This file is part of Rheolef.
STL namespace.
rheolef - reference manual
float_type parameter() const
Definition combustion.h:34
problem::determinant_type update_derivative(const field &uh) const
void reset(const geo &omega, string approx)
idiststream & get(idiststream &is, field &uh)