v1.1.0
What's Changed
- Support for multiple attributes per cmesh tree
- New Step 6 tutorial
- Minor documentation and API improvements
- Code clean-up
- Converting tests to GoogleTest and more tests
In detail:
- Update README.md by @sandro-elsweijer in #345
- automate documentation upload to website by @sandro-elsweijer in #343
- Added another library to make it compile with VTK 9.2. by @jmark in #346
- Fix some examples by @sandro-elsweijer in #344
- Removed config directory from gitignore by @sandro-elsweijer in #351
- Add missing library for older OCC Versions by @sandro-elsweijer in #350
- Preparation for improved way to access parent/ancestor information of pyramids by @lukasdreyer in #347
- Made the parameter vertex a const-parameter for all elements. by @Davknapp in #356
- Add a debug function that prints the trees of the cmesh by @Davknapp in #357
- Updated class parameters to coding guideline, one line per variable by @Davknapp in #359
- Convert naca example to tutorial by @sandro-elsweijer in #354
- Added files to
.gitignore
which are generated via./bootstrap
. by @jmark in #361 - Pyramid: compute and use switch_shape_at_level by @lukasdreyer in #348
- updated test_hypercube to gtest_hypercube by @WeberJulia in #360
- Enhancement test to gtest by @WeberJulia in #364
- Enhancement pyramid variable scope by @lukasdreyer in #349
- Added more information to error message by @sandro-elsweijer in #367
- Update msh 4 comment by @sandro-elsweijer in #369
- Update pull_request_template.md by @Davknapp in #371
- Revert all ubuntu versions of github action to 20.04 by @holke in #373
- Improve documentation for element tree boundary functions by @holke in #372
- Clean up point inside check by @holke in #376
- Add const in signature of t8_element_num_corners in header file by @jmark in #379
- remove non-existent makefile source by @sandro-elsweijer in #381
- Prettify array initializations by @sandro-elsweijer in #382
- Fix issue #311 by @Flo1314 in #398
- Update pull_request_template.md by @sandro-elsweijer in #406
- update pr template by @sandro-elsweijer in #407
- Tree indexing documentation by @ililikakis in #414
- Removing testing line from PR template. by @holke in #416
- Fix issue 412 by @ililikakis in #415
- Add a new geometry example using different geoms in the same mesh. by @holke in #410
- Fix issue 383 by @sandro-elsweijer in #418
- Removed executable flag for two source code files in src/t8_cmesh. by @jmark in #420
- Fix issue 352 by @holke in #380
- Revert "Fix issue 352" by @holke in #427
- Reworked arguments of naca tutorial by @sandro-elsweijer in #425
- Clearify, which corner defines the face-orientation by @Davknapp in #431
- Adding step6 tutorial. by @jmark in #419
- Test cmesh face is boundary by @WeberJulia in #366
- test_descendant to gtest_descendant by @WeberJulia in #394
- Cleanup: Remove all if zero pragmas at once. by @jmark in #434
- Update indent script by @Davknapp in #440
- Revert "Update indent script" by @holke in #442
- test-successor to gtest-successor by @WeberJulia in #402
- remove outdated TODO comment by @lukasdreyer in #436
- Fix attribute offsets for multiple attributes by @lukasdreyer in #444
New Contributors
- @WeberJulia made their first contribution in #360
Full Changelog: v1.0.0...v1.1.0