t8code
t8code copied to clipboard
Parallel algorithms and data structures for tree-based AMR with arbitrary element shapes.
**_Describe your changes here:_** **_All these boxes must be checked by the reviewers before merging the pull request:_** As a reviewer please read through all the code lines and make...
**_Describe your changes here:_** First draft of a cmake CI **_All these boxes must be checked by the reviewers before merging the pull request:_** As a reviewer please read through...
**_Describe your changes here:_** Implemented two classes for cmesh global vertex id handling. tree to vertex - Each local tree and ghost stores the list of global ids of its...
It is a central part of our offset computation, nevertheless it is documented poorly. Please improve that!
**_Describe your changes here:_** Compile on our teamserver with following loaded module: ```bash module load t8code/t8code-development-gcc12-mpich-with-vtk-9.1-and-occ-7.6.0 ``` **_All these boxes must be checked by the reviewers before merging the pull...
**_Describe your changes here:_** This PR implements two routines: `t8_cmesh_new_brick_{2,3}d`. They construct an optionally periodic connectivity of given `nx * ny {* nz}` trees. **_All these boxes must be checked...
**_Describe your changes here:_** Draft PR for enabling transition scheme in hexahedral meshes. **_All these boxes must be checked by the reviewers before merging the pull request:_** As a reviewer...
**_Describe your changes here:_** Title says it all. **_All these boxes must be checked by the reviewers before merging the pull request:_** As a reviewer please read through all the...
It was discovered, that committing a partitioned cmesh leads to an error in t8_cmesh_commit, where the first tree of the cmesh is -1. In this branch: https://github.com/DLR-AMR/t8code/tree/bug_committing_partitioned_cmesh the example t8_cmesh_create_partitioned...
**_Describe your changes here:_** Modified the existing t8_gtest_ghost_exchange file to take std::vector as input. **_All these boxes must be checked by the reviewers before merging the pull request:_** As a...