-
Notifications
You must be signed in to change notification settings - Fork 44
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added EB data for staggered grids (eb_aux_). (#2123)
* Call build_level for EB2::Build. * (1) Properly treat iv_hi and iv_lo at the boundaries to avoid empty cell. (2) In the EB normal, area fractions are multiplied by cell areas. * Add declaration of dx. * Map bcent and bnorm to isoparametric space. * Added eb_::WriteEBSurface for plotting anisotropic EB grids. * Added ERF_EBToPVD files. * Modified z_arr for WitchOfAgnesi to prevent unexpected irregular ghost cells. * Add files to CMake. * Removed whitespaces. * Changed spells. * Commented out unused max_coarsening_level. * Call a_geom.isPeriodic(a_idim) outside of ParallelFor. * Removed unused parameters from lambda capture. * Commented unused parameters. * Map bcent and bnorm only if flag.isSingleValues. * Added getVolFrac() to eb_aux_. * Set cellflags type to singlevalued to enable MultiCutFab. * Area fraction added to eb_aux. * Changed function name get_u_const_factory to be consistent with cell-centered factory. * convert face BoxArray to the DimensionVector. * Cleaned up the values at the grown box. * WIP: eb_aux_ face centroid. * Removed whitespaces. * Added preprocessor directive to Print(). * Removed Print(). * Removed whitespace. * set_covered_regular_cell_vertices. * get_centroid based on sub-triangulation. * Fixed face centroid using the new get_centroid. * Added areaBoun to compute the area of EB. * Use lvalue for face centroids in eb_aux_. * Added boundary centroids to eb_aux_. * Added boundary normal. * Removed whitespaces. * Commented unused variable.
- Loading branch information
Showing
3 changed files
with
206 additions
and
55 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
Oops, something went wrong.