sphere_mesh_generators#

Functions

beam_directions_grid_to_euler(vectors)

Convert list of vectors representing zones to a list of Euler angles in the bunge convention with the constraint that phi1=0.

get_cube_mesh_vertices(resolution[, grid_type])

Return the (x, y, z) coordinates of the vertices of a cube mesh on a sphere.

get_icosahedral_mesh_vertices(resolution)

Return the (x, y, z) coordinates of the vertices of an icosahedral mesh of a cube, see [Cajaravelli2015].

get_random_sphere_vertices(resolution[, seed])

Create a mesh that randomly samples the surface of a sphere

get_uv_sphere_mesh_vertices(resolution)

Return the vertices of a UV (spherical coordinate) mesh on a unit sphere [Cajaravelli2015].