forked from neams-th-coe/cardinal
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rename bc->wrk to bc->usrwrk in documentation.
- Loading branch information
1 parent
06cb7eb
commit 48356da
Showing
8 changed files
with
67 additions
and
67 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
!alert warning | ||
Allocation of `nrs->usrwrk` and `nrs->o_usrwrk` is done automatically. | ||
If you attempt to run a NekRS input file that accesses `bc->wrk` in the | ||
If you attempt to run a NekRS input file that accesses `bc->usrwrk` in the | ||
`.oudf` file *without* a Cardinal executable (e.g. like | ||
`nrsmpi case 4`), then that scratch space will have to be manually allocated in | ||
the `.udf` file, or else your input will seg fault. This will not be typically | ||
encountered by most users, but if you really do want to run the NekRS input files | ||
intended for a Cardinal case with the NekRS executable (perhaps for debugging), | ||
we recommend simply replacing `bc->wrk` by a dummy value, such as `bc->flux = 0.0` | ||
we recommend simply replacing `bc->usrwrk` by a dummy value, such as `bc->flux = 0.0` | ||
for the boundary heat flux use case. This just replaces a value that normally comes from MOOSE by a fixed | ||
value. All other aspects of the NekRS case files should not require modification. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters