cholla
Classes | Functions
CTU_1D.h File Reference

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

#include "global.h"

Go to the source code of this file.

Classes

struct  States_1D
 
struct  Fluxes_1D
 

Functions

void CTU_Algorithm_1D (Real *C, int nx, int n_ghost, Real dx, Real dt)
 The corner transport upwind algorithm of Gardiner & Stone, 2008. More...
 

Detailed Description

Declarations for the 1D CTU algorithm.

Function Documentation

§ CTU_Algorithm_1D()

void CTU_Algorithm_1D ( Real *  C,
int  nx,
int  n_ghost,
Real  dx,
Real  dt 
)

The corner transport upwind algorithm of Gardiner & Stone, 2008.

!