| 4f9ab2b4 | 25-Feb-2022 |
Jed Brown <jed@jedbrown.org> |
DMPlex: skip coordinate projection when FE space matches modulo quadrature
This requires checking that dual spaces are equal so that an legit projection is not required. For example, high order Gmsh
DMPlex: skip coordinate projection when FE space matches modulo quadrature
This requires checking that dual spaces are equal so that an legit projection is not required. For example, high order Gmsh meshes have equally spaced vertices while we prefer Gauss-Lobatto spacing, so that's a case where a projection is required. (It could be made faster, but that's for another day.)
show more ...
|
| 27c2581b | 09-Aug-2021 |
Vaclav Hapla <vaclav.hapla@erdw.ethz.ch> |
Remove deprecated DMPlexCreateFromCellList(),DMPlexCreateFromCellListParallel().
They have been deprecated since 3.14 so for two major version already.
(cherry picked from commit e827d21e3f3fd59ce9
Remove deprecated DMPlexCreateFromCellList(),DMPlexCreateFromCellListParallel().
They have been deprecated since 3.14 so for two major version already.
(cherry picked from commit e827d21e3f3fd59ce9e428ac1b28fbc969ee6f85)
show more ...
|