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

Update the way multiple PETSc versions are dispatched #121

Merged
merged 2 commits into from
Jul 7, 2021
Merged

Conversation

jkozdon
Copy link
Member

@jkozdon jkozdon commented Jul 7, 2021

Right now all of the dispatch is based on the PETSc scalar type, we should move to dispatching on a PetscLibType which will allow for more flexibility in having side-by-side PETSc libraries loaded.

This PR starts that by introducing the type, though all functions are still dispatched on $PetscScalar (future PRs will start to unwind this)

@jkozdon jkozdon merged commit 456e964 into master Jul 7, 2021
@jkozdon jkozdon deleted the jek/update branch July 8, 2021 15:21
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