Version 2 (modified by 12 years ago) ( diff ) | ,
---|
SUBROUTINE ApplyOnLevelTarget(INTEGER L, FUNCTION f, FuncParam fparam)
Click here to view v177 source.
NOTE: This is a member of the ApplyOn_() family of subroutines.
Applies function f
to each node on level L
. Note that this subroutine does not use recursion, but rather traverses the Neighbor
links of each level-L
node and stops on a null pointer.
INCLUDES:
None.
USES:
- nodeinfodef.f90 supplies the NodeInfo data structure and some functions that operate on it.
Note:
See TracWiki
for help on using the wiki.