Santiago Ospina De Los Ríos
Santiago Ospina De Los Ríos
The current default implementation of `mime_bundle_repr` injects a template to the Argument Dependent Lookup. This is very inconvenient because the user may also want to also provide a templated function....
See #421
I just measured my machine (Ryzen Milan) and got very similar results as https://github.com/nviennot/core-to-core-latency#dual-amd-epyc-7r13-48-cores-milan-3rd-gen-2021-q1. However, I was not happy with this asymmetric result on the dual socket case so [I...
Very nice page, thanks! Just wanted to point out that the links to * Order of accuracy * Stage order * Stability function * Radius of absolute monotonicity in the...
This PR ensures that the entity marking process conforms to dune interface by adding a boolean flag that defines whether to throw an exception when the marking is invalid or...
This patch adds a test that compares the ids and indices for Entity and EntityRep. The idea is that we can split the two functionalities (because the are different) without...
For this to work it is additionally needed that * Entities return the "correct"[^1] number of faces (to count intersections in the tests). * The refinement does not throw. Instead,...
In this PR, the idea is that the geometry holds all the corners of the cell. This because in most of the cases, the geometry is constructed in place and...
To avoid copying a shared pointer, which is rather costly, the geometry now stores a variant holding either the ownership or a non-owning view to the entity variable. In the...