Skip to content

Indexing of Geometry cmaps and dofmaps for multiple cell types#4227

Merged
chrisrichardson merged 10 commits into
mainfrom
chris/geom-dofmap-indexing-2
Jun 1, 2026
Merged

Indexing of Geometry cmaps and dofmaps for multiple cell types#4227
chrisrichardson merged 10 commits into
mainfrom
chris/geom-dofmap-indexing-2

Conversation

@chrisrichardson
Copy link
Copy Markdown
Contributor

@chrisrichardson chrisrichardson commented May 29, 2026

Changes to the interface API for geometry.cmap and geometry.dofmap including deprecation messages.
In C++:
Now use - geometry.cmaps().front() or geometry.cmaps().at(i)
In Python:
Now use - geometry.cmaps[0] or geometry.cmaps[i], with existing geometry.cmap deprecated (but retained for now).

The same transition for dofmap as for cmap.

@chrisrichardson chrisrichardson changed the title Chris/geom dofmap indexing 2 Indexing of Geometry cmaps and dofmaps for multiple cell types May 29, 2026
@chrisrichardson chrisrichardson marked this pull request as ready for review May 29, 2026 14:19
@chrisrichardson chrisrichardson requested a review from jpdean June 1, 2026 11:12
@chrisrichardson chrisrichardson added this pull request to the merge queue Jun 1, 2026
Merged via the queue into main with commit 055b199 Jun 1, 2026
19 of 20 checks passed
@chrisrichardson chrisrichardson deleted the chris/geom-dofmap-indexing-2 branch June 1, 2026 11:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants