Revision 3828214a27f7cd870c0447df372e103804aaebcb authored by Thomas Fischer on 16 December 2020, 08:47:10 UTC, committed by Thomas Fischer on 16 December 2020, 11:47:21 UTC
Simulation input (partitioning of the mesh) has changed. This leads to changed
output files.
1 parent 016543a
Raw File
.gitignore
*.bak*
/build*/
*.sw[op]
tags
.ExternalData_*

# CLion IDE project files
*.iml
.idea

# Visual Studio Code project files
.vscode

# Conan package manager
conanbuildinfo.cmake
conaninfo.txt
CMakeLists.txt.user*

*.pyc
.venv

Tests/**/*.md5
Tests/Data/Parabolic/HT/InvalidProjectFiles/*.prj
back to top