23 std::unique_ptr<MeshBase>
generate()
override;
const Real _peripheral_ring_radius
Radius of the peripheral region's outer circular boundary.
const unsigned int _peripheral_ring_num_segments
Number of segments in the peripheral region's outer circular boundary.
PeripheralTriangleMeshGenerator(const InputParameters ¶meters)
std::string _desired_area_func
Desired area as a function of (x,y)
const Real _desired_area
Desired (maximum) triangle area.
This PeripheralTriangleMeshGenerator object adds a circular peripheral region to the input mesh...
std::unique_ptr< MeshBase > * _build_mesh
The final mesh that is generated by the subgenerators;.
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
const MeshGeneratorName _input_name
Name of the mesh generator to get the input mesh.
const InputParameters & parameters() const
static InputParameters validParams()
std::unique_ptr< MeshBase > generate() override