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 contrib/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 contrib/Read_node.i line 110
|
SEE
|
ALSO,
:,
PlotNodeLeaves
|
Findeq
|
Findeq
interpreted function, defined at contrib/Read_node.i line 306
|
Findeq2
|
Findeq2
interpreted function, defined at contrib/Read_node.i line 320
|
Flat
|
Flat
struct Flat {
int varIs, varIa(4,3,2);
double varDs;
char varCs;
float varFs, varFa(3,2);
complex varZs, varZa(2);
short varSs, varSa(3,2);
double varDa(4,3,2);
Simple varSIs, varSIa(2);
long varLs, varLa(2);
char varCa(3);
}
structure, defined at i/testb.i line 716
|
|