Home
Manual
Packages
Global Index
Keywords
Quick Reference
|
all functions - F
Falm
|
NT
Falm(field,lmax,nn_out=,logg=)
returns the field decomposition in Ylm
nn_out == >dimension of the interpolated field
logg=1 => log(field) instead of field
interpreted function, defined at ./harmonic.i line 220
|
FindLeaves
|
NT
For a given Adaptahop Node and a given substructure index i, it returns
all the index of corresponding 'leaves', i.e all substructures which have
Node(i) as a mother and no child.
i can be a scalar or an index array.
If i is an array, it SHOULD correspond to Nodes that have the SAME level
to avoid redundancy.
levmax defined the maximum level that should be reached by the recursive
algorithm to find the structure children. (default levmax=19999)
interpreted function, defined at ./Read_node.i line 110
|
SEE
|
ALSO,
:,
PlotNodeLeaves
|
|