Skip to content

Commit b0b6db2

Browse files
committed
Update index.md
1 parent 16363b3 commit b0b6db2

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

docs/src/api/index.md

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ create_regular_config
1313
destroy_config
1414
```
1515

16-
### Configuration Queries
16+
### Index Utilities
1717

1818
```@docs
19-
lmidx
2019
nlm_calc
20+
LM_index
2121
```
2222

2323
## Scalar Field Transforms
@@ -91,9 +91,6 @@ enstrophy
9191

9292
```@docs
9393
shtns_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

108105
When 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

0 commit comments

Comments
 (0)