Mercurial > repos > public > sbplib_julia
diff src/SbpOperators/stencil_set.jl @ 1535:a020afa9d076 bugfix/sbp_operators/stencil_return_type
Merge default
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Thu, 11 Apr 2024 22:51:02 +0200 |
parents | d7bc11053951 |
children | 84dc3b9b449b |
line wrap: on
line diff
--- a/src/SbpOperators/stencil_set.jl Mon Nov 27 10:27:40 2023 +0100 +++ b/src/SbpOperators/stencil_set.jl Thu Apr 11 22:51:02 2024 +0200 @@ -5,7 +5,7 @@ StencilSet A `StencilSet` contains a set of associated stencils. The stencils -are are stored in a table, and can be accesed by indexing into the `StencilSet`. +are are stored in a table, and can be accessed by indexing into the `StencilSet`. """ struct StencilSet table @@ -21,7 +21,7 @@ table of the `StencilSet` is a parsed TOML intended for functions like `parse_scalar` and `parse_stencil`. -The `StencilSet` table is not parsed beyond the inital TOML parse. To get usable +The `StencilSet` table is not parsed beyond the initial TOML parse. To get usable stencils use the `parse_stencil` functions on the fields of the stencil set. The reason for this is that since stencil sets are intended to be very