Using libmesh element references where possible.

This commit is contained in:
Patrick Shriwise 2020-11-01 13:54:03 -06:00
parent a1bbdfb940
commit 16e05739a9
3 changed files with 13 additions and 8 deletions

View file

@ -531,7 +531,7 @@ private:
void initialize() override;
//! Translate a bin value to an element pointer
const libMesh::Elem* get_element_from_bin(int bin) const;
const libMesh::Elem& get_element_from_bin(int bin) const;
//! Translate an element pointer to a bin value
int get_bin_from_element(const libMesh::Elem* elem) const;