wiki:ProlongationFixup

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

SUBROUTINE ProlongationFixup(INTEGER i, INTEGER j, INTEGER k)


Defined In:

contrib/astro/problem.f90


Inputs:

INTEGER i, j, k. The indices of the cell to be prolongated.


Description:

ProlongationFixup() is a subroutine local to ProblemNodeInfoInit(). Its purpose is to propagate the prolongated aux results in the cell {i, j, k} into neighboring cells. This is accomplished by multiplying the aux values of the cell and it's neighbors by a Mathematica-derived matrix and storing the results in the adjacent cells.

Note that this function is only intended for use in 2D problems; for 3D problems use ProlongationFixup3D().


Called In:

Problem :: ProblemNodeInfoInit()


Modules Used:

None.


Files Included:

None.

Note: See TracWiki for help on using the wiki.