Class FromFileMeshGenerator
Defined in File from_file_mesh_generator.h
Inheritance Relationships
Base Type
public opensn::MeshGenerator
(Class MeshGenerator)
Class Documentation
-
class FromFileMeshGenerator : public opensn::MeshGenerator
Public Functions
-
explicit FromFileMeshGenerator(const InputParameters ¶ms)
Public Static Functions
-
static InputParameters GetInputParameters()
-
static std::shared_ptr<FromFileMeshGenerator> Create(const ParameterBlock ¶ms)
Protected Functions
Virtual method to generate the unpartitioned mesh for the next step.
Default behavior here is to return the input umesh unaltered.
Protected Attributes
-
const std::string filename_
-
const std::string block_id_fieldname_
-
const std::string boundary_id_fieldname_
-
const CoordinateSystemType coord_sys_
-
explicit FromFileMeshGenerator(const InputParameters ¶ms)