Revision 3d200b886a881e500cb3026f0569ada3aa7ee299 authored by Karsten Rink on 16 February 2021, 07:12:48 UTC, committed by Karsten Rink on 16 February 2021, 07:12:48 UTC
[gmsh] (optionally) writing physical curves to gmsh geo output

See merge request ogs/ogs!3445
2 parent s dbccbd8 + d246d36
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
back to top