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

Refactor boundary assembly into better traits #279

Merged
merged 13 commits into from
Aug 21, 2024

Conversation

mscroggs
Copy link
Member

@mscroggs mscroggs commented Aug 21, 2024

New trait structure (defined in src/traits/assembly.rs):

  • KernelEvaluator evaluates Green's kernels with the correct EvalType
  • BoundaryIntegrand evaluates the integrand for a given test and trial point on a given cell
  • CellPairAssembler assembles the contribution to the matrix due to a pair of cells
  • BoundaryAssembler and ParallelBoundaryAssembler contain user-facing full assembly functions

@mscroggs mscroggs merged commit 50008c1 into main Aug 21, 2024
14 checks passed
@mscroggs mscroggs deleted the mscroggs/refactor-assembly2 branch August 21, 2024 16:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant