22 virtual std::unique_ptr<MooseMesh>
safeClone()
const override;
virtual std::string getFileName() const override
Returns the name of the mesh file read to produce this mesh if any or an empty string otherwise...
const InputParameters & parameters() const
Get the parameters of the object.
static InputParameters validParams()
TiledMesh(const InputParameters ¶meters)
virtual void buildMesh() override
Must be overridden by child classes.
MooseMesh wraps a libMesh::Mesh object and enhances its capabilities by caching additional data and s...
virtual std::unique_ptr< MooseMesh > safeClone() const override
A safer version of the clone() method that hands back an allocated object wrapped in a smart pointer...
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real