|
cholla
|
Definitions of the 2D CTU algorithm. See Sec. 4.2 of Gardiner & Stone, 2008. More...
#include <stdio.h>#include <stdlib.h>#include <math.h>#include "global.h"#include "CTU_2D.h"#include "plmp.h"#include "plmc.h"#include "ppmp.h"#include "ppmc.h"#include "exact.h"#include "roe.h"Functions | |
| void | CTU_Algorithm_2D (Real *C, int nx, int ny, int n_ghost, Real dx, Real dy, Real dt) |
| The corner transport upwind algorithm of Gardiner & Stone, 2008. More... | |
Definitions of the 2D CTU algorithm. See Sec. 4.2 of Gardiner & Stone, 2008.
| CTU_Algorithm_2D | ( | Real * | C, |
| int | nx, | ||
| int | ny, | ||
| int | n_ghost, | ||
| Real | dx, | ||
| Real | dy, | ||
| Real | dt | ||
| ) |
The corner transport upwind algorithm of Gardiner & Stone, 2008.
!
1.8.12