-
Notifications
You must be signed in to change notification settings - Fork 15
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
Updated sumpy and boxtree to arraycontext branches #179
base: main
Are you sure you want to change the base?
Conversation
6668ccc
to
6737ff8
Compare
11ffc4c
to
6c04ef6
Compare
f03b5c1
to
1bd1705
Compare
1bd1705
to
e36f229
Compare
e36f229
to
c74c448
Compare
c74c448
to
c14cef3
Compare
c14cef3
to
34176c8
Compare
nitpick_ignore_regex = [ | ||
["py:class", r"boxtree\.array_context\.(.+)"], | ||
] |
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.
Need to remove this once the boxtree changes go in.
|
||
# {{{ PyOpenCLArrayContext | ||
|
||
class PyOpenCLArrayContext(SumpyPyOpenCLArrayContext): |
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.
How should this inherit from the meshmode
and the sumpy
array contexts? Presumably it needs functionality from both to handle the mesh and the FMM..
34176c8
to
66fff9f
Compare
66fff9f
to
1f2644b
Compare
1f2644b
to
0bf3614
Compare
0bf3614
to
961df9e
Compare
961df9e
to
875f858
Compare
fc0541c
to
c6000b2
Compare
c6000b2
to
8be9b04
Compare
8be9b04
to
af7a6ea
Compare
af7a6ea
to
4c1f0ef
Compare
Port to array context versions of
boxtree
andsumpy
.TODO: