Angular Quadrature should provide angular or Cartesian values #133
Labels
enhancement
Addition of features to BART.
major
Involves multiple classes across multiple top level namespaces.
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 ofQuadraturePoint<dim>
, andangular_quadrature_points
returning a map ofQuadraturePoint<dim-1>
. Fordim == 1
, the angular should either return the same thing or perhaps a runtime error.Labeled
major
due to a required interface modification.The text was updated successfully, but these errors were encountered: