24 std::unique_ptr<MeshBase>
generate()
override;
const InputParameters & parameters() const
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;.
const Real _desired_area
Desired (maximum) triangle area.
std::unique_ptr< MeshBase > generate() override
const Real _peripheral_ring_radius
Radius of the peripheral region's outer circular boundary.
static InputParameters validParams()
std::string _desired_area_func
Desired area as a function of (x,y)
const MeshGeneratorName _input_name
Name of the mesh generator to get the input mesh.
const bool _preserve_volumes
Whether to preserve the volume of the peripheral region by fixing the radius.
const unsigned int _peripheral_ring_num_segments
Number of segments in the peripheral region's outer circular boundary.