We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In the HISP repository of @kaelyndunnell we had to make a custom H transport class:
https://github.com/kaelyndunnell/hisp/blob/833c37a63c5be24d1ae9ecb584050bf53ff3f1cf/src/hisp/h_transport_class.py
This was to accommodate this kind of scenario (ufl doesn't support the modulo operator):
ufl
https://github.com/kaelyndunnell/hisp/blob/833c37a63c5be24d1ae9ecb584050bf53ff3f1cf/simple_mb.py#L251-L273
Would be nice to add this in fenicsx
fenicsx
The text was updated successfully, but these errors were encountered:
No branches or pull requests
In the HISP repository of @kaelyndunnell we had to make a custom H transport class:
https://github.com/kaelyndunnell/hisp/blob/833c37a63c5be24d1ae9ecb584050bf53ff3f1cf/src/hisp/h_transport_class.py
This was to accommodate this kind of scenario (
ufl
doesn't support the modulo operator):https://github.com/kaelyndunnell/hisp/blob/833c37a63c5be24d1ae9ecb584050bf53ff3f1cf/simple_mb.py#L251-L273
Would be nice to add this in
fenicsx
The text was updated successfully, but these errors were encountered: