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

Refactor Mesh Constructors #1055

Merged
merged 36 commits into from
Jun 10, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
36 commits
Select commit Hold shift + click to select a range
5cd505d
unified initializer list
lroberts36 Apr 15, 2024
ed404d3
works...
lroberts36 Apr 15, 2024
216f996
working
lroberts36 Apr 16, 2024
35d3941
working
lroberts36 Apr 16, 2024
ec1a9e5
still works
lroberts36 Apr 16, 2024
ac6cbd1
working...
lroberts36 Apr 16, 2024
09a0b2e
factor out mesh validity
lroberts36 Apr 16, 2024
a1d92ab
working
lroberts36 Apr 16, 2024
eeee5d5
working, but gross
lroberts36 Apr 16, 2024
459f2e0
working...
lroberts36 Apr 16, 2024
cd046ac
format and lint
lroberts36 Apr 16, 2024
4b7790e
split up constructors more rationally
lroberts36 Apr 17, 2024
73f9414
Merge branch 'lroberts36/add-forest-block-orientation' into lroberts3…
lroberts36 Apr 17, 2024
0c6f3d6
format
lroberts36 Apr 17, 2024
3f5dcf4
Remove nrbx and specific coordinate location stuff
lroberts36 Apr 17, 2024
9c47217
format
lroberts36 Apr 17, 2024
3d958da
changelog
lroberts36 Apr 17, 2024
e3dc065
use old root grid
lroberts36 Apr 17, 2024
9e2330e
move stuff to where it belongs
lroberts36 Apr 18, 2024
57f6264
Merge branch 'lroberts36/add-forest-block-orientation' into lroberts3…
lroberts36 Apr 24, 2024
0de3106
Merge branch 'lroberts36/add-forest-block-orientation' into lroberts3…
lroberts36 Apr 25, 2024
d75c712
Merge branch 'lroberts36/add-forest-block-orientation' into lroberts3…
lroberts36 Apr 26, 2024
b9228d8
Merge branch 'develop' into lroberts36/refactor-mesh-constructors
lroberts36 May 14, 2024
284b54e
fix issue
lroberts36 May 14, 2024
a191cfb
Merge branch 'lroberts36/fix-static-refinement' into lroberts36/refac…
lroberts36 May 14, 2024
d1e96ce
correctly pass dealloc count
lroberts36 May 14, 2024
48d167d
Merge branch 'develop' into lroberts36/refactor-mesh-constructors
lroberts36 May 15, 2024
a0c9752
Merge branch 'develop' into lroberts36/refactor-mesh-constructors
lroberts36 May 16, 2024
0b85e7f
format
lroberts36 May 16, 2024
63a6653
Merge branch 'develop' into lroberts36/refactor-mesh-constructors
lroberts36 May 20, 2024
a04d3d4
Merge branch 'develop' into lroberts36/refactor-mesh-constructors
lroberts36 May 21, 2024
5609782
Merge branch 'develop' into lroberts36/refactor-mesh-constructors
lroberts36 May 22, 2024
dd15246
Merge branch 'develop' into lroberts36/refactor-mesh-constructors
lroberts36 May 22, 2024
616eab2
Merge branch 'develop' into lroberts36/refactor-mesh-constructors
pgrete May 29, 2024
d8cc662
Use forest locations for mapping dealloc_count
lroberts36 May 29, 2024
abc5d78
Merge branch 'develop' into lroberts36/refactor-mesh-constructors
pgrete Jun 10, 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
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
- [[PR 1031]](https://github.com/parthenon-hpc-lab/parthenon/pull/1031) Fix bug in non-cell centered AMR

### Infrastructure (changes irrelevant to downstream codes)
- [[PR 1055]](https://github.com/parthenon-hpc-lab/parthenon/pull/1055) Refactor mesh constructors
- [[PR 1066]](https://github.com/parthenon-hpc-lab/parthenon/pull/1066) Re-introduce default loop patterns and exec spaces
- [[PR 1064]](https://github.com/parthenon-hpc-lab/parthenon/pull/1064) Forbid erroneous edge case when adding MeshData on a partition
- [[PR 1035]](https://github.com/parthenon-hpc-lab/parthenon/pull/1035) Fix multigrid infrastructure to work with forest
Expand Down
Loading
Loading