Mercurial > repos > public > sbplib_julia
comparison docs/src/operator_file_format.md @ 1036:99d1f5651d0b feature/stencil_set_type
Remove todo, add ::StencilSet to some methods, and update docs
author | Vidar Stiernström <vidar.stiernstrom@it.uu.se> |
---|---|
date | Tue, 22 Mar 2022 13:53:07 +0100 |
parents | 7bf3121c6864 |
children | 471a948cd2b2 |
comparison
equal
deleted
inserted
replaced
1019:3031ce7a4999 | 1036:99d1f5651d0b |
---|---|
14 ```@meta | 14 ```@meta |
15 # TODO: provide examples of functions to pass the files to | 15 # TODO: provide examples of functions to pass the files to |
16 ``` | 16 ``` |
17 Advanced user might want to get access to the individual objects of an | 17 Advanced user might want to get access to the individual objects of an |
18 operator file. This can be accomplished using functions such as | 18 operator file. This can be accomplished using functions such as |
19 * [`StencilSet`](@ref) | 19 * [`read_stencil_set`](@ref) |
20 * [`parse_scalar`](@ref) | 20 * [`parse_scalar`](@ref) |
21 * [`parse_stencil`](@ref) | 21 * [`parse_stencil`](@ref) |
22 * [`parse_tuple`](@ref) | 22 * [`parse_tuple`](@ref) |
23 | 23 |
24 When parsing operator objects they are interpreted using `Rational`s and | 24 When parsing operator objects they are interpreted using `Rational`s and |