Functions | Variables

integrators/integrate.c File Reference

Contains public functions to set integrator. More...

Go to the source code of this file.

Functions

VDFun_t integrate_init (MeshS *pM)
 Initialize integrator; VGDFun_t defined in athena.h.
void integrate_destruct ()
 Free memory.

Variables

static int dim = 0

Detailed Description

Contains public functions to set integrator.

CONTAINS PUBLIC FUNCTIONS:

Definition in file integrate.c.


Function Documentation

void integrate_destruct ( void   ) 

Free memory.

Definition at line 93 of file integrate.c.

References ath_error(), dim, integrate_destruct_1d(), integrate_destruct_2d(), and integrate_destruct_3d().

Referenced by integrate_init_1d(), integrate_init_2d(), integrate_init_3d(), and main().

Here is the call graph for this function:

Here is the caller graph for this function:

VDFun_t integrate_init ( MeshS pM  ) 

Initialize integrator; VGDFun_t defined in athena.h.

Definition at line 24 of file integrate.c.

References ath_error(), dim, integrate_init_1d(), integrate_init_2d(), integrate_init_3d(), MeshS::Nx, and par_getd().

Referenced by main().

Here is the call graph for this function:

Here is the caller graph for this function:


Variable Documentation

int dim = 0 [static]