| 
    t8
    UNKNOWN
    
   t8code is a C library to manage a forest of adaptive                           space-trees of general element classes in parallel. 
   | 
 
C interface definition to the default element implementation. More...
#include <t8_element.h>Go to the source code of this file.
Functions | |
| t8_scheme_cxx_t * | t8_scheme_new_default_cxx (void) | 
| Return the default element implementation of t8code.  | |
| int | t8_eclass_scheme_is_default (t8_eclass_scheme_c *ts) | 
| Check whether a given eclass_scheme is on of the default schemes.  More... | |
C interface definition to the default element implementation.
| int t8_eclass_scheme_is_default | ( | t8_eclass_scheme_c * | ts | ) | 
Check whether a given eclass_scheme is on of the default schemes.
| [in] | ts | A (pointer to a) scheme |