Mercurial > repos > public > sbplib_julia
comparison docs/src/operator_file_format.md @ 989:7bf3121c6864 feature/stencil_set_type
Add type StencilSet
author | Vidar Stiernström <vidar.stiernstrom@it.uu.se> |
---|---|
date | Thu, 17 Mar 2022 21:31:20 +0100 |
parents | fe8fe3f01162 |
children | 99d1f5651d0b |
comparison
equal
deleted
inserted
replaced
988:83046af6143a | 989:7bf3121c6864 |
---|---|
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 * [`read_stencil_set`](@ref) | 19 * [`StencilSet`](@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 |