https://gitlab.opengeosys.org/ogs/ogs.git
Revision 545ab920a00534e3105c1ca31cd42c332fcf9632 authored by Dmitri Naumov on 23 January 2023, 18:29:50 UTC, committed by Dmitri Naumov on 01 February 2023, 18:15:26 UTC
For a single internal variable the number of components must
be equal for all materials.
1 parent 007fd60
Raw File
Tip revision: 545ab920a00534e3105c1ca31cd42c332fcf9632 authored by Dmitri Naumov on 23 January 2023, 18:29:50 UTC
[PL] Check number of components for all materials
Tip revision: 545ab92
.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