Revision a9a39d454ba64f79be26d4a6539fc57f0d72864b authored by Dmitri Naumov on 27 April 2023, 17:11:09 UTC, committed by Dmitri Naumov on 04 May 2023, 07:20:35 UTC
Testing precision of the output value written in the xdmf file.
1 parent 25dce78
Raw File
.gitignore
*.bak*
/build*/
*.sw[op]
tags
.ExternalData_*
.DS_Store

# 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
Tests/Data/_out
web/.netlify

CMakeUserPresets.json

.snakemake

# clangd and other language servers' caches
.cache
.ccls-cache

# VS Code devcontainer
/.cpm
nohup.out

/Documentation/.vale

# Python build
/_skbuild
*.egg-info/
/wheelhouse
.ipynb_checkpoints
/Applications/Python/_version.py
back to top