Skip to content

Commit ebfb3f0

Browse files
committed
Update tests with new ghosting
refs #31025
1 parent f747da1 commit ebfb3f0

1 file changed

Lines changed: 4 additions & 7 deletions

File tree

  • test/tests/meshgenerators/distributed_rectilinear/dmg_displaced_mesh

test/tests/meshgenerators/distributed_rectilinear/dmg_displaced_mesh/tests

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,10 @@
1616
exodiff = 'pbc_adaptivity_out.e'
1717
cli_args = 'Outputs/hide="pid" Outputs/console/type=Console '
1818
'Outputs/console/system_info="framework mesh aux nonlinear execution relationship"'
19-
expect_out = ' Default: libMesh::DefaultCoupling x 4
20-
Default: '
21-
'libMesh::GhostPointNeighbors
22-
Default: libMesh::DefaultCoupling x '
23-
'4 for DisplacedMesh
24-
Default: libMesh::GhostPointNeighbors for '
25-
'DisplacedMesh'
19+
expect_out = ' Default: libMesh::DefaultCoupling x 2
20+
Default: libMesh::GhostPointNeighbors x 3
21+
Default: libMesh::DefaultCoupling x 2 for DisplacedMesh
22+
Default: libMesh::GhostPointNeighbors x 3 for DisplacedMesh'
2623
abs_zero = 1e-7
2724
rel_err = 1e-4
2825
requirement = "The system shall support mesh adaptivity with periodic boundary conditions on a "

0 commit comments

Comments
 (0)