This project is mirrored from https://gitlab.dune-project.org/extensions/dune-alugrid.git.
Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
Last successful update .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
Last successful update .
- May 30, 2022
-
-
Robert K authored
-
- May 17, 2022
-
-
Robert K authored
-
- May 16, 2022
-
-
Robert K authored
-
- May 13, 2022
- Apr 22, 2022
-
-
Robert K authored
[feature][output] Disable warning about alugrid.cfg See merge request extensions/dune-alugrid!135
-
Robert K authored
Replace std::iterator inheritance by explicit statement of types. See merge request extensions/dune-alugrid!134
-
Robert K authored
read from for Python.
-
Samuel Burbulla authored
-
- Mar 05, 2022
-
-
Robert K authored
-
- Mar 04, 2022
-
-
Robert K authored
-
- Mar 03, 2022
-
-
Robert K authored
-
- Feb 03, 2022
- Jan 09, 2022
-
-
Andreas Dedner authored
Replace dune_add_library by target_sources See merge request extensions/dune-alugrid!130
-
Andreas Dedner authored
[geometry] Add missing include and use factorial function See merge request extensions/dune-alugrid!131
-
Andreas Dedner authored
Fix/implicitly declared assignment operator deprecated See merge request extensions/dune-alugrid!132
-
- Dec 22, 2021
- Dec 02, 2021
-
-
Robert K authored
actually view thread safe.
-
- Dec 01, 2021
-
-
Timo Koch authored
-
- Nov 06, 2021
-
-
Simon Praetorius authored
-
- Oct 23, 2021
-
-
Robert K authored
[gridselector] Add serial grids to the grid type selector magic mechanism See merge request extensions/dune-alugrid!128
-
Robert K authored
[cmake][findzoltan] Remove debug output See merge request extensions/dune-alugrid!129
-
Andreas Dedner authored
refactor the way python is used in dune See merge request extensions/dune-alugrid!113
-
dedner authored
-
- Oct 22, 2021
-
-
dedner authored
comment out CMP0087 NEW cmake policy because it fails on some CI runners correctly set CMP0087 cmake policy to NEW for cmake >= 3.14
-
dedner authored
replace assertHave with assertCMakeHave which has to be used slightly differently with the new dune-py setup process adapt ci yml file to python bindings on by default remove uint<int warning
-
dedner authored
-
Robert K authored
pep 42: use implicit namespace packages which make it possible to combine subpackages using editable (source) and non editable (pypi) simplify ci setup for python bindings [bugfix][ci] Disable rules for a moment. fix issue with conflict removal add a stopgap solution unti ci repo up and running again add dune packages to requires in setup.py.in [needs fixing] remove version in dune.module for testing - needs fixing [testing] only add dune modules that have been found as requirements in setup.py.in removed setup.py.in since the default is provided in dune-common
-
- Oct 04, 2021
-
-
Timo Koch authored
-
- Oct 03, 2021
- Sep 30, 2021
-
-
Robert K authored
Make elements array an explicit type, i.e., fix to unsigned int as in the default interface See merge request extensions/dune-alugrid!119
-
Robert K authored
Explicitly include AddMETISFlags to fix cmake run See merge request extensions/dune-alugrid!125
-
Markus Blatt authored
Otherwise I get the error: CMake Error at lib/CMakeLists.txt:31 (add_dune_metis_flags): Unknown CMake command "add_dune_metis_flags".
-
- Sep 15, 2021
-
-
Andreas Dedner authored
use a uint as default for ALUGridId::IntegerType - it was int before. Don't... See merge request extensions/dune-alugrid!124
-
- Sep 08, 2021
-
-
dedner authored
use a uint as default for ALUGridId::IntegerType - it was int before. Don't need negative values so this doubles the possible size for the id without increasing memory footprint. The current implementation fails with a bisection 2d grid with 15 levels which is not too over the top for adaptive problems
-