Skip to content

Commit

Permalink
Modify 3 links that dont build when from modules doc
Browse files Browse the repository at this point in the history
  • Loading branch information
GiudGiud committed Sep 27, 2023
1 parent 2a140c5 commit 7e70ca0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,12 @@ Will generate a mesh that looks like:

Alternatively, the same displacement vectors can be supplied in a file with the `positions_file` option. The above mesh can equivalently be generated with the following.

!listing moose/test/tests/meshgenerators/combiner_generator/combiner_multi_input_translate_from_file.i
!listing test/tests/meshgenerators/combiner_generator/combiner_multi_input_translate_from_file.i
block=Mesh

where the `positions.txt` file contains the floating point triplets.

!listing moose/test/tests/meshgenerators/combiner_generator/positions.txt
!listing test/tests/meshgenerators/combiner_generator/positions.txt

The same restrictions on `positions` also apply to the number of entries in `position_file`.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -134,4 +134,4 @@ disabled invalid parameters.
[]
```

!listing moose/test/tests/kernels/simple_diffusion/simple_diffusion.i caption=Input file used to show to formatting
!listing stork/test/tests/kernels/simple_diffusion/simple_diffusion.i caption=Input file used to show to formatting

0 comments on commit 7e70ca0

Please sign in to comment.