David Knapp
David Knapp
Develop HDF5-output for DGMultiMeshes. Write Mesh informations such as element_type, vertices, connection between elements and vertices in a seperate file. Write informations about the solution each time the save_solution_callback is...
Currently, there is no DGMultiMesh-support for the save_solution function. It would be very convenient to save DGMultiMeshes in an HDF5 format and translate them via Trixi2VTK into a vtk-file, such...
It is a central part of our offset computation, nevertheless it is documented poorly. Please improve that!
PR to enable the hybrid new. Please merge: - [ ] #1591 - [ ] #1579 - [ ] #1577 befor this PR. Current TODOs: - [x] Enable all tests...
currently the execution of `make distcheck` fails (https://github.com/DLR-AMR/t8code/actions/runs/8660464369/job/23748458003) because of: ``` make[2]: Leaving directory '/__w/t8code/t8code/build/t8-2.0.0-alpha.31-8b94/_build/sub' make[1]: Leaving directory '/__w/t8code/t8code/build/t8-2.0.0-alpha.31-8b94/_build/sub' make[1]: Entering directory '/__w/t8code/t8code/build/t8-2.0.0-alpha.31-8b94/_build/sub' make[1]: Leaving directory '/__w/t8code/t8code/build/t8-2.0.0-alpha.31-8b94/_build/sub' make[1]: Entering directory...
When we update a third-party library it also appears in git diff, we will check these very large files, too. To avoid this behaviour we should filter the list
Used to analyse the bug in #778 Idea: For every class construct a cmesh of two trees. Tree B created by shifting Tree A along the normal of a given...
There are some left-over INDENT-OFF/ON comments. Deleting them will solve this issue
Currently we write points n-times if it is used by n cells. However, we could provide the option to avoid duplication using the [vtkCleanUnstructuredGrid](https://vtk.org/doc/nightly/html//classvtkCleanUnstructuredGrid.html#details)-Filter. Implementing the usage of this filter...
The volume check directly gets the tree-vertices (which are only two), yet uses num_tree_corners vertices for the check and memory-errors can occur. To fix this update the check to work...