List of all members.
Public Member Functions |
| PhysicalQuantity (const PDE *eq, const string &name) |
| Creates a physical quantity.
|
| PhysicalQuantity (const PDE *eq, const string &name, const string &format, const string &headerFormat) |
| Creates a physical quantity.
|
virtual GReal_t | eval (const Grid &g, GReal_t dt)=0 throw (IllegalArgumentException&) |
string | getQuantityName () const |
string | getFormat () const |
string | getHeaderFormat () const |
virtual PhysicalQuantity * | clonePhysicalQuantity () const =0 |
const PDE & | getPDE () const |
Constructor & Destructor Documentation
gridripper::amr1d::PDE::PhysicalQuantity::PhysicalQuantity |
( |
const PDE * |
eq, |
|
|
const string & |
name | |
|
) |
| | |
Creates a physical quantity.
If the name argument is in format "name /format/headerFormat", then the format and headerFormat fields are also set.
- Parameters:
-
gridripper::amr1d::PDE::PhysicalQuantity::PhysicalQuantity |
( |
const PDE * |
eq, |
|
|
const string & |
name, |
|
|
const string & |
format, |
|
|
const string & |
headerFormat | |
|
) |
| | |
Creates a physical quantity.
- Parameters:
-
| eq | the PDE |
| name | the name |
| format | the printf format string for writing the value in a multi-column file |
| headerFormat | the printf format string for writing the name in a multicolumn file |
The documentation for this class was generated from the following file:
- /home/laszloa/SVN/GR/gridripper/include/gridripper/amr1d/PDE.h