[go: up one dir, main page]

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

Form should have a quadrature rule #268

Open
4 tasks
mscroggs opened this issue Apr 18, 2024 · 0 comments
Open
4 tasks

Form should have a quadrature rule #268

mscroggs opened this issue Apr 18, 2024 · 0 comments

Comments

@mscroggs
Copy link
Member

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)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: No status
Development

No branches or pull requests

1 participant