Skip to content

Commit

Permalink
Remove unnecessary mesh tests and pregenerate mesh file for tutorial …
Browse files Browse the repository at this point in the history
…tests
  • Loading branch information
smpark7 committed Aug 23, 2023
1 parent b690503 commit b8ec5ad
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 132 deletions.
Binary file added tutorial/eigenvalue/mesh.e
Binary file not shown.
6 changes: 0 additions & 6 deletions tutorial/eigenvalue/tests
Original file line number Diff line number Diff line change
@@ -1,10 +1,4 @@
[Tests]
[mesh]
type = RunApp
input = mesh.i
check_input = True
method = opt
[]
[nts]
type = RunApp
input = nts.i
Expand Down
119 changes: 0 additions & 119 deletions tutorial/transient/mesh.i

This file was deleted.

6 changes: 0 additions & 6 deletions tutorial/transient/tests
Original file line number Diff line number Diff line change
@@ -1,10 +1,4 @@
[Tests]
[mesh]
type = RunApp
input = mesh.i
check_input = True
method = opt
[]
[transient]
type = RunApp
input = transient.i
Expand Down
2 changes: 1 addition & 1 deletion tutorial/transient/transient.i
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
[Mesh]
[mesh]
type = FileMeshGenerator
file = 'mesh.e'
file = '../eigenvalue/mesh.e'
[]
[]

Expand Down

0 comments on commit b8ec5ad

Please sign in to comment.