forked from AMReX-Codes/amrex
-
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.
Visualization of multicut locations.
1) In the input file, you can add: eb2.plt_multiple_cuts = "true" to produce plot files to see the multicut cells. 2) For a 3D case, you would get up to three plot files: plt.multicut.x, plt.multicut.y, and plt.multicut.z. This depends on which face has multicut issues. -> See AMReX_EB2_3D_C.cpp 3) For a 2D case, you get plt.multicut -> See AMReX_EB2_2D_C.cpp 4) For any dimension, the cell value of 2 indicates regular, 0 (or very tiny) is covered, and some cell values > 2 means multicut cells. 5) If "plt_multiple_cuts" is true, we abort the code after creating the plot files; This is in the AMReX_EB2_Level.H.
- Loading branch information
Showing
4 changed files
with
85 additions
and
12 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
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