9 #ifndef NonConformalInfo_h 10 #define NonConformalInfo_h 19 #include <stk_mesh/base/Part.hpp> 20 #include <stk_mesh/base/Ghosting.hpp> 22 #include <stk_search/BoundingBox.hpp> 23 #include <stk_search/IdentProc.hpp> 24 #include <stk_search/SearchMethod.hpp> 41 typedef stk::search::IdentProc<uint64_t,int>
theKey;
42 typedef stk::search::Point<double>
Point;
43 typedef stk::search::Box<double>
Box;
69 const double expandBoxPercentage,
70 const std::string &searchMethodName,
71 const bool clipIsoParametricCoords,
72 const double searchTolerance,
73 const std::string debugName);
78 void delete_info_vec();
81 void construct_dgInfo_state();
82 void find_possible_face_elements();
84 void determine_elems_to_ghost();
85 void complete_search();
86 void provide_diagnosis();
std::pair< Point, theKey > boundingPoint
Definition: OversetManager.h:34
std::vector< Part * > PartVector
Definition: Algorithm.h:16
Definition: ABLForcingAlgorithm.C:26
void initialize(int N, aligned_vector &x, aligned_vector &y)
Definition: UnitTestSimdBasic.C:37
Definition: Algorithm.h:14
stk::search::Point< double > Point
Definition: OversetManager.h:32
std::pair< Box, theKey > boundingElementBox
Definition: OversetManager.h:35
stk::search::IdentProc< uint64_t, int > theKey
Definition: OversetManager.h:31
stk::search::Box< double > Box
Definition: OversetManager.h:33