Skip to content

Commit

Permalink
3d test
Browse files Browse the repository at this point in the history
  • Loading branch information
dschwen committed Feb 6, 2025
1 parent bbcf36c commit b7d6ebc
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
Binary file added test/tests/cahnhilliard/gold/map_to_aux_3d.e
Binary file not shown.
13 changes: 11 additions & 2 deletions test/tests/cahnhilliard/tests
Original file line number Diff line number Diff line change
@@ -1,11 +1,20 @@
[Tests]
[map_to_aux]
[map_to_aux_2d]
type = Exodiff
input = cahnhilliard.i
cli_args = 'TensorBuffers/c/map_to_aux_variable=c TensorBuffers/mu/map_to_aux_variable=mu'
exodiff = cahnhilliard_out.e
issues = '#6'
requirement = 'The system shall be able to map a tensor directly to an aux variable solution vector'
requirement = 'The system shall be able to map a tensor directly to an aux variable solution vector in 2d'
design = 'TensorProblem.md'
[]
[map_to_aux_3d]
type = Exodiff
input = cahnhilliard.i
cli_args = 'TensorBuffers/c/map_to_aux_variable=c TensorBuffers/mu/map_to_aux_variable=mu Domain/dim=3 Domain/nx=5 Domain/ny=5 Domain/nz=5 Domain/zmax=3 Outputs/file_base=map_to_aux_3d'
exodiff = map_to_aux_3d.e
issues = '#6'
requirement = 'The system shall be able to map a tensor directly to an aux variable solution vector in 3d'
design = 'TensorProblem.md'
[]
[project_tensor]
Expand Down

0 comments on commit b7d6ebc

Please sign in to comment.