Revision 33722ed3caadb3b85137763605036862dc33d823 authored by Dmitri Naumov on 21 September 2021, 21:49:22 UTC, committed by Dmitri Naumov on 22 September 2021, 09:23:01 UTC
The changes to computation of the number of base nodes
are reflected in the "configuration"/discription files.
The partitioned data (binary element and node) files are
the same, i.e. the partitioning did not change.
1 parent 0866cbd
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
web/.netlify

CMakeUserPresets.json

.snakemake
back to top