t8
1.2.0
t8code is a C library to manage a forest of adaptive space-trees of general element classes in parallel.
|
This file is the point of entry for our default element implementation. More...
#include <t8_element_cxx.hxx>
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... | |
This file is the point of entry for our default element implementation.
This scheme points to a consistent implementation of all element classes.
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 |