rename variable for clarity; re-add volume normalization

This commit is contained in:
Paul P.H. Wilson 2023-03-16 17:51:41 -05:00
parent ee6975767d
commit db92a64ec9
2 changed files with 10 additions and 3 deletions

View file

@ -114,7 +114,7 @@ public:
private:
int32_t mesh_idx_ {C_NONE};
UPtrDist elem_idx_; //!< Distribution of mesh element indices
UPtrDist elem_idx_dist_; //!< Distribution of mesh element indices
};
//==============================================================================