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

Implement multifab wrapper functionality from WarpX #370

Merged
merged 27 commits into from
Oct 10, 2024
Merged
Changes from 10 commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
3e5266d
Implements global indexing
dpgrote Sep 26, 2024
b454490
Implemented fix from WarpX PR #4370
dpgrote Sep 27, 2024
5c06495
Made shape a propery and added shape_with_ghosts
dpgrote Sep 27, 2024
4c2f800
Fix typo
dpgrote Sep 27, 2024
c704851
Update documentation
dpgrote Sep 27, 2024
162fc85
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Sep 27, 2024
682dba5
Remove references to warpx
dpgrote Sep 30, 2024
1d0b8ca
Updated the documentation
dpgrote Sep 30, 2024
54b69d4
In __setitem__, always apply the value to both valid and ghost cells
dpgrote Sep 30, 2024
eb83663
Remove unneeded code
dpgrote Sep 30, 2024
88ee986
Fix MPI usage
dpgrote Oct 1, 2024
c0c5295
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Oct 1, 2024
a24e8c4
Reworked the indexing and how to handle ghost cells
dpgrote Oct 3, 2024
810847b
Add example use to tests/test_multifab.py
dpgrote Oct 3, 2024
3e33c6b
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Oct 3, 2024
f088d4e
Add further example to tests/test_multifab.py
dpgrote Oct 3, 2024
bbe6db2
Add example of get in tests/test_multifab.py
dpgrote Oct 3, 2024
eb5e676
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Oct 3, 2024
c6e908b
Fix tests/test_multifab.py
dpgrote Oct 4, 2024
d866700
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Oct 4, 2024
f59a6c1
Further fix in tests/test_multifab.py
dpgrote Oct 4, 2024
a6d50f0
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Oct 4, 2024
5d9efbd
Fix out of bounds in tests/test_multifab.py
dpgrote Oct 4, 2024
1b2d993
More fixes in tests/test_multifab.py
dpgrote Oct 4, 2024
d4b569d
Check for CI test
dpgrote Oct 4, 2024
70c4692
More for CI test
dpgrote Oct 4, 2024
ab25853
Another fix for the CI test
dpgrote Oct 4, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Loading