Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

t8code (spoken as "tetcode") is a C/C++ library to manage parallel adaptive meshes with various element types.
t8code uses a collection (a forest) of multiple connected adaptive space-trees in parallel and scales to at least one million MPI ranks and over 1 Trillion mesh elements.
It is licensed under the GNU General Public License 2.0 or later. Copyright (c) 2015 the developers.
It is licensed under the GNU General Public License 2.0 or later. Copyright (c) 2015-2026 the developers.

t8code is intended to be used as a thirdparty library for numerical simulation codes or any other applications that require meshes.

Expand Down
Loading