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

OperatorAtPoints #1390

Merged
merged 4 commits into from
Nov 30, 2023
Merged

OperatorAtPoints #1390

merged 4 commits into from
Nov 30, 2023

Conversation

jeremylt
Copy link
Member

@jeremylt jeremylt commented Nov 2, 2023

Super, duper WIP

  • Add interface function signatures
  • Update field update logic for AtPoints
  • Add basic CPU impl (probably easiest to do 1 element at a time like in opt)
  • Add basic t-5* tests
  • Convert PETSc DMSwarm example

interface/ceed-operator.c Outdated Show resolved Hide resolved
@jeremylt
Copy link
Member Author

jeremylt commented Nov 9, 2023

Ok, I have hacked in the rough internals. Untested, undebugged, etc

Copy link
Collaborator

@zatkins-dev zatkins-dev left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Overall I think this looks great, it definitely clarifies the overall interface design.

backends/ref/ceed-ref-operator.c Show resolved Hide resolved
interface/ceed-operator.c Outdated Show resolved Hide resolved
tests/t591-operator.h Outdated Show resolved Hide resolved
@jeremylt

This comment was marked as outdated.

tests/t591-operator.h Outdated Show resolved Hide resolved
Copy link
Collaborator

@zatkins-dev zatkins-dev left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think that with tests passing, I'm good with merging this now to unblock parallel development. I anticipate smaller fixes will be needed along the way, but this should get us most of the way there.

@jeremylt jeremylt merged commit 48acf71 into main Nov 30, 2023
23 of 24 checks passed
@jeremylt jeremylt deleted the jeremy/operator-at-points branch November 30, 2023 17:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants