7 #ifndef CF_vtk_MeshInterpolator_hpp
8 #define CF_vtk_MeshInterpolator_hpp
28 static std::string
type_name () {
return "MeshInterpolator"; }
virtual ~MeshInterpolator()
MeshInterpolator(const std::string &name)
const std::string & name() const
Access the name of the component.
virtual void execute()
execute the action
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.
Interpolate one mesh to another. Geometry dict only.
static std::string type_name()