Skip to content

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

Open
chrisrichardson wants to merge 10 commits into
mainfrom
chris/geom-dofmap-indexing-2
Open

Indexing of Geometry cmaps and dofmaps for multiple cell types#4227
chrisrichardson wants to merge 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
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.

1 participant