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

Angular Quadrature should provide angular or Cartesian values #133

Open
JessicaRehak opened this issue Sep 30, 2019 · 0 comments
Open

Angular Quadrature should provide angular or Cartesian values #133

JessicaRehak opened this issue Sep 30, 2019 · 0 comments
Labels
enhancement Addition of features to BART. major Involves multiple classes across multiple top level namespaces.

Comments

@JessicaRehak
Copy link
Collaborator

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.

@JessicaRehak JessicaRehak added enhancement Addition of features to BART. major Involves multiple classes across multiple top level namespaces. labels Sep 30, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Addition of features to BART. major Involves multiple classes across multiple top level namespaces.
Projects
None yet
Development

No branches or pull requests

1 participant