Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Define concept of FunctionSpace for mixed topology #3273

Open
chrisrichardson opened this issue Jun 19, 2024 · 0 comments
Open

Define concept of FunctionSpace for mixed topology #3273

chrisrichardson opened this issue Jun 19, 2024 · 0 comments
Assignees
Labels
proposal Suggested change or addition

Comments

@chrisrichardson
Copy link
Contributor

chrisrichardson commented Jun 19, 2024

When a mesh contains multiple cell types (e.g. triangle + quadrilateral), we need to be able to define a FunctionSpace on that mesh, so we can add Forms.
Currently, a FunctionSpace encapsulates: [Mesh, FiniteElement, DofMap]. I suggest we could change it to: [Mesh, [FiniteElements], [DofMaps]] where [FiniteElements] and [DofMaps] are lists which must be the same size as the number of cell types in the mesh.

@chrisrichardson chrisrichardson self-assigned this Jun 19, 2024
@garth-wells garth-wells added the proposal Suggested change or addition label Jul 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
proposal Suggested change or addition
Projects
Status: In Progress
Development

No branches or pull requests

2 participants