wiki:Derivatives2D

Version 2 (modified by trac, 12 years ago) ( diff )

SUBROUTINE Derivatives2D(REAL[] q, REAL[] dqdt, CELLINFO ci)


Defined In:

contrib/astro/physics/i_i_ODEs.f90


Inputs:

REAL[] q. The 1D array that holds the field values for the cell.

REAL[] dqdt. The derivative array that will hold the subroutine's output.

CELLINFO ci. Contains information and constants that help calculate the derivatives.


Description:

Returns the time-derivatives of the field variables in q. This is accomplished through a number of subroutines reflecting the various factors (gravity, cooling, cylindrical symmetry, etc). that affect these variables with respect to time. The CELLINFO object ci is used to control some of these options, while others are toggled through global constants.


Called In:

Source :: src()

Source :: src1D()

Source :: Stiff()


Modules Used:

None.


Files Included:

None.

Note: See TracWiki for help on using the wiki.