We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 216d57a commit f4d7a94Copy full SHA for f4d7a94
src/Fields/field.jl
@@ -104,7 +104,7 @@ Keyword arguments
104
105
- `data :: OffsetArray`: An offset array with the fields data. If nothing is provided the
106
field is filled with zeros.
107
- - `boundary_conditions`: If nothing is provided, then field is created using the default
+- `boundary_conditions`: If nothing is provided, then field is created using the default
108
boundary conditions via [`FieldBoundaryConditions`](@ref).
109
- `indices`: Used to prescribe where a reduced field lives on. For example, at which `k` index
110
does a two-dimensional ``x``-``y`` field lives on. Default: `(:, :, :)`.
0 commit comments