FEniCS / FEniCS/dolfinx

Make access methods for multiple dofmaps/cmaps/elements etc. more consistent

Open
#4,134 9 comments 0 reactions 1 assignee Claimed by @chrisrichardson View on GitHub
Dominant language
C++
Stars
1.2k
Forks
261
Avg merge
1d 15h
Merged PRs (30d)
65

Description

Currently, for the new "mixed-topology" functionality, we have new functions to access the multiple entries, e.g.
to access the `i` component:
- [x] `Geometry::cmaps()[i]`
- [x] `Geometry::dofmap(i)`
- [ ] `FunctionSpace::elements(i)`
- [x] `FunctionSpace::dofmaps(i)`
- [ ] `Topology::cell_types()[i]`
- [ ] `Topology::original_cell_index[i]`

There may be more... but they all look different. What is the best interface?

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.