25 virtual void snapNode(Node & node)
override;
const InputParameters & parameters() const
Get the parameters of the object.
Base class for mesh modifiers that snap nodes to a defined geometry either when executed or when mesh...
Snaps the selected nodes to the surface of a sphere (or circular disk in 2D)
const Point _center
Center of the sphere.
const Real _radius
Radius of the sphere.
virtual void snapNode(Node &node) override
Override this method in derived classes to implement a specific geometry.
static InputParameters validParams()