Skip to content

Commit

Permalink
Added comment about replicated mesh requirement to input file and tes…
Browse files Browse the repository at this point in the history
…t for sievert ( #122 )
  • Loading branch information
chaibhave committed Apr 4, 2024
1 parent 6a7fd2a commit 272da3d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
# It contains two 2D blocks separated by a continuous interface.
# InterfaceSorptionSievert is used to enforce the Sievert law and preserve flux between the blocks.
# Checks are performed to verify concentration conservation, sorption behavior, and flux preservation.
# Checks are performed to verify concentration conservation, sorption behavior, and flux preservation.
# This input file uses BreakMeshByBlockGenerator, which is currently only supported for replicated
# meshes, so this file should not be run with the `parallel_type = DISTRIBUTED` flag


[GlobalParams]
order = FIRST
Expand Down
2 changes: 2 additions & 0 deletions test/tests/interfacekernels/InterfaceSorptionSievert/tests
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#These tests currently only run in replicated mesh mode, since the BreakMeshByBlockGenerator
#is currently only supported for replicated meshes
[Tests]
design = 'InterfaceSorptionSievert.md'
[non_ad]
Expand Down

0 comments on commit 272da3d

Please sign in to comment.