23 #ifndef T8_CMESH_TESTCASES_H 
   24 #define T8_CMESH_TESTCASES_H 
   40 int                 t8_get_number_of_comm_only_cmesh_testcases ();
 
   44 int                 t8_get_number_of_new_hypercube_cmesh_testcases ();
 
   48 int                 t8_get_number_of_new_empty_cmesh_testcases ();
 
   52 int                 t8_get_number_of_new_from_class_cmesh_testcases ();
 
   56 int                 t8_get_number_of_new_hypercube_hybrid_cmesh_testcases ();
 
   60 int                 t8_get_number_of_new_periodic_cmesh_testcases ();
 
   64 int                 t8_get_number_of_new_bigmesh_cmesh_testcases ();
 
   68 int                 t8_get_number_of_new_prism_cake_cmesh_testcases ();
 
   72 int                 t8_get_number_of_new_disjoint_bricks_cmesh_testcases ();
 
   78 int                 t8_get_number_of_all_testcases ();
 
   88 t8_cmesh_t          t8_test_create_comm_only_cmesh (
int cmesh_id);
 
   95 t8_cmesh_t          t8_test_create_new_hypercube_cmesh (
int cmesh_id);
 
  102 t8_cmesh_t          t8_test_create_new_empty_cmesh (
int cmesh_id);
 
  109 t8_cmesh_t          t8_test_create_new_from_class_cmesh (
int cmesh_id);
 
  116 t8_cmesh_t          t8_test_create_new_hypercube_hybrid_cmesh (
int cmesh_id);
 
  123 t8_cmesh_t          t8_test_create_new_periodic_cmesh (
int cmesh_id);
 
  130 t8_cmesh_t          t8_test_create_new_bigmesh_cmesh (
int cmesh_id);
 
  137 t8_cmesh_t          t8_test_create_new_prism_cake_cmesh (
int cmesh_id);
 
  145 t8_cmesh_t          t8_test_create_cmesh (
int cmesh_id);
 
This structure holds the connectivity data of the coarse mesh.
Definition: t8_cmesh_types.h:83
 
This is the administrative header file for t8code.
 
We define the coarse mesh of trees in this file.
 
TODO: document this file.
 
TODO: document this file.
 
We define here the datatypes needed for internal cmesh routines.
 
We define all possible element classes that occur in hybrid meshes.