20 "Transfers Inter-Wrapper solution from computational mesh onto visualization mesh");
31 const Point & src_node)
34 unsigned iz = from_mesh.
getZIndex(src_node);
registerMooseObject("SubChannelApp", InterWrapperSolutionTransfer)
Base class for inter-wrapper meshes.
Base class for transfering solutions from computational mesh onto visualization mesh.
virtual Node * getFromNode(const InterWrapperMesh &from_mesh, const Point &src_node)
Find node on computational mesh given the visualization point.
Transfers inter-wrapper solution from computational mesh onto visualization mesh. ...
virtual unsigned int getZIndex(const Point &point) const
Get axial index of point.
virtual Node * getChannelNode(unsigned int i_chan, unsigned iz) const =0
Get the inter-wrapper mesh node for a given channel index and elevation index.
virtual unsigned int channelIndex(const Point &point) const =0
static InputParameters validParams()
static InputParameters validParams()
InterWrapperSolutionTransfer(const InputParameters ¶meters)