你已经派生过 gprMax
镜像自地址
https://gitee.com/sunhf/gprMax.git
已同步 2025-08-08 07:24:19 +08:00
Add cylindrical sector tests
这个提交包含在:
@@ -58,6 +58,20 @@ class TestCylinderGeometry(GprMaxRegressionTest):
|
||||
)
|
||||
|
||||
|
||||
@rfm.simple_test
|
||||
class TestCylindricalSectorGeometry(GprMaxRegressionTest):
|
||||
tags = {"test", "serial", "geometery", "cylindrical", "sector", "cylindrical_sector"}
|
||||
sourcesdir = "src/geometry_tests/cylindrical_sector_geometry"
|
||||
model = parameter(
|
||||
[
|
||||
"cylindrical_sector_x_full",
|
||||
"cylindrical_sector_y_small",
|
||||
"cylindrical_sector_z_outside_boundary",
|
||||
"cylindrical_sector_z_rigid",
|
||||
]
|
||||
)
|
||||
|
||||
|
||||
@rfm.simple_test
|
||||
class TestEllipsoidGeometry(GprMaxRegressionTest):
|
||||
tags = {"test", "serial", "geometery", "ellipsoid"}
|
||||
@@ -107,9 +121,16 @@ class TestConeGeometryMpi(MpiMixin, TestConeGeometry):
|
||||
|
||||
|
||||
@rfm.simple_test
|
||||
class TestCylinderGeometryMpi(MpiMixin, TestCylinderGeometry):
|
||||
class TestCylindricalSectorGeometryMpi(MpiMixin, TestCylindricalSectorGeometry):
|
||||
tags = {"test", "mpi", "geometery", "cylinder"}
|
||||
mpi_layout = parameter([[2, 2, 2], [3, 3, 3], [4, 4, 4]])
|
||||
test_dependency = TestCylindricalSectorGeometry
|
||||
|
||||
|
||||
@rfm.simple_test
|
||||
class TestCylinderGeometryMpi(MpiMixin, TestCylinderGeometry):
|
||||
tags = {"test", "mpi", "geometery", "cylindrical", "sector", "cylindrical_sector"}
|
||||
mpi_layout = parameter([[2, 2, 2], [3, 3, 3], [4, 4, 4]])
|
||||
test_dependency = TestCylinderGeometry
|
||||
|
||||
|
||||
|
在新工单中引用
屏蔽一个用户