Chiara Hergl

Results 14 issues of Chiara Hergl

The header with the first basic functions for the Fortran interface were added and it was added to the Makefile. **_All these boxes must be checked by the reviewers before...

Add a header file for the subelement scheme. Each subelement scheme is based on a element scheme which is used for all non subelement-specific operations. **_All these boxes must be...

New feature
draft

In t8_cmesh_trees.h there are the following ToDo's: 284: /* TODO: This function returns NULL if the tree is not present. 285 * So far no error checking is done here....

good first issue
cleanup

ToDo's - 249 – unused function? – check first - 277 – try to work around calling function (log(P) runtime) - 402 - reactivate `T8_ASSERT (*send_last >= 0);` - 681...

cleanup

Add documentation: - `t8_cmesh.c` - `t8_cmesh_commit.c` - `t8_cmesh_copy.c` - `t8_cmesh_copy.h` - `t8_cmesh_cxx.cxx` - `t8_cmesh_geometry.cxx` - `t8_cmesh_geometry.h` - `t8_cmesh_occ.cxx` - `t8_cmesh_offset.c` - `t8_cmesh_offset.h` - `t8_cmesh_partition.c`

documentation

ToDo's: - 97 - Compute the number of local trees? - `t8_offset_any_owner_of_tree` - In most cases the search should start with the current mpirank to optimize runtime - 229/315 –...

cleanup

ToDo's: - t8_cmesh_new_empty – possible problem: not setting the dimension of the cmesh - t8_cmesh_new_from_class – do_bcast – parameter will be moved to internal - 150 – check redundancy

cleanup

ToDo's: - 33 - In p4est a tree edge is joined with itself to denote a domain boundary. Will we do it the same in t8code? This is not yet...

cleanup

ToDo's: - Document `t8_cmesh_commit.c` - 163 – attribute array has to be sorted (by now) – find another solution - 229 – reset cmesh - 233 – is this shared...

cleanup

ToDo's: - Document file - `Is_checking` is not thread safe. If two threads call cmesh routines that call `t8_cmesh_is_committed,` only one of them will correctly check the cmesh - 108...

cleanup