cholla
Classes | Functions
CTU_2D.h File Reference

Declarations for the 2D CTU algorithm. More...

#include "global.h"

Go to the source code of this file.

Classes

struct  States_2D
 
struct  Fluxes_2D
 

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...
 

Detailed Description

Declarations for the 2D CTU algorithm.

Function Documentation

§ CTU_Algorithm_2D()

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.

!