SourceTermAnalysisSystem_vue/node_modules/marchingsquares/test/data/in/isoBands-issue#6-0_3.json
2026-05-15 10:22:44 +08:00

12 lines
242 B
JSON

{
"matrix": [
[ 1, 1, 1, 1, 1, 1, 1],
[ 1, 5, 5, 5, 5, 5, 1],
[ 1, 5, 15, 15, 15, 5, 1],
[ 1, 5, 10, 10, 10, 5, 1],
[ 1, 5, 5, 5, 5, 5, 1],
[ 1, 1, 1, 1, 1, 1, 1]
],
"lowerBand": 0,
"upperBand": 3
}