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

Generalize BVP classes to handle either real or complex numbers (Done by P.Palacios) #31

Open
wants to merge 14 commits into
base: v2.x
Choose a base branch
from

Conversation

PabloIbannez
Copy link
Contributor

We have continue the PR made some months ago to generalize the BVP classes. Now we have defined some alises for both real or complex. For example:

using BatchedBVPHandlerReal = BatchedBVPHandler_impl;
using BatchedBVPHandlerComplex = BatchedBVPHandler_impl<thrust::complex>;

We have modified the modules of DPStokes and Poisson to use this aliases. We have already run the test: misc/bvp and BDHI/DPStokes and they have passed succesfully.

Also the documentation has been updated.

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.

None yet

2 participants