Version 3 (modified by 12 years ago) ( diff ) | ,
---|
SUBROUTINE problemInitFields(NodeInfo Parent, NodeInfo Child)
Defined In:
Inputs:
NodeInfo
Parent. The parent grid being used to create the new child's info.
NodeInfo
Child. The new grid whose fields are being initialized.
Description:
Initialize Child
's aux
fields, deriving the values from the aux
data in Parent
. This subroutine will exit without doing anything if MaintainAuxArrays
is false.
Called In:
InfoFieldUtils :: InitFields()
Modules Used:
None.
Files Included:
None.
Note:
See TracWiki
for help on using the wiki.