File tree Expand file tree Collapse file tree 1 file changed +8
-9
lines changed
Expand file tree Collapse file tree 1 file changed +8
-9
lines changed Original file line number Diff line number Diff line change @@ -13,11 +13,11 @@ create_regular_config
1313destroy_config
1414```
1515
16- ### Configuration Queries
16+ ### Index Utilities
1717
1818``` @docs
19- lmidx
2019nlm_calc
20+ LM_index
2121```
2222
2323## Scalar Field Transforms
@@ -91,9 +91,6 @@ enstrophy
9191
9292``` @docs
9393shtns_use_threads
94- set_fft_threads
95- get_fft_threads
96- set_optimal_threads!
9794```
9895
9996## Buffer Helpers
@@ -107,10 +104,12 @@ scratch_fft
107104
108105When using MPI with PencilArrays, the following functions are available via the parallel extension:
109106
110- ``` @docs
111- dist_analysis
112- dist_synthesis
113- ```
107+ - ` dist_analysis(cfg, fθφ) ` - Distributed spatial to spectral transform
108+ - ` dist_synthesis(cfg, Alm; prototype_θφ, real_output) ` - Distributed spectral to spatial transform
109+ - ` dist_spat_to_SHsphtor(cfg, Vθ, Vφ) ` - Distributed vector analysis
110+ - ` dist_SHsphtor_to_spat(cfg, Slm, Tlm; prototype_θφ) ` - Distributed vector synthesis
111+
112+ See the [ Distributed Guide] ( ../distributed.md ) for detailed usage.
114113
115114## Gradient and Differential Operators
116115
You can’t perform that action at this time.
0 commit comments