BISICLES AMR ice sheet model
0.9
|
#include <MuCoefficient.H>
Public Member Functions | |
AxbyMuCoefficient (const Real &a_a, MuCoefficient *a_x, const Real &a_b, MuCoefficient *a_y) | |
constructor More... | |
virtual | ~AxbyMuCoefficient () |
destructor More... | |
virtual MuCoefficient * | new_muCoefficient () const |
factory method More... | |
virtual void | setMuCoefficient (LevelData< FArrayBox > &a_cellMuCoef, LevelSigmaCS &a_coordSys, Real a_time, Real a_dt) |
define cell and face-centered coefficient More... | |
![]() | |
MuCoefficient () | |
constructor More... | |
virtual | ~MuCoefficient () |
destructor More... | |
Additional Inherited Members | |
![]() | |
static MuCoefficient * | parseMuCoefficient (const char *a_prefix) |
assemble a MuCoefficient object from ParmParse input, return pointer More... | |
AxbyMuCoefficient::AxbyMuCoefficient | ( | const Real & | a_a, |
MuCoefficient * | a_x, | ||
const Real & | a_b, | ||
MuCoefficient * | a_y | ||
) |
|
virtual |
destructor
References setMuCoefficient().
|
virtual |
factory method
return a pointer to a new Mucoefficient object
Implements MuCoefficient.
References AxbyMuCoefficient().
|
virtual |
define cell and face-centered coefficient
time and dt are included in case this is time-dependent.
Implements MuCoefficient.
Referenced by ~AxbyMuCoefficient().