t8  1.2.0
t8code is a C library to manage a forest of adaptive space-trees of general element classes in parallel.
Data Structures | Functions
t8_element_cxx.hxx File Reference

This file defines basic operations on an element in a refinement tree. More...

#include <sc_refcount.h>
#include <t8_eclass.h>
#include <t8_element.h>

Go to the source code of this file.

Data Structures

struct  t8_eclass_scheme
 This struct holds virtual functions for a particular element class. More...
 

Functions

void t8_scheme_cxx_destroy (t8_scheme_cxx_t *s)
 Destroy an implementation of a particular element class. More...
 

Detailed Description

This file defines basic operations on an element in a refinement tree.

All operations work for all element classes by providing a virtual function table. For each element class, one implementation of the type and virtual table is required.

Function Documentation

◆ t8_scheme_cxx_destroy()

void t8_scheme_cxx_destroy ( t8_scheme_cxx_t s)

Destroy an implementation of a particular element class.

param [in] scheme Defines the implementation of the element class.