Jakob Fußbroich
Jakob Fußbroich
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:_** This PR introduces curved prism elements. Since the algorithm is implemented with batch processing, it is merged into the branch for #667, which introduces the batch...
**_Describe your changes here:_** This PR introduces a cad geometry interpolation algorithm for pyramid elements. With pyramids, t8code now features a cad mapping algorithm for all currently supported element shapes....
**_Describe your changes here:_** The PR introduces a test for the cad prism functions in t8code. All possible orientations for linkage against a cad surface or cad curve are covered....
Currently the lookup table `t8_edge_vertex_to_tree_vertex` stores the vertices of an edge in a way, that the smaller vertex number is the first and the higher one comes second. In the...
Currently we have two different ways of calculating the scaling factor for curvature in triangular elements. For a 2D triangle we currently do this:  And for all 3D elements...