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