|
cholla
|
Declarations for the 3D CTU algorithm. More...
#include "global.h"Go to the source code of this file.
Classes | |
| struct | States_3D |
| struct | Fluxes_3D |
Functions | |
| void | CTU_Algorithm_3D (Real *C, int nx, int ny, int nz, int n_ghost, Real dx, Real dy, Real dz, Real dt) |
| The corner transport upwind algorithm of Gardiner & Stone, 2008. More... | |
Declarations for the 3D CTU algorithm.
| void CTU_Algorithm_3D | ( | Real * | C, |
| int | nx, | ||
| int | ny, | ||
| int | nz, | ||
| int | n_ghost, | ||
| Real | dx, | ||
| Real | dy, | ||
| Real | dz, | ||
| Real | dt | ||
| ) |
The corner transport upwind algorithm of Gardiner & Stone, 2008.
!
1.8.12