t8  UNKNOWN
t8code is a C library to manage a forest of adaptive space-trees of general element classes in parallel.
Functions
t8_geometry_examples.h File Reference

This header provides the C interface to create a cubed_sphere geometry. More...

#include <t8.h>
#include <t8_geometry/t8_geometry.h>

Go to the source code of this file.

Functions

void t8_geometry_destroy (t8_geometry_c **geom)
 Destroy a geometry object. More...
 
t8_geometry_ct8_geometry_quadrangulated_disk_new ()
 Create a new quadrangulated_disk geometry. More...
 
t8_geometry_ct8_geometry_triangulated_spherical_surface_new ()
 Create a new triangulated_spherical_surface geometry. More...
 
t8_geometry_ct8_geometry_quadrangulated_spherical_surface_new ()
 Create a new quadrangulated_spherical_surface geometry. More...
 
t8_geometry_ct8_geometry_cubed_spherical_shell_new ()
 Create a new cubed_spherical_shell geometry. More...
 
t8_geometry_ct8_geometry_prismed_spherical_shell_new ()
 Create a new spherical_shell geometry. More...
 
t8_geometry_ct8_geometry_cubed_sphere_new ()
 Create a new cubed sphere geometry. More...
 

Detailed Description

This header provides the C interface to create a cubed_sphere geometry.

Function Documentation

◆ t8_geometry_cubed_sphere_new()

t8_geometry_c* t8_geometry_cubed_sphere_new ( )

Create a new cubed sphere geometry.

Returns
A pointer to an allocated geometry struct.

◆ t8_geometry_cubed_spherical_shell_new()

t8_geometry_c* t8_geometry_cubed_spherical_shell_new ( )

Create a new cubed_spherical_shell geometry.

Returns
A pointer to an allocated geometry struct.

◆ t8_geometry_destroy()

void t8_geometry_destroy ( t8_geometry_c **  geom)

Destroy a geometry object.

Parameters
[in,out]geomA pointer to a geometry object. Set to NULL on output.

◆ t8_geometry_prismed_spherical_shell_new()

t8_geometry_c* t8_geometry_prismed_spherical_shell_new ( )

Create a new spherical_shell geometry.

Returns
A pointer to an allocated geometry struct.

◆ t8_geometry_quadrangulated_disk_new()

t8_geometry_c* t8_geometry_quadrangulated_disk_new ( )

Create a new quadrangulated_disk geometry.

Returns
A pointer to an allocated geometry struct.

◆ t8_geometry_quadrangulated_spherical_surface_new()

t8_geometry_c* t8_geometry_quadrangulated_spherical_surface_new ( )

Create a new quadrangulated_spherical_surface geometry.

Returns
A pointer to an allocated geometry struct.

◆ t8_geometry_triangulated_spherical_surface_new()

t8_geometry_c* t8_geometry_triangulated_spherical_surface_new ( )

Create a new triangulated_spherical_surface geometry.

Returns
A pointer to an allocated geometry struct.