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

Extending point eval handler #893

Open
termi-official opened this issue Mar 11, 2024 · 0 comments
Open

Extending point eval handler #893

termi-official opened this issue Mar 11, 2024 · 0 comments
Labels
enhancement good first issue Something to work on as a new contributor!

Comments

@termi-official
Copy link
Member

Currently we just have an allocating version for evaluate_at_points and the internal function evaluate_at_points! which requires knowledge about the internals to use. We should widen the user-facing portion by adding the following functions

  • evaluate_at_points!(values::AbstractVector, ph::PointEvalHandler, proj::L2Projector, dof_vals::AbstractVector)
  • evaluate_at_points!(values::AbstractVector, ph::PointEvalHandler, dh::DofHandler, dof_vals::AbstractVector)
  • evaluate_at_points!(values::AbstractVector, ph::PointEvalHandler,dh::DofHandler, dof_vals::AbstractVector, fname::Symbol)

Furthermore we might want to restrict the evaluation to subdomains, which requires a little bit of refactoring for the internals.

@termi-official termi-official added enhancement good first issue Something to work on as a new contributor! labels Mar 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement good first issue Something to work on as a new contributor!
Projects
None yet
Development

No branches or pull requests

1 participant