diff Notes.md @ 853:fe8fe3f01162 operator_storage_array_of_table

Docs touch up
author Jonatan Werpers <jonatan@werpers.com>
date Mon, 17 Jan 2022 08:34:06 +0100
parents 1de10f5b2008
children 1784b1c0af3e eb03bda76bae
line wrap: on
line diff
--- a/Notes.md	Fri Jan 14 15:39:56 2022 +0100
+++ b/Notes.md	Mon Jan 17 08:34:06 2022 +0100
@@ -53,7 +53,7 @@
 
 * Remove order as a table name and put it as a variable.
 
-### Parsing
+### Parsing of stencil sets
 At the moment the only parsing that can be done at the top level is conversion
 from the toml file to a dict of strings. This forces the user to dig through
 the dictionary and apply the correct parsing methods for the different parts,
@@ -66,6 +66,10 @@
 there could be a way to register parsing functions or object types for the
 toml.
 
+If possible the goal should be for the parsing to get all the way to the
+stencils so that a user calls `read_stencil_set` and gets a
+dictionary-structure containing stencils, tuples, scalars and other types
+ready for input to the methods creating the operators.
 
 ## Variable second derivative