#include <brio_wu_shocktube_13moment.h>
|
| brio_wu () |
| Create new brio_wu_shocktube_13moment.
|
|
| ~brio_wu () |
| Destroy brio_wu_shocktube_13moment.
|
|
void | setup (const WxCryptSet &wxc) |
| Setup brio_wu_shocktube_13moment object using supplied cryptset.
|
|
void | applyFunction (const real *position, real *value) const |
| Evaluate the function at a position and return the result through a pointer.
|
|
| WmICFunction () |
| Create new WmICFunction.
|
|
virtual | ~WmICFunction () |
| Destroy WmICFunction.
|
|
virtual void | setup (const WxCryptSet &wxc) |
| Setup WmICFunction object using supplied cryptset.
|
|
const std::string & | getName () const |
| Get name of this function.
|
|
int | getNumArguments () const |
| Get number of arguments returned by this icFunction.
|
|
template<typename T > |
void | apply (const real position[3], T *value) const |
| Evaluate the function at a position and return the result through a pointer position and value must be double precision.
|
|
◆ brio_wu()
wxm::functions::thirteen_moment::brio_wu::brio_wu |
( |
| ) |
|
Create new brio_wu_shocktube_13moment.
◆ ~brio_wu()
wxm::functions::thirteen_moment::brio_wu::~brio_wu |
( |
| ) |
|
Destroy brio_wu_shocktube_13moment.
◆ applyFunction()
void wxm::functions::thirteen_moment::brio_wu::applyFunction |
( |
const real * |
position, |
|
|
real * |
value |
|
) |
| const |
|
virtual |
Evaluate the function at a position and return the result through a pointer.
- Parameters
-
p | Position to evaluate function (must have at least 3 components) |
v | Value evaluated at position (must be allocated outside function) |
Implements WmICFunction.
◆ setup()
void wxm::functions::thirteen_moment::brio_wu::setup |
( |
const WxCryptSet & |
wxc | ) |
|
|
virtual |
Setup brio_wu_shocktube_13moment object using supplied cryptset.
- Parameters
-
wxc | Cryptset to use for setting |
Reimplemented from WmICFunction.
The documentation for this class was generated from the following file: