v1.3.0
What's Changed
- Implementation of incomplete trees by @ililikakis
- Added reader for vtk_polydata and vtk_unstructured_grid
- New Tutorials
In detail:
- Update t8_gtest_version.cxx by @ililikakis in #527
- Split forest h by @chiaraMaHe in #516
- Remove branch limitation of release workflow by @sandro-elsweijer in #532
- Enable recursive documentation and remove file patterns by @sandro-elsweijer in #534
- Fix linking problems in static mode. by @pkestene in #533
- Fix wrong number in comment by @holke in #535
- Update references in README by @holke in #536
- quality improvements in README by @holke in #537
- Update README.md by @Davknapp in #540
- Feature puma patches [3/x] add element ref coords implementation by @sandro-elsweijer in #518
- Feature puma patches [4/x] adapt vtk output by @sandro-elsweijer in #519
- Feature create cmesh from boundary by @ililikakis in #451
- Partition ghost attributes by @lukasdreyer in #448
- Add vtk_poly_data_reader [vtk_to_cmesh 4/6] by @Davknapp in #465
- Add preprocessor macros for documentation by @sandro-elsweijer in #543
- Fix issue546 by @Davknapp in #549
- Removed deprecated unit test file by @jmark in #544
- Remove a t8_dtri_is_valid assertion, that gets called with a pyramid-descendant by @Davknapp in #551
- Cmesh vtk reader implementation [vtk_to_cmesh 5/6] by @Davknapp in #466
- Cmesh vtk data set translator [vtk_to_cmesh 6/6] by @Davknapp in #467
- Split vtk_writer function [1/2] - update vtk_writer by @Davknapp in #508
- Added a newline in cmesh examples warnings output. by @jmark in #565
- Tutorial8 by @chiaraMaHe in #525
- Fix pyramid element ref coords by @sandro-elsweijer in #566
- Added constness to flags by @edirab in #571
- Fix vtk compiler errors by @sandro-elsweijer in #567
- Fix a typo by @Davknapp in #575
- Add tutorial step7 - interpolation by @chiaraMaHe in #560
- Split vtk_writer_function[2/2] Add forest_to_vtkUnstructuredGrid function by @Davknapp in #510
- Added constancy to flags in t8_forest_replace_t by @edirab in #573
- delete non-used variables by @Davknapp in #579
- Feature shmem allgatherv by @Davknapp in #555
- Make indent scripts runnable from repo root directory. by @jmark in #561
- Cmesh vtk data set translator [vtk_to_cmesh 6a/6] by @ililikakis in #539
- Enable ghost cell output in tutorial step 4 by @bgeihe in #583
- reduced num testscases for LESS-TESTS by @ililikakis in #585
- vtkDataSet to vtkPointSet translator by @ililikakis in #541
- Parametrize shmem test by @Davknapp in #588
- Feature remove elements by @ililikakis in #581
- removed individual t8_debugf by @ililikakis in #595
- More const params by @Davknapp in #594
- Update README.md - Reference setup to Wiki by @chiaraMaHe in #591
- Moved the translation of an element to a vtkCell into a seperate function by @Davknapp in #592
- Parametrize vtk tests by @Davknapp in #597
- Vtk parallel checks by @Davknapp in #599
- Fix eclass vtk corner number by @Davknapp in #601
New Contributors
- @pkestene made their first contribution in #533
- @edirab made their first contribution in #571
- @bgeihe made their first contribution in #583
Full Changelog: v1.2.0...v1.3.0