| 
    t8
    UNKNOWN
    
   t8code is a C library to manage a forest of adaptive                           space-trees of general element classes in parallel. 
   | 
 
Files | |
| file | t8_forest.h [code] | 
| Includes all headers based on previous t8_forest.h.  | |
| file | t8_forest_adapt.h [code] | 
| We define the adapt routine to refine and corsen a forest of trees in this file.  | |
| file | t8_forest_balance.h [code] | 
| We define the balance routine to establish a 1:2 balance among the elements in a forest.  | |
| file | t8_forest_cxx.h [code] | 
| We define the forest routines that need access to the c++ element interface.  | |
| file | t8_forest_general.h [code] | 
| We define the forest of trees in this file.  | |
| file | t8_forest_geometrical.h [code] | 
| We define the geometrical queries for a forest of trees in this file.  | |
| file | t8_forest_ghost.h [code] | 
| We define the ghost routine to create a layer of halo elements for a forest of trees in this file.  | |
| file | t8_forest_iterate.h [code] | 
| We define various routines to iterate through (parts of) a forest and execute callback functions on the leaf elements.  | |
| file | t8_forest_partition.h [code] | 
| We define the partition routine to partition a forest of trees in this file.  | |
| file | t8_forest_private.h [code] | 
| We define routines for a forest of elements that are not part of the official t8_forest.h interface but used internally.  | |
| file | t8_forest_profiling.h [code] | 
| We define the forest of trees in this file.  | |
| file | t8_forest_types.h [code] | 
| We define here the datatypes needed for internal forest routines.  | |