Create a sphere surface mesh based on the recursive subdivision of the faces of a regular icosahedron. More...
#include <SphereSurfaceMeshGenerator.h>
Public Member Functions | |
SphereSurfaceMeshGenerator (const InputParameters ¶meters) | |
std::unique_ptr< MeshBase > | generate () override |
Protected Attributes | |
const Real | _radius |
sphere radius More... | |
const Point | _center |
const unsigned int | _depth |
recursion levels for triangle subdivision More... | |
Create a sphere surface mesh based on the recursive subdivision of the faces of a regular icosahedron.
Definition at line 24 of file SphereSurfaceMeshGenerator.h.
SphereSurfaceMeshGenerator::SphereSurfaceMeshGenerator | ( | const InputParameters & | parameters | ) |
Definition at line 37 of file SphereSurfaceMeshGenerator.C.
|
override |
Definition at line 46 of file SphereSurfaceMeshGenerator.C.
|
protected |
Definition at line 36 of file SphereSurfaceMeshGenerator.h.
Referenced by generate().
|
protected |
recursion levels for triangle subdivision
Definition at line 39 of file SphereSurfaceMeshGenerator.h.
Referenced by generate().
|
protected |