You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
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:
AbstractBaseQuadrature
classDefaultQuadrature
subclass of thisquadrature_rule
property toForm
Form
to take a quadrature rule when it is created (with default valueDefaultQuadrature
)The text was updated successfully, but these errors were encountered: