Revision 7577fb898dbfe74566da2304cc3d4ce3c0d89f34 authored by Dmitri Naumov on 29 September 2021, 20:20:03 UTC, committed by Dmitri Naumov on 01 October 2021, 09:18:56 UTC
Derivatives used in the advection related parts of the Jacobian.
1 parent dda1185
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