-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Labels
enhancementAddition of features to BART.Addition of features to BART.majorInvolves multiple classes across multiple top level namespaces.Involves multiple classes across multiple top level namespaces.
Description
Classes derived from AngularQuadratureSet should provide the ability to retrieve the quadrature points in the format (x, y, z) as well as (theta, mu).
This could be achieved through functions called cartesian_quadrature_points returning a map of QuadraturePoint<dim>, and angular_quadrature_points returning a map of QuadraturePoint<dim-1>. For dim == 1, the angular should either return the same thing or perhaps a runtime error.
Labeled major due to a required interface modification.
Metadata
Metadata
Assignees
Labels
enhancementAddition of features to BART.Addition of features to BART.majorInvolves multiple classes across multiple top level namespaces.Involves multiple classes across multiple top level namespaces.