- Apr 26, 2023
-
-
Santiago Ospina De Los Ríos authored
This dictionary is an alternative for ParameterTree which also holds the type information dynamically. This will be useful in order to decouple operators, assemblers, and solvers.
-
- Apr 24, 2023
-
-
Santiago Ospina De Los Ríos authored
-
Santiago Ospina De Los Ríos authored
-
Santiago Ospina De Los Ríos authored
-
Santiago Ospina De Los Ríos authored
-
- Apr 21, 2023
-
-
Santiago Ospina De Los Ríos authored
-
Santiago Ospina De Los Ríos authored
This is because the index set concept requires a random access types rather than a forward iterator. This could be solved later with std::span in c++20, but for now, it is just easier to switch to std::vector.
-
- Apr 20, 2023
-
-
Santiago Ospina De Los Ríos authored
-
- Apr 19, 2023
-
-
Santiago Ospina De Los Ríos authored
-
Santiago Ospina De Los Ríos authored
-
Santiago Ospina De Los Ríos authored
-
Santiago Ospina De Los Ríos authored
-
Santiago Ospina De Los Ríos authored
Since these macros are visible to all downstream modules, they need to be somehow scoped
-
Santiago Ospina De Los Ríos authored
-
Santiago Ospina De Los Ríos authored
-
Santiago Ospina De Los Ríos authored
-
- Apr 18, 2023
-
-
Santiago Ospina De Los Ríos authored
-
- Apr 13, 2023
-
-
Santiago Ospina De Los Ríos authored
-
Santiago Ospina De Los Ríos authored
-
Santiago Ospina De Los Ríos authored
-
Santiago Ospina De Los Ríos authored
-
Santiago Ospina De Los Ríos authored
-
Santiago Ospina De Los Ríos authored
-
- Oct 19, 2022
-
-
Santiago Ospina De Los Ríos authored
Add missing non-linear interface on one step local assembler See merge request !592
-
- Jun 27, 2022
-
-
Santiago Ospina De Los Ríos authored
Fix warnings See merge request !601
-
Santiago Ospina De Los Ríos authored
-
Santiago Ospina De Los Ríos authored
Remove Pk/Qk deprecated header warnings See merge request !593
-
Santiago Ospina De Los Ríos authored
-
Santiago Ospina De Los Ríos authored
Update coverage report to a new GitLab CI format See merge request !599
-
Santiago Ospina De Los Ríos authored
Update dependencies file for dune 2.9 See merge request !596
-
Santiago Ospina De Los Ríos authored
-
Christian Engwer authored
Resolve "CI fails with configuration error" Closes #193 See merge request !598
-
Christian Engwer authored
The cobertura coverage analysis doesn't seem to work anymore. We disable it for the time being. fixes #193
-
Christian Engwer authored
[fix] mark geometryTypeFromBasicType inline See merge request !597
-
Christian Engwer authored
the free-standing function is not a template and must the inline to avoid multiple definition linker errors
-
- Jun 07, 2022
-
-
Santiago Ospina De Los Ríos authored
-
- Apr 27, 2022
-
-
Santiago Ospina De Los Ríos authored
In order to use the matrix free interface in one step methods, the grid operator needs to know whether it's linear or not.
-
- Apr 26, 2022
-
-
Santiago Ospina De Los Ríos authored
Add missing EntitySet functions and declarations to be an EntitySet concept See merge request !587
-
- Mar 14, 2022
-
-
Santiago Ospina De Los Ríos authored
Update installation instructions to release 2.8 See merge request !590
-
Santiago Ospina De Los Ríos authored
-