Skip to content

Commit

Permalink
Merge pull request #16090 from lindsayad/heavy-mortar-studies
Browse files Browse the repository at this point in the history
Make mortar convergence study tests heavy
  • Loading branch information
lindsayad authored Nov 5, 2020
2 parents 56c8c77 + f2107fb commit 7d42999
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions test/tests/mortar/convergence-studies/gap-conductance/tests
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
requirement = 'The system shall be able to demonstrate asymptotically correct convergence rates of 3 and 3 for a mortar gap-conductance problem with equal, coarse-secondary, and coarse-primary geometric discretizations when using a second order basis for the temperature variable and a second order basis for the Lagrange multiplier.'
method = '!dbg'
required_python_packages = 'sympy pandas matplotlib'
heavy = True
[]
[p2p1]
type = PythonUnitTest
Expand All @@ -16,6 +17,7 @@
requirement = 'The system shall be able to demonstrate asymptotically correct convergence rates of 3 and 2 for a mortar gap-conductance problem with equal, coarse-secondary, and coarse-primary geometric discretizations when using a second order basis for the temperature variable and a first order basis for the Lagrange multiplier.'
method = '!dbg'
required_python_packages = 'sympy pandas matplotlib'
heavy = True
[]
[p2p0]
type = PythonUnitTest
Expand All @@ -24,6 +26,7 @@
requirement = 'The system shall be able to demonstrate asymptotically correct convergence rates of 2 and 1 for a mortar gap-conductance problem with equal, coarse-secondary, and coarse-primary geometric discretizations when using a second order basis for the temperature variable and a zeroth order basis for the Lagrange multiplier.'
method = '!dbg'
required_python_packages = 'sympy pandas matplotlib'
heavy = True
[]
[p1p1]
type = PythonUnitTest
Expand All @@ -32,6 +35,7 @@
requirement = 'The system shall be able to demonstrate asymptotically correct convergence rates of 2 and 2 for a mortar gap-conductance problem with equal, coarse-secondary, and coarse-primary geometric discretizations when using a first order basis for the temperature variable and a first order basis for the Lagrange multiplier.'
method = '!dbg'
required_python_packages = 'sympy pandas matplotlib'
heavy = True
[]
[p1p0]
type = PythonUnitTest
Expand All @@ -40,5 +44,6 @@
requirement = 'The system shall be able to demonstrate asymptotically correct convergence rates of 2 and 1 for a mortar gap-conductance problem with equal, coarse-secondary, and coarse-primary geometric discretizations when using a first order basis for the temperature variable and a zeroth order basis for the Lagrange multiplier.'
method = '!dbg'
required_python_packages = 'sympy pandas matplotlib'
heavy = True
[]
[]
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
method = '!dbg'
required_python_packages = 'sympy pandas matplotlib'
mumps = 'TRUE'
heavy = True
[]
[p2p1]
type = PythonUnitTest
Expand All @@ -18,6 +19,7 @@
method = '!dbg'
required_python_packages = 'sympy pandas matplotlib'
mumps = 'TRUE'
heavy = True
[]
[p2p0]
type = PythonUnitTest
Expand All @@ -27,6 +29,7 @@
method = '!dbg'
required_python_packages = 'sympy pandas matplotlib'
mumps = 'TRUE'
heavy = True
[]
[p1p1]
type = PythonUnitTest
Expand All @@ -36,6 +39,7 @@
method = '!dbg'
required_python_packages = 'sympy pandas matplotlib'
mumps = 'TRUE'
heavy = True
[]
[p1p0]
type = PythonUnitTest
Expand All @@ -45,5 +49,6 @@
method = '!dbg'
required_python_packages = 'sympy pandas matplotlib'
mumps = 'TRUE'
heavy = True
[]
[]

0 comments on commit 7d42999

Please sign in to comment.