Mercurial > repos > public > sbplib_julia
comparison src/SbpOperators/readoperator.jl @ 805:3881386f25e6 operator_storage_array_of_table
Add some todos
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Wed, 15 Sep 2021 21:39:47 +0200 |
parents | 98e0e0f3c5a8 |
children | 219c9661e700 |
comparison
equal
deleted
inserted
replaced
804:98e0e0f3c5a8 | 805:3881386f25e6 |
---|---|
25 | 25 |
26 # TODO: Control type for the stencil | 26 # TODO: Control type for the stencil |
27 # TODO: Think about naming and terminology around freshly parsed TOML. | 27 # TODO: Think about naming and terminology around freshly parsed TOML. |
28 # Vidar: What about get_stencil instead of parse_stencil for an already parsed | 28 # Vidar: What about get_stencil instead of parse_stencil for an already parsed |
29 # toml. It matches get_stencil_set. | 29 # toml. It matches get_stencil_set. |
30 | |
31 # TODO: Docs for readoperator.jl | |
32 # Parsing as rationals is intentional, allows preserving exactness, which can be lowered using converts or promotions later. | |
33 # TODO: readoperator.jl file name? | |
34 # TODO: Remove references to toml for dict-input arguments | |
30 | 35 |
31 """ | 36 """ |
32 read_stencil_set(fn; filters) | 37 read_stencil_set(fn; filters) |
33 | 38 |
34 Picks out a stencil set from the given toml file based on some filters. | 39 Picks out a stencil set from the given toml file based on some filters. |