File t8_forest.cxx
↰ Parent directory (src/t8_forest)
Definition (src/t8_forest/t8_forest.cxx)
Includes
algorithm(File t8_vector_algorithms.hxx)sc_statistics.ht8_cmesh/t8_cmesh_internal/t8_cmesh_offset.h(File t8_cmesh_offset.h)t8_cmesh/t8_cmesh_internal/t8_cmesh_trees.h(File t8_cmesh_trees.h)t8_data/t8_element_array_iterator.hxx(File t8_element_array_iterator.hxx)t8_forest/t8_forest_adapt.h(File t8_forest_adapt.h)t8_forest/t8_forest_balance.h(File t8_forest_balance.h)t8_forest/t8_forest_general.h(File t8_forest_general.h)t8_forest/t8_forest_geometrical.h(File t8_forest_geometrical.h)t8_forest/t8_forest_ghost.h(File t8_forest_ghost.h)t8_forest/t8_forest_io.h(File t8_forest_io.h)t8_forest/t8_forest_partition.h(File t8_forest_partition.h)t8_forest/t8_forest_private.h(File t8_forest_private.h)t8_forest/t8_forest_profiling.h(File t8_forest_profiling.h)t8_forest/t8_forest_types.h(File t8_forest_types.h)t8_geometry/t8_geometry_base.hxx(File t8_geometry_base.hxx)t8_refcount.h(File t8_refcount.h)t8_schemes/t8_scheme.hxx(File t8_scheme.hxx)t8_types/t8_vec.h(File t8_vec.h)t8_vtk/t8_vtk_writer.h(File t8_vtk_writer.h)
Classes
Functions
Function t8_forest_cmesh_ltreeid_to_ltreeid(t8_forest_t, t8_locidx_t)
Function t8_forest_comm_global_num_leaf_elements(t8_forest_t)
Function t8_forest_copy_trees(t8_forest_t, t8_forest_t, int)
Function t8_forest_element_centroid(t8_forest_t, t8_locidx_t, const t8_element_t *, double *)
Function t8_forest_element_coordinate(t8_forest_t, t8_locidx_t, const t8_element_t *, int, double *)
Function t8_forest_element_diam(t8_forest_t, t8_locidx_t, const t8_element_t *)
Function t8_forest_element_face_area(t8_forest_t, t8_locidx_t, const t8_element_t *, int)
Function t8_forest_element_face_normal(t8_forest_t, t8_locidx_t, const t8_element_t *, int, double)
Function t8_forest_element_find_owner(t8_forest_t, t8_gloidx_t, t8_element_t *, t8_eclass_t)
Function t8_forest_element_is_leaf(const t8_forest_t, const t8_element_t *, const t8_locidx_t)
Function t8_forest_element_neighbor_eclass(t8_forest_t, t8_locidx_t, const t8_element_t *, int)
Function t8_forest_element_volume(t8_forest_t, t8_locidx_t, const t8_element_t *)
Function t8_forest_get_coarse_tree(t8_forest_t, t8_locidx_t)
Function t8_forest_get_coarse_tree_ext(t8_forest_t, t8_locidx_t, t8_locidx_t **, int8_t **)
Function t8_forest_get_eclass(const t8_forest_t, const t8_locidx_t)
Function t8_forest_get_first_local_leaf_element_id(t8_forest_t)
Function t8_forest_get_first_local_tree_id(const t8_forest_t)
Function t8_forest_get_global_num_leaf_elements(const t8_forest_t)
Function t8_forest_get_leaf_element(t8_forest_t, t8_locidx_t, t8_locidx_t *)
Function t8_forest_get_leaf_element_in_tree(t8_forest_t, t8_locidx_t, t8_locidx_t)
Function t8_forest_get_local_id(const t8_forest_t, const t8_gloidx_t)
Function t8_forest_get_local_num_leaf_elements(const t8_forest_t)
Function t8_forest_get_local_or_ghost_id(const t8_forest_t, const t8_gloidx_t)
Function t8_forest_get_tree(const t8_forest_t, const t8_locidx_t)
Function t8_forest_get_tree_class(const t8_forest_t, const t8_locidx_t)
Function t8_forest_get_tree_element_offset(const t8_forest_t, const t8_locidx_t)
Function t8_forest_get_tree_num_leaf_elements(t8_forest_t, t8_locidx_t)
Function t8_forest_get_tree_vertices(t8_forest_t, t8_locidx_t)
Function t8_forest_global_tree_id(const t8_forest_t, const t8_locidx_t)
Function t8_forest_ltreeid_to_cmesh_ltreeid(t8_forest_t, t8_locidx_t)
Function t8_forest_min_nonempty_level(t8_cmesh_t, const t8_scheme_c *)
Function t8_forest_new_adapt(t8_forest_t, t8_forest_adapt_t, int, int, void *)
Function t8_forest_new_uniform(t8_cmesh_t, const t8_scheme_c *, const int, const int, sc_MPI_Comm)
Function t8_forest_partition_cmesh(t8_forest_t, sc_MPI_Comm, int)
Function t8_forest_profile_get_balance_rounds_stats(t8_forest_t)
Function t8_forest_profile_get_balance_time(t8_forest_t, int *)
Function t8_forest_profile_get_first_descendant_runtime(t8_forest_t)
Function t8_forest_profile_get_ghost_time(t8_forest_t, t8_locidx_t *)
Function t8_forest_profile_get_ghostexchange_waittime(t8_forest_t)
Function t8_forest_profile_get_partition_time(t8_forest_t, int *)
Function t8_forest_set_adapt(t8_forest_t, const t8_forest_t, t8_forest_adapt_t, int)
Function t8_forest_set_balance(t8_forest_t, const t8_forest_t, int)
Function t8_forest_set_cmesh(t8_forest_t, t8_cmesh_t, sc_MPI_Comm)
Function t8_forest_set_ghost(t8_forest_t, int, t8_ghost_type_t)
Function t8_forest_set_ghost_ext(t8_forest_t, int, t8_ghost_type_t, int)
Function t8_forest_set_partition(t8_forest_t, const t8_forest_t, int)
Function t8_forest_set_scheme(t8_forest_t, const t8_scheme_c *)
Function t8_forest_set_user_function(t8_forest_t, t8_generic_function_pointer)
Function t8_forest_tree_get_leaf_elements(const t8_forest_t, const t8_locidx_t)
Function t8_forest_tree_is_local(const t8_forest_t, const t8_locidx_t)