wiki:Derivatives3D

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

SUBROUTINE Derivatives3D(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. Unlike its counterpart Derivatives2D(), this subroutine does not include source terms for gravity or cylindrical geometry. At the moment, Derivatives3D() only invokes cooling source terms.


Called In:

Source :: src()

Source :: src1D()

Source :: Stiff()


Modules Used:

None.


Files Included:

None.

Note: See TracWiki for help on using the wiki.