23 const auto T_mesh =
dynamic_cast<const T *
>(&
mesh);
27 MooseUtils::prettyCppType<T>(),
28 ". You must use the relevant Subchannel mesh/mesh generator with this object.");
37 auto T_mesh =
dynamic_cast<T *
>(&
mesh);
41 MooseUtils::prettyCppType<T>(),
42 ". You must use the relevant Subchannel mesh/mesh generator with this object.");
T & getMesh(MooseMesh &mesh)
function to cast mesh
void mooseError(Args &&... args)
const T & getConstMesh(const MooseMesh &mesh)
function to cast const mesh