forked from AMReX-Combustion/PeleLMeX
-
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.
Boundary patch implementation (AMReX-Combustion#369)
* Added class BPatch and associated functions to print species fluxes through user-defined patches based on simple geometric shapes * Formatted using clang-format * Removed declaration of an old and obsolete function specific to A74 case * Modified gitignore file * Compiled using GNU and previous errors resolved. Need to try running tests on Github. * Clang formatted * Reverted back to old clang-format * Reverted Init file to clan format * Corrected warnings. Corrected to clang-format 18 * Corrected 2 more warning on gcc compiler. * Corrected clang tidy warnings * correct host/device data access for bpatches * add block for bpatches in RZ coordinates * Added documentation for bpatch * Clang Tidy ied Temporals.cpp --------- Co-authored-by: Bruce Perry <[email protected]>
- Loading branch information
1 parent
f0efa33
commit f91b9b8
Showing
12 changed files
with
679 additions
and
1 deletion.
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
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
Oops, something went wrong.