Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
simlapointe committed Dec 30, 2024
1 parent d21f1e7 commit 81a8fec
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 5 additions & 1 deletion docs/src/config/boundaries.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,10 @@
[
...
],
"FloquetWaveVector":
[
...
],
"Postprocessing":
{
"SurfaceFlux":
Expand Down Expand Up @@ -127,7 +131,7 @@ each terminal boundary.
`"Periodic"` : Array of objects for configuring periodic boundary conditions for surfaces
with meshes that are identical after translation and/or rotation.

`"FloquetWaveVector"` : Object for configuring Floquet periodic boundary conditions for
`"FloquetWaveVector"` : Array for specifying Floquet wave vector for
meshes generated with built-in periodicity.

`"Postprocessing"` : Top-level object for configuring boundary postprocessing.
Expand Down
4 changes: 3 additions & 1 deletion docs/src/config/solver.md
Original file line number Diff line number Diff line change
Expand Up @@ -432,7 +432,9 @@ iterative solver choices, and the default choice depends on the iterative solver
- `"Default"`

`"DivFreeTol" [1.0e-12]` : Relative tolerance for divergence-free cleaning used in the
eigenmode simulation type.
eigenmode simulation type. Ignored if non-zero Floquet wave vector is specified in
[`config["Boundaries"]["Periodic"]["FloquetWaveVector"]`](boundaries.md##boundaries%5B%%22Periodic%22%5D%22FloquetWaveVector%22%5D)
or [`config["Boundaries"]["FloquetWaveVector"]`](boundaries.md##boundaries%5B%%22FloquetWaveVector%22%5D).

`"DivFreeMaxIts" [1000]` : Maximum number of iterations for divergence-free cleaning use in
the eigenmode simulation type.
Expand Down

0 comments on commit 81a8fec

Please sign in to comment.