-
i want to support generic quadrature rules on any simplex
-
Currently, the quadrature rules for triangles are a mixture of Dunavant's rules and some rules based on a tensor-product approach.
To be consistent, I replaced the latter ones with the remaining Du…
-
There are few code paths for runtime quadrature. Unfortunately, this is identified with a custom UFL measure, while I think it should be just stored in measure's metadata.
One example interface for…
-
**[Original report](https://bitbucket.org/fenics-project/FIAT/issue/28) by Martin Sandve Alnæs (Bitbucket: [martinal](https://bitbucket.org/martinal), GitHub: [martinal](https://github.com/martinal)).…
-
https://github.com/Ferrite-FEM/Ferrite.jl/pull/991#issuecomment-2198520827
I think the current way of creating quadrature rules is not ideal. For example we write:
```
qr = QuadratureRule{RefT…
-
-
From https://github.com/Ferrite-FEM/Ferrite.jl/pull/482#issuecomment-1272555611 (cc @edljk)
> it could perhaps be an easier way to extend quadrature rules in Ferrite.
It is actually pretty easy…
-
Running some benchmarks with @jhale we've noticed that there was a performance regression introduced in https://github.com/FEniCS/ffcx/pull/645.
More specifically, before the above PR any blocked C…
-
Dear all,
we currently have the`NonMatching::QuadratureGenerator` class to generate high-order quadrature rules for different regions of a bounding box.
A "similar" function (as it should be us…
-
Quadrature rules should be simplified to be easier to extend