FLASH4.6.2 API

Generated from /data/asci2/site/flashcode/secure/release_4p6/source/physics/Gravity/Gravity_bhFillBotNode.F90 with ROBODoc v4.99.8 on Thu May 02 07:54:08 2024

TABLE OF CONTENTS


[Functions] source/physics/Gravity/Gravity_bhFillBotNode

[top][index]

NAME

  Gravity_bhFillBotNode

SYNOPSIS

   call Gravity_bhFillBotNode(
                          integer(in)    :: blockno,
                          integer(in)    :: point(MDIM),
                          integer(in)    :: blkLimits(2,MDIM),
                          real,pointer   :: solnData(:,:,:,:),
                          real(inout)    :: botnode(:)
        )

DESCRIPTION

  Called during tree build. Fills the bottom-most (leaf) node 
  (corresponding to a single grid cell) with values from the grid.
  Recently empty, because evrything is done in gr_bhFillBotNode.

ARGUMENTS

  blockno     : number of block into which the node belongs
  point       : indeces of the cell (botnode) in the block
  blkLimits   : limits of indeces in the block
  solnData    : solution data from the grid
  botnode     : array of the bottom-most (leaf) node of the tree
                which is filled by values from the grid