Module shapes

Module shapes 

Source
Expand description

Functions to create simple example grids

Functions§

regular_sphere
Create a surface grid of a regular sphere
regular_sphere_distributed
Create a grid of a regular sphere distributed in parallel
screen
Create a grid of a square screen
screen_distributed
Create a grid of a square screen distributed in parallel
unit_cube
Create a unit cube grid
unit_cube_boundary
Create a grid of the boundary of a unit cube
unit_cube_boundary_distributed
Create a grid of the boundary of a unit cube distributed in parallel
unit_cube_distributed
Create a unit cube grid distributed in parallel
unit_cube_edges
Create a grid of the edges of a unit cube
unit_cube_edges_distributed
Create a grid of the edges of a unit cube distributed in parallel
unit_interval
Create a unit interval grid
unit_interval_distributed
Create a unit interval grid distributed in parallel
unit_square
Create a unit square grid
unit_square_boundary
Create a grid of the boundary of a unit square
unit_square_boundary_distributed
Create a grid of the boundary distributed in parallel
unit_square_distributed
Create a unit square grid distributed in parallel