advectionVelPtr() const | PatchAdvection | |
bulkModulusIndex() | PatchAdvection | [protected, virtual] |
cellVelPtr() const | PatchAdvection | |
consToPrim(FArrayBox &a_W, const FArrayBox &a_U, const Box &a_box) | PatchAdvection | [protected, virtual] |
finalUpdate(FArrayBox &a_U, const FArrayBox &a_F, const Real &a_scale, const int &a_dir, const Box &a_box) | PatchAdvection | [protected, virtual] |
getMaxWaveSpeed(const FArrayBox &a_U, const Box &a_box) | PatchAdvection | [virtual] |
incrementWithSource(FArrayBox &a_W, const FArrayBox &a_S, const Real &a_scale, const Box &a_box) | PatchAdvection | [protected, virtual] |
m_advVelPtr | PatchAdvection | [protected] |
m_cellVelPtr | PatchAdvection | [protected] |
m_numCons | PatchAdvection | [protected] |
m_numFlux | PatchAdvection | [protected] |
m_numPrim | PatchAdvection | [protected] |
m_numSlope | PatchAdvection | [protected] |
new_patchGodunov() const | PatchAdvection | [virtual] |
normalPred(FArrayBox &a_WMinus, FArrayBox &a_WPlus, const FArrayBox &a_W, const FArrayBox &a_dW, const Real &a_scale, const int &a_dir, const Box &a_box) | PatchAdvection | [protected, virtual] |
numConserved() | PatchAdvection | [virtual] |
numFluxes() | PatchAdvection | [virtual] |
numPrimitives() | PatchAdvection | [protected, virtual] |
numSlopes() | PatchAdvection | [protected, virtual] |
PatchAdvection() | PatchAdvection | |
pressureIndex() | PatchAdvection | [protected, virtual] |
primToCons(FArrayBox &a_U, const FArrayBox &a_W, const Box &a_box) | PatchAdvection | [protected, virtual] |
riemann(FArrayBox &a_F, const FArrayBox &a_WLeft, const FArrayBox &a_WRight, const int &a_dir, const Box &a_box) | PatchAdvection | [protected, virtual] |
setAdvVelPtr(FluxBox *a_advVelPtr) | PatchAdvection | |
setCellVelPtr(FArrayBox *a_cellVelPtr) | PatchAdvection | |
setNumVar(int a_numVar) | PatchAdvection | [virtual] |
stateNames() | PatchAdvection | [virtual] |
updateCons(FArrayBox &a_U, const FArrayBox &a_F, const Real &a_scale, const int &a_dir, const Box &a_box) | PatchAdvection | [protected, virtual] |
updatePrim(FArrayBox &a_WMinus, FArrayBox &a_WPlus, const FArrayBox &a_F, const Real &a_scale, const int &a_dir, const Box &a_box) | PatchAdvection | [protected, virtual] |
velocityInterval() | PatchAdvection | [protected, virtual] |