Add support for plotting a subset of outputs

这个提交包含在:
nmannall
2024-07-02 15:02:58 +01:00
父节点 54e999398f
当前提交 6c80ea3a7c
共有 2 个文件被更改,包括 8 次插入1 次删除

查看文件

@@ -293,6 +293,7 @@ class TestSingleCellPml(GprMaxRegressionTest):
tags = {"test", "serial", "geometery", "box", "pml"}
sourcesdir = "src/pml_tests"
model = parameter(["single_cell_pml_2d"])
rx_outputs = ["Hx"]
@rfm.simple_test
@@ -302,3 +303,4 @@ class TestSingleCellPmlMpi(GprMaxMPIRegressionTest):
mpi_layout = parameter([[2, 2, 1], [3, 3, 1]])
serial_dependency = TestSingleCellPml
model = serial_dependency.model
rx_outputs = ["Hx"]