[docs] high level doc updates
This commit is contained in:
parent
6f29dd89a8
commit
318c43d62d
3 changed files with 24 additions and 55 deletions
|
|
@ -11,16 +11,22 @@ This documentation is built directly from the package docstrings. The API pages
|
|||
are the source of truth for the mathematical derivations and calling
|
||||
conventions.
|
||||
|
||||
## Recommended starting points
|
||||
## Examples and API Map
|
||||
|
||||
- Use the [FDTD API](api/fdtd.md) when you need time-domain stepping, CPML, or
|
||||
phasor extraction.
|
||||
- Use the [FDFD API](api/fdfd.md) when you need driven frequency-domain solves
|
||||
or operator algebra.
|
||||
- Use the [Waveguide API](api/waveguides.md) for mode solving, port sources, and
|
||||
overlap windows.
|
||||
- Use the [fdmath API](api/fdmath.md) when you need the lower-level finite-difference
|
||||
operators or the derivation background shared across the package.
|
||||
For most users, the tracked examples under `examples/` are the right entry
|
||||
point. They show the intended combinations of tools for solving complete
|
||||
problems.
|
||||
|
||||
The API pages are better read as a toolbox map and derivation reference:
|
||||
|
||||
- Use the [FDTD API](api/fdtd.md) for time-domain stepping, CPML, and phasor
|
||||
extraction.
|
||||
- Use the [FDFD API](api/fdfd.md) for driven frequency-domain solves and sparse
|
||||
operator algebra.
|
||||
- Use the [Waveguide API](api/waveguides.md) for mode solving, port sources,
|
||||
and overlap windows.
|
||||
- Use the [fdmath API](api/fdmath.md) for the lower-level finite-difference
|
||||
operators and the shared discrete derivations underneath both solvers.
|
||||
|
||||
## Build outputs
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue