You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// @brief Define refined level grid cells indices and leaf grid view (or adapted grid) cells indices relations. Namely, level_to_leaf_cells_ for each new
629
-
/// refined level grid, and leaf_to_level_cells_ for the updated leaf grid view.
629
+
/// refined level grid, and leaf_to_level_cells_ for the updated leaf grid view.
630
630
///
631
631
/// @param [in] elemLgrAndElemLgrCell_to_refinedLevelAdRefinedCell: Each marked element has been refined in its "own elemLgr". Refined entities should be stored in
632
-
/// the corresponding assigned refined level grid. To keep track of the cell index relation, we
632
+
/// the corresponding assigned refined level grid. To keep track of the cell index relation, we
633
633
/// associate each
634
634
/// { marked element index ("elemLgr"), refined cell index in the auxiliary single-cell-refinement } with
635
635
/// { refined level grid assigned for the marked element, refined cell index in refined level grid }.
@@ -761,7 +761,7 @@ namespace Dune
761
761
/// @param [out] adaptedFace_to_elemLgrAndElemLgrFace: Each marked element has been refined in its "own elemLgr". Refined corners should be stored in
762
762
/// the corresponding assigned refined level grid. To keep track of the face index relation, we associate each
763
763
/// face index in the leaf grid view (or adapted grid) with
764
-
/// { marked element index ("elemLgr"), refined corner index in the auxiliary single-cell-refinement }.
764
+
/// { marked element index ("elemLgr"), refined corner index in the auxiliary single-cell-refinement }.
765
765
/// @param [out] face_count: Total amount of faces on the leaf grid view (or adapted grid).
766
766
/// @param [in] markedElem_to_itsLgr
767
767
/// @param [in] assignRefinedLevel
@@ -1087,7 +1087,7 @@ namespace Dune
1087
1087
intgetParentFaceWhereNewRefinedFaceLiesOn(const std::array<int,3>& cells_per_dim, int faceIdxInLgr,
0 commit comments