We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8faf01 commit 3dbed9aCopy full SHA for 3dbed9a
2 files changed
tests/MMS/spatial/fci/runtest
@@ -236,12 +236,6 @@ if __name__ == "__main__":
236
"yperiodic": True,
237
"args": "mesh:ddy:first=C2 mesh:paralleltransform:xzinterpolation:type=lagrange4pt",
238
},
239
- "nslice=1 monotonichermitespline": {
240
- "nslice": 1,
241
- "order": 2,
242
- "yperiodic": True,
243
- "args": "mesh:ddy:first=C2 mesh:paralleltransform:xzinterpolation:type=monotonichermitespline",
244
- },
245
}
246
247
for name, case in cases.items():
tests/integrated/test-interpolate/runtest
@@ -25,6 +25,7 @@ methods = {
25
"hermitespline": 3,
26
"lagrange4pt": 3,
27
"bilinear": 2,
28
+ "monotonichermitespline": 2,
29
30
31
0 commit comments