Commit 2341c7e
authored
Task/3 19 2026 json schema for filters extended edition (#1676)
* Save state post resolving conpilation bug :(
* Removing slide verify_params
* Adding some more json schema examples
* Adding a schema validator for flow filters
* Translating all filters in ascent_runtime_vtkh_filters to json schema format. Also adding additional validator constructs needed to complete this.
* Removing temporary helpers and cleaning up files
* Seed should be seeds
* adding a detail namespace to validator
* Converting over the expression filters
* converting another file
* Trying to add some support for expressions again
* Adding a way to pass our expression validator into the flow filter
* We have a valid expression checker!
* Integrating the expression checking into the vtkh number schemas :)
* Taking a pass at trying to get the JIT tests to pass
* Require that either field or topology be given for a threshold filter
* Converting more filters to new schema - tested
* Adding new template schemas to make further filter conversion possible
* Updating the param check and flow schema validator with additional capabilities
* Forgot to also add a type for integers
* Converting more filters to new schema - tested
* Converting more filters to new schema - tested
* rover filter schemas
* Adding dray filter schemas
* Adding schemas for rendering filters
(Also fixing a bug in the dray rendering filter :( )
* Last filter conversion over to json schema!!!
* cleaning up branch
Signed-off-by: Emily Howell <howell31@llnl.gov>
* Had AI generate an import check for optional that will work with c++11.
* Whopps. need to use it everywhere
* Cleaning up some errors
* Needed to add the pattern validation still
* Fixing adios2 error in CI
* Making sure that a compatable optional is used properly everywhere for backwards compatability to older versions of c++
* Fixing reflect filter
* Fixing spelling error
* Using refs to nodes instead of copying seperate nodes into tree
* Generalizing the expression checking to any format checking
* Applied formatting fixes
* Using refs to nodes instead of copying seperate nodes into tree for extended edition filters too
* const string ref vector
* removing the optional_params
* Removing print statement added for debugging
* Fixing the refrences in adios2 schema
* Formatting param check file
* Fixing typo
* Adding the minItem and maxItem array parameters to the array_schema helper
* Removing missed ignore schema in array schema conversion. By default, array schema elements are ignored unless a schema is provided.
* Adding small append fix to any of vecs. This was originally a change in the doc PR
* Removing s from schema
* Adding HDF5 example back
---------
Signed-off-by: Emily Howell <howell31@llnl.gov>1 parent acf42d2 commit 2341c7e
36 files changed
Lines changed: 1067 additions & 1934 deletions
File tree
- src
- libs
- ascent/runtimes
- expressions
- flow_filters
- flow
- tests/ascent
Lines changed: 1 addition & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
149 | 149 | | |
150 | 150 | | |
151 | 151 | | |
152 | | - | |
153 | | - | |
154 | | - | |
| 152 | + | |
155 | 153 | | |
156 | 154 | | |
157 | 155 | | |
| |||
Lines changed: 16 additions & 32 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| 27 | + | |
27 | 28 | | |
28 | 29 | | |
29 | 30 | | |
| |||
114 | 115 | | |
115 | 116 | | |
116 | 117 | | |
117 | | - | |
118 | 118 | | |
119 | | - | |
120 | | - | |
121 | | - | |
122 | | - | |
123 | | - | |
124 | | - | |
125 | | - | |
126 | | - | |
127 | | - | |
128 | | - | |
129 | | - | |
130 | | - | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
131 | 122 | | |
132 | | - | |
133 | | - | |
134 | | - | |
135 | | - | |
136 | | - | |
137 | | - | |
| 123 | + | |
| 124 | + | |
138 | 125 | | |
139 | | - | |
140 | | - | |
141 | | - | |
142 | | - | |
143 | | - | |
144 | | - | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
145 | 130 | | |
146 | | - | |
147 | | - | |
148 | | - | |
149 | | - | |
150 | | - | |
151 | | - | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
152 | 135 | | |
153 | | - | |
| 136 | + | |
| 137 | + | |
154 | 138 | | |
155 | 139 | | |
156 | 140 | | |
| |||
Lines changed: 0 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
55 | | - | |
56 | | - | |
57 | 55 | | |
58 | 56 | | |
59 | 57 | | |
| |||
Lines changed: 12 additions & 14 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | 45 | | |
53 | | - | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
54 | 49 | | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | | - | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
60 | 55 | | |
61 | | - | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
62 | 60 | | |
63 | 61 | | |
64 | 62 | | |
| |||
Lines changed: 0 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
41 | | - | |
42 | 40 | | |
43 | 41 | | |
44 | 42 | | |
| |||
53 | 51 | | |
54 | 52 | | |
55 | 53 | | |
56 | | - | |
57 | | - | |
58 | 54 | | |
59 | 55 | | |
60 | 56 | | |
| |||
67 | 63 | | |
68 | 64 | | |
69 | 65 | | |
70 | | - | |
71 | | - | |
72 | 66 | | |
73 | 67 | | |
74 | 68 | | |
| |||
Lines changed: 12 additions & 16 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
530 | 530 | | |
531 | 531 | | |
532 | 532 | | |
533 | | - | |
534 | 533 | | |
535 | | - | |
| 534 | + | |
| 535 | + | |
| 536 | + | |
536 | 537 | | |
537 | | - | |
538 | | - | |
539 | | - | |
| 538 | + | |
| 539 | + | |
| 540 | + | |
| 541 | + | |
| 542 | + | |
| 543 | + | |
540 | 544 | | |
541 | | - | |
542 | | - | |
543 | | - | |
544 | | - | |
545 | | - | |
546 | | - | |
547 | | - | |
548 | | - | |
549 | | - | |
550 | | - | |
551 | | - | |
| 545 | + | |
| 546 | + | |
| 547 | + | |
552 | 548 | | |
553 | 549 | | |
554 | 550 | | |
| |||
Lines changed: 15 additions & 17 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1464 | 1464 | | |
1465 | 1465 | | |
1466 | 1466 | | |
| 1467 | + | |
| 1468 | + | |
| 1469 | + | |
| 1470 | + | |
| 1471 | + | |
| 1472 | + | |
| 1473 | + | |
| 1474 | + | |
| 1475 | + | |
| 1476 | + | |
| 1477 | + | |
| 1478 | + | |
| 1479 | + | |
| 1480 | + | |
| 1481 | + | |
1467 | 1482 | | |
1468 | 1483 | | |
1469 | 1484 | | |
| |||
1847 | 1862 | | |
1848 | 1863 | | |
1849 | 1864 | | |
1850 | | - | |
1851 | | - | |
1852 | | - | |
1853 | | - | |
1854 | | - | |
1855 | | - | |
1856 | | - | |
1857 | | - | |
1858 | | - | |
1859 | | - | |
1860 | | - | |
1861 | | - | |
1862 | | - | |
1863 | | - | |
1864 | | - | |
1865 | | - | |
1866 | | - | |
0 commit comments