You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Start on in one AMR
* Fix MPI bug
* Make things work w/o MPI
* small
* update changelog
* Make AMR helper functions free to alleviate compilation issues on GPU
* Fix MPI compilation error
* Actually compile with MPI...
* Fix indexing bug
* Remove unused vars
* Fix indexing bug
* Make things work for tensor variables
* CellVariable to Variable
* Respond to Philipp's comments
* Maybe fix compiler issues
* Second half of fix
* Add fence back
* Update copyright dates
* Pass dealloc count when sending same to same
* Almost working, but differs on step 301 after remesh
* Add deletion check
* Fix a bunch of bugs with a couple changes
* Format, lint, changelog
* Remove debugging MPI Barrier
* Add maximum number of iterations for deletion check
* Remove commented lines and clean up
* Fix MPI AMR bug related to not passing dereference count when nothing is allocated on a block
* format and lint
* Fix bug when sparse is disabled
* overloads to create packs with meshdata
* Always apply fine boundary conditions
* Split pack descriptor into separate header
* Actually include meshdata and Meshblockdata
* more includes
* more includes
* Reworking neighbor finding
* Start on adding morton numbers
* Make stuff private
* format and lint
* Add real comparison operators
* Split out morton number
* Fix bug when shift is larger than bit size
* Add some more functionality to logical location
* Start on unit test
* Actually compare Morton numbers
* Add neighbor check, untested
* Fix TE neighbor finding and add tests
* Update copyrights
* Add logical location to NeighborBlock
* add interleave constant test and fix bug
* Add bit interleave test
* update changelog
* Explicitly start at zero
* Add routines for calculating ownership and tests
* Remove comments
* Add another ownership test
* Format and lint
* Add mask and start testing
* switch to bits
* Separate logical location header
* Switch to class
* reserve
* Seemingly working masking code
* Somewhat more extensive tests
* Add ownership to neighbor blocks
* Update to mask and run over all indices, still some bug were some neighbor block ownership is not being set
* Ownership model passing for cell centered vars
* format and lint
* Fix errors hidden by MPI ifdef
* Remove printf
* Add sparse seed nans flag to output
* changelog
* change signaling NaN to quiet NaN
* format
* format and lint
* Deal with coarse to fine corner issue
* changelog
* Format and lint
* Remove commented out code
* Mask prolongation and restriction
* Add MakePackDescriptor overload
* Add possible neighbors on periodic boundaries
* Deal with periodic boundaries
* Explicitly deal with periodic vs non-periodic directions
* format and lint
* Actually pass base grid information
* Act on Philipp's comments
* Fix linter error
---------
Co-authored-by: Philipp Grete <[email protected]>
Co-authored-by: Jonah Maxwell Miller <[email protected]>
0 commit comments