Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Don't ask to make a HEX20 second_order=true #26061

Merged
merged 1 commit into from
Nov 14, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions test/tests/mortar/continuity-3d-non-conforming/tests
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
min_ad_size = 200
input = 'continuity_sphere_hex.i'
exodiff = 'continuity_sphere_hex20_out.e'
cli_args = 'Mesh/second_order=true Mesh/file/file=spheres_hex20.e Variables/T/order=SECOND '
cli_args = 'Mesh/file/file=spheres_hex20.e Variables/T/order=SECOND '
'Outputs/file_base=continuity_sphere_hex20_out'
requirement = 'The system shall be able to produce the expected result for a solution continuity '
'test case using the mortar method on a HEX20 mesh with curved geometry, e.g. the '
Expand Down Expand Up @@ -138,7 +138,7 @@
type = 'Exodiff'
input = 'continuity_penalty_sphere_hex.i'
exodiff = 'continuity_penalty_sphere_hex20_out.e'
cli_args = 'Mesh/second_order=true Mesh/file/file=spheres_coarse_hex20.e Variables/T/order=SECOND '
cli_args = 'Mesh/file/file=spheres_coarse_hex20.e Variables/T/order=SECOND '
'Outputs/file_base=continuity_penalty_sphere_hex20_out -pc_type lu'
requirement = 'The system shall be able to produce the expected result for a solution continuity '
'test case using the penalty-based mortar method on a HEX20 mesh with curved '
Expand All @@ -152,7 +152,7 @@
type = 'Exodiff'
input = 'continuity_penalty_sphere_hex.i'
exodiff = 'continuity_penalty_sphere_hex20_out.e'
cli_args = 'Mesh/second_order=true Mesh/file/file=spheres_coarse_hex20.e Variables/T/order=SECOND '
cli_args = 'Mesh/file/file=spheres_coarse_hex20.e Variables/T/order=SECOND '
'Constraints/mortar/type=ADPenaltyEqualValueConstraint Outputs/file_base=continuity_penalty_sphere_hex20_out -pc_type lu'
requirement = 'The system shall be able to produce the same result using the penalty-based '
'mortar method with and without automatic differentiation.'
Expand Down