| 
    t8
    1.2.0
    
   t8code is a C library to manage a forest of adaptive                           space-trees of general element classes in parallel. 
   | 
 
We define coarse meshes with occ geometries here. More...
#include <t8_cmesh.h>Go to the source code of this file.
Functions | |
| t8_cmesh_t | t8_cmesh_new_hollow_cylinder (sc_MPI_Comm comm, int num_tangential_trees, int num_axial_trees, int num_radial_trees, int with_occ_geometry) | 
| Construct a hollow cylinder out of hexes with an inner diameter of 0.5, an outer diameter of 1 and a height of 1.  More... | |
We define coarse meshes with occ geometries here.
| t8_cmesh_t t8_cmesh_new_hollow_cylinder | ( | sc_MPI_Comm | comm, | 
| int | num_tangential_trees, | ||
| int | num_axial_trees, | ||
| int | num_radial_trees, | ||
| int | with_occ_geometry | ||
| ) | 
Construct a hollow cylinder out of hexes with an inner diameter of 0.5, an outer diameter of 1 and a height of 1.
The number of cells used in each direction can be specified. A cylindrical occ surface can be linked to the inner and outer faces of the cylinder trees, to use the occ geometry.
| [in] | comm | The mpi communicator to use. | 
| [in] | num_tangential_trees | Number of trees distributed around the cylinder. | 
| [in] | num_axial_trees | Number of trees distributed along the height of the cylinder. | 
| [in] | num_radial_trees | Number of trees distributed along the thickness of the cylinder. | 
| [in] | with_occ_geometry | Link the cylinder to a occ geometry, 0 or 1. |