You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix#227 by special casing "perioddata" blocks. not a permanent solution. also update the roadmap, the v2 dfn stuff is probably out of scope for the demo, being mostly developer-facing.
Copy file name to clipboardExpand all lines: docs/dev/map.md
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,12 +4,11 @@
4
4
5
5
Showcase a limited set of core functionality, such as:
6
6
7
-
- the v2 DFN specification schema and format
8
7
- object model, data model, user-facing APIs
9
8
- IO framework and ASCII file loading/writing
10
9
- constructing, running, modifying simulations
11
10
12
-
Design and implementation are provisional. Implementation may take shortcuts, e.g. components hand-written instead of generated from the DFN specification.
11
+
Design and implementation are provisional. Implementation may take shortcuts, e.g. components hand-written instead of generated from the DFN specification. Demonstration is a guided tour with guardrails.
13
12
14
13
Release to demo participants via `pip install` from github URL.
0 commit comments