cholla
Functions
CTU_1D.cpp File Reference

Definitions of the 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_1D.h"
#include "plmp.h"
#include "plmc.h"
#include "ppmp.h"
#include "ppmc.h"
#include "exact.h"
#include "roe.h"

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

Definitions of the CTU algorithm. See Sec. 4.2 of Gardiner & Stone, 2008.

Function Documentation

§ CTU_Algorithm_1D()

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

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

!