Rheolef
7.2
an efficient C++ finite element environment
|
Definition at line 25 of file combustion.h.
Public Types | |
typedef Float | float_type |
typedef field | value_type |
Public Member Functions | |
combustion (const geo &omega=geo(), string approx="") | |
void | reset (const geo &omega, string approx) |
field | initial (std::string restart="") |
idiststream & | get (idiststream &is, field &uh) |
odiststream & | put (odiststream &os, const field &uh) const |
string | parameter_name () const |
float_type | parameter () const |
void | set_parameter (float_type lambda1) |
bool | stop (const field &xh) const |
field | residue (const field &uh) const |
form | derivative (const field &uh) const |
field | derivative_versus_parameter (const field &uh) const |
problem::determinant_type | update_derivative (const field &uh) const |
field | derivative_solve (const field &mrh) const |
field | derivative_trans_mult (const field &mrh) const |
field | massify (const field &uh) const |
field | unmassify (const field &uh) const |
float_type | space_dot (const field &xh, const field &yh) const |
float_type | dual_space_dot (const field &mrh, const field &msh) const |
Protected Attributes | |
float_type | lambda |
space | Xh |
form | m |
problem | pm |
form | a1 |
problem | pa1 |
branch | event |
typedef Float float_type |
Definition at line 26 of file combustion.h.
typedef field value_type |
Definition at line 27 of file combustion.h.
combustion | ( | const geo & | omega = geo() , |
string | approx = "" |
||
) |
Definition at line 25 of file combustion1.icc.
void reset | ( | const geo & | omega, |
string | approx | ||
) |
Definition at line 29 of file combustion1.icc.
field initial | ( | std::string | restart = "" | ) |
Definition at line 35 of file combustion1.icc.
idiststream & get | ( | idiststream & | is, |
field & | uh | ||
) |
Definition at line 46 of file combustion1.icc.
odiststream & put | ( | odiststream & | os, |
const field & | uh | ||
) | const |
Definition at line 43 of file combustion1.icc.
string parameter_name | ( | ) | const |
Definition at line 33 of file combustion.h.
float_type parameter | ( | ) | const |
Definition at line 34 of file combustion.h.
void set_parameter | ( | float_type | lambda1 | ) |
Definition at line 35 of file combustion.h.
bool stop | ( | const field & | xh | ) | const |
Definition at line 36 of file combustion.h.
Definition at line 25 of file combustion2.icc.
Definition at line 31 of file combustion2.icc.
Definition at line 43 of file combustion2.icc.
problem::determinant_type update_derivative | ( | const field & | uh | ) | const |
Definition at line 36 of file combustion2.icc.
Definition at line 47 of file combustion2.icc.
Definition at line 52 of file combustion2.icc.
Definition at line 43 of file combustion.h.
Definition at line 58 of file combustion2.icc.
Definition at line 63 of file combustion2.icc.
Definition at line 65 of file combustion2.icc.
|
protected |
Definition at line 48 of file combustion.h.
|
protected |
Definition at line 49 of file combustion.h.
|
protected |
Definition at line 50 of file combustion.h.
|
protected |
Definition at line 51 of file combustion.h.
|
mutableprotected |
Definition at line 52 of file combustion.h.
|
mutableprotected |
Definition at line 53 of file combustion.h.
|
mutableprotected |
Definition at line 54 of file combustion.h.