Skip to content

Releases: DLR-AMR/t8code

v4.0.0-26.07

Choose a tag to compare

@t8ddy t8ddy released this 01 Jul 03:04
610eda1

Automated release of t8code version v4.0.0-26.07.

v4.0.0-26.06

Choose a tag to compare

@t8ddy t8ddy released this 01 Jun 03:41
4a82a3b

Automated release of t8code version v4.0.0-26.06.

v4.0.0-26.05

Choose a tag to compare

@t8ddy t8ddy released this 01 May 02:46
3f9df7f

Automated release of t8code version v4.0.0-26.05.

v4.0.0-26.04

Choose a tag to compare

@t8ddy t8ddy released this 01 Apr 02:14
c1a2993

Automated release of t8code version v4.0.0-26.04.

v4.0.0-26.03

Choose a tag to compare

@t8ddy t8ddy released this 01 Mar 02:02
1f3ac98

Automated release of t8code version v4.0.0-26.03.

v4.0.0-26.02

Choose a tag to compare

@t8ddy t8ddy released this 01 Feb 02:04
44f449b

Automated release of t8code version v4.0.0-26.02.

v4.0.0-26.01

Choose a tag to compare

@t8ddy t8ddy released this 19 Jan 09:13
a4572db

Automated release of t8code version v4.0.0-26.01 created from tarball tested in CI.

v4.0.0

Choose a tag to compare

@Davknapp Davknapp released this 08 Dec 13:04

We are happy to release v4.0.0 of t8code!
Enjoy reading through the release nodes, or have a look at the NEWS.md (or in the archive) of it, if you read this in the future) for the most important changes.

What's Changed

Read more

v3.0.1

Choose a tag to compare

@jmark jmark released this 12 Dec 15:11

Patch release version 3.0.1 of t8code is now available!

This patch release includes several non-breaking bug fixes and improvements.

Full Changelog: v3.0.0...v3.0.1

Summary

v3.0.0

Choose a tag to compare

@ole-alb ole-alb released this 29 Oct 15:50

t8code v3.0.0 released!

We are excited to announce the release of t8code v3.0.0, a major new release of our open-source software for parallel adaptive mesh refinement (AMR). This release includes an improvement of our build-system and a number of significant new features and improvements, including:

What's Changed

  • CMake:
    We improved our build-system by providing a CMake-Option. In the future we will focus on our CMake build System, with the possibility of dropping the current Autotools build System

  • Updated testsuite:
    Following our CMake build System we also updated our testsuite. To optimize runtime we split Tests in Parallel Tests (which are run linearly but with multiple processes) and Serial Tests (which can run simultaneously, but only using one process per test).

  • Improved vtk-output:
    We now use a templated class to provide vtk-output for cmeshes and Forests, while also maintaining a C-Interface for these functions.

  • New Fortran Interface:
    We also offer now a Fortran-Interface to our most important t8code-functions.

  • Multiple minor fixes, like typos, small bugs, etc.

We would like to thank everyone who contributed to this release.
We hope that you find t8code v3.0.0 useful for your research and applications.

The full doxygen documentation of t8code v3.0.0 is available online at https://dlr-amr.github.io/t8code/pages/documentation.html.

Full change log in detail

Read more