Writing unstructured mesh results with statepoint.

This commit is contained in:
Patrick Shriwise 2020-03-02 09:59:40 -06:00
parent 6749f72fec
commit 1b2456632b
3 changed files with 18 additions and 1 deletions

View file

@ -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