7 #ifndef cf3_mesh_actions_MeshInterpolator_hpp
8 #define cf3_mesh_actions_MeshInterpolator_hpp
30 static std::string
type_name() {
return "MeshInterpolator"; }
43 #endif // cf3_mesh_actions_MeshInterpolator_hpp
virtual void execute()
execute the action
MeshInterpolator(const std::string &name)
const std::string & name() const
Access the name of the component.
Top-level namespace for coolfluid.
static std::string type_name()
Component that executes an action. Implementation of the IAction interface as a component, exposing the execute function as a signal.