16 #include <stk_mesh/base/Entity.hpp> 17 #include <stk_mesh/base/Ghosting.hpp> 18 #include <stk_search/BoundingBox.hpp> 19 #include <stk_search/IdentProc.hpp> 20 #include <stk_search/SearchMethod.hpp> 38 typedef stk::search::IdentProc<uint64_t,int>
theKey;
39 typedef stk::search::Point<double>
Point;
40 typedef stk::search::Sphere<double>
Sphere;
41 typedef stk::search::Box<double>
Box;
61 virtual void setup() = 0;
Definition: ABLForcingAlgorithm.C:26
stk::search::IdentProc< uint64_t, int > theKey
Definition: Actuator.h:38
Actuator(Realm &realm, const YAML::Node &node)
Definition: Actuator.h:51
stk::search::Sphere< double > Sphere
Definition: Actuator.h:40
virtual void load(const YAML::Node &node)=0
std::pair< Sphere, theKey > boundingSphere
Definition: Actuator.h:42
virtual void initialize()=0
stk::search::Point< double > Point
Definition: Actuator.h:39
std::pair< Box, theKey > boundingElementBox
Definition: Actuator.h:43
Definition: Actuator.h:47
stk::search::Box< double > Box
Definition: Actuator.h:41
Tpetra::Map< LocalOrdinal, GlobalOrdinal >::node_type Node
Definition: LinearSolver.h:32
virtual ~Actuator()
Definition: Actuator.h:54