Version 2 (modified by 12 years ago) ( diff ) | ,
---|
SUBROUTINE eightwavesD(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. A 1D INTENT(INOUT)
array that is returned with Cyl2D()
's contribution to q
's time-derivatives.
CELLINFO
ci. Contains information and constants that help calculate the derivatives.
Description:
An old attempt at clearing divergence from the problem domain, largely supplanted by constrained transport. Is not implemented in 3D.
Called In:
Modules Used:
None.
Files Included:
None.
Note:
See TracWiki
for help on using the wiki.