mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-27 21:55:41 -04:00
Updating formatting of unstructured mesh functions.
This commit is contained in:
parent
3f5bceb6eb
commit
c749b00bf7
2 changed files with 105 additions and 70 deletions
|
|
@ -528,10 +528,10 @@ private:
|
|||
|
||||
void initialize() override;
|
||||
|
||||
//! Translate a bin value to an element pointer
|
||||
//! Translate a bin value to an element reference
|
||||
const libMesh::Elem& get_element_from_bin(int bin) const;
|
||||
|
||||
//! Translate an element pointer to a bin value
|
||||
//! Translate an element pointer to a bin index
|
||||
int get_bin_from_element(const libMesh::Elem* elem) const;
|
||||
|
||||
// Data members
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue