mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 22:26:08 -04:00
Writing unstructured mesh results with statepoint.
This commit is contained in:
parent
6749f72fec
commit
1b2456632b
3 changed files with 18 additions and 1 deletions
|
|
@ -397,6 +397,7 @@ public:
|
|||
private:
|
||||
moab::Range ehs_; //!< Range of tetrahedra EntityHandle's in the mesh
|
||||
moab::EntityHandle meshset_; //!< EntitySet containing all Tets/Tris
|
||||
moab::EntityHandle tet_set_;
|
||||
moab::EntityHandle kdtree_root_; //!< Root of the MOAB KDTree
|
||||
std::shared_ptr<moab::Interface> mbi_; //!< MOAB instance
|
||||
std::unique_ptr<moab::AdaptiveKDTree> kdtree_; //!< MOAB KDTree instance
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue