FEniCS / FEniCS/ufl

Form should have a quadrature rule

Open
#268 0 comments 1 reaction 0 assignees View on GitHub
enhancement
Dominant language
Python
Stars
150
Forks
79
Avg merge
1d 16h
Merged PRs (30d)
10

Description

The metadata of a form is commonly used to store a quadrature rule; it would be better support giving a quadrature rule to a form. To do this we need to:

- [ ] Add `AbstractBaseQuadrature` class
- [ ] Add `DefaultQuadrature` subclass of this
- [ ] Add `quadrature_rule` property to `Form`
- [ ] Optionally allow `Form` to take a quadrature rule when it is created (with default value `DefaultQuadrature`)

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.