-
Notifications
You must be signed in to change notification settings - Fork 191
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
Support complex numbers in DG routines #6252
Conversation
b26e191
to
9cf3b04
Compare
03380f4
to
48eb48b
Compare
@wthrowe would you be able to take this one? |
I also have a full integration test using the elliptic DG operator on a complex equation. I was going to add that in the next PR, but could push it here too if you prefer. |
void test_with_random_values( | ||
const DataVector& used_for_size, | ||
Tensor<DataVector, Symm, | ||
Tensor<DataType, Symm, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Call the test function with the new type.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
I think you messed up rebasing or something. You added a bunch of new commits that don't seem to compile. |
8fd1f90
to
243e018
Compare
Oh sorry here's the fixup |
Looks good. Squash. |
Used in error messages.
243e018
to
bf87d6a
Compare
Proposed changes
This completes the support for complex numbers in the DG code.
Upgrade instructions
Code review checklist
make doc
to generate the documentation locally intoBUILD_DIR/docs/html
.Then open
index.html
.code review guide.
bugfix
ornew feature
if appropriate.Further comments