Commit 91f6699
authored
feat: Adding a diff filter (#193)
* start filter diff
* Refactor the script to compute L1Diff
* test diffFields
* fix setMeshes
* Rename the test file of AttributesDiff filter
* Change bool with enum for the attribute localization
* fix dicSharedAttributes computation
* implementation of inf norm
* Factorize the two diff computation functions in one
* Apply suggestions review
* Add meshes for testing AttributesDiff filter
* Update the test meshes
---------
Authored-by: Romain Baville <romain.baville@external.totalenergies.com>1 parent c265e30 commit 91f6699
13 files changed
Lines changed: 1710 additions & 1 deletion
File tree
- docs/geos_processing_docs
- geos-processing
- src/geos/processing/generic_processing_tools
- tests
- data/singlePhasePoromechanics_FaultModel_well_seq
- CellElementRegion2Ranks
- CellElementRegion4Ranks
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
15 | 22 | | |
16 | 23 | | |
17 | 24 | | |
| |||
Lines changed: 371 additions & 0 deletions
Large diffs are not rendered by default.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
47 | 51 | | |
48 | 52 | | |
49 | 53 | | |
| |||
Lines changed: 14 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
Lines changed: 208 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 208 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 16 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
Lines changed: 208 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 208 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 208 additions & 0 deletions
Large diffs are not rendered by default.
0 commit comments