![]() |
PRISMS-PF Manual
|
Class for spherical mesh parameters. More...
#include <spatial_discretization.h>
Public Member Functions | |
| SphericalMesh ()=default | |
| Constructor. | |
| SphericalMesh (double _radius) | |
| Constructor. | |
| void | generate_mesh (Triangulation< dim > &triangulation) const |
| Generate the mesh. | |
| void | validate () const |
| Validate. | |
Public Attributes | |
| double | radius = 1.0 |
| Radius of the spherical domain. | |
Private Member Functions | |
| void | mark_boundaries (Triangulation< dim > &triangulation) const |
| Mark the boundaries of the mesh. | |
|
default |
Constructor.
|
inlineexplicit |
Constructor.
|
inline |
Generate the mesh.
|
inlineprivate |
Mark the boundaries of the mesh.
|
inline |
Validate.
| double SphericalMesh< dim >::radius = 1.0 |
Radius of the spherical domain.