|
BISICLES AMR ice sheet model
0.9
|
Functions | |
| void | zeroBCValue_FIBC (Real *pos, int *dir, Side::LoHiSide *side, Real *a_values) |
| void | iceNeumannBC_FIBC (FArrayBox &a_state, const Box &a_valid, const ProblemDomain &a_domain, Real a_dx, bool a_homogeneous) |
| void | iceDirichletBC_FIBC (FArrayBox &a_state, const Box &a_valid, const ProblemDomain &a_domain, Real a_dx, bool a_homogeneous) |
| void | iceDivideBC_FIBC (FArrayBox &a_state, const Box &a_valid, const ProblemDomain &a_domain, Real a_dx, bool a_homogeneous) |
| void | iceStreamXBC_FIBC (FArrayBox &a_state, const Box &a_valid, const ProblemDomain &a_domain, Real a_dx, bool a_homogeneous) |
| void iceDirichletBC_FIBC | ( | FArrayBox & | a_state, |
| const Box & | a_valid, | ||
| const ProblemDomain & | a_domain, | ||
| Real | a_dx, | ||
| bool | a_homogeneous | ||
| ) |
References zeroBCValue_FIBC().
Referenced by FortranInterfaceIBC::setupBCs().
| void iceDivideBC_FIBC | ( | FArrayBox & | a_state, |
| const Box & | a_valid, | ||
| const ProblemDomain & | a_domain, | ||
| Real | a_dx, | ||
| bool | a_homogeneous | ||
| ) |
Referenced by FortranInterfaceIBC::setupBCs().
| void iceNeumannBC_FIBC | ( | FArrayBox & | a_state, |
| const Box & | a_valid, | ||
| const ProblemDomain & | a_domain, | ||
| Real | a_dx, | ||
| bool | a_homogeneous | ||
| ) |
References zeroBCValue_FIBC().
Referenced by FortranInterfaceIBC::setupBCs().
| void iceStreamXBC_FIBC | ( | FArrayBox & | a_state, |
| const Box & | a_valid, | ||
| const ProblemDomain & | a_domain, | ||
| Real | a_dx, | ||
| bool | a_homogeneous | ||
| ) |
References zeroBCValue_FIBC().
Referenced by FortranInterfaceIBC::setupBCs().
| void zeroBCValue_FIBC | ( | Real * | pos, |
| int * | dir, | ||
| Side::LoHiSide * | side, | ||
| Real * | a_values | ||
| ) |
Referenced by iceDirichletBC_FIBC(), iceNeumannBC_FIBC(), and iceStreamXBC_FIBC().
1.8.13