mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-29 06:35:48 -04:00
Using libmesh element references where possible.
This commit is contained in:
parent
a1bbdfb940
commit
16e05739a9
3 changed files with 13 additions and 8 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue