-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1026 from parthenon-hpc-lab/brryan/particle_bcs_n…
…ordc Particle BCs without relocatable device code
- Loading branch information
Showing
38 changed files
with
596 additions
and
563 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
# Copyright(C) 2014 James M. Stone <[email protected]> and other code contributors | ||
# Licensed under the 3-clause BSD License, see LICENSE file for details | ||
# ======================================================================================== | ||
# (C) (or copyright) 2020. Triad National Security, LLC. All rights reserved. | ||
# (C) (or copyright) 2020-2024. Triad National Security, LLC. All rights reserved. | ||
# | ||
# This program was produced under U.S. Government contract 89233218CNA000001 for Los | ||
# Alamos National Laboratory (LANL), which is operated by Triad National Security, LLC | ||
|
@@ -24,8 +24,10 @@ refinement = none | |
nx1 = 16 | ||
x1min = -0.5 | ||
x1max = 0.5 | ||
ix1_bc = periodic | ||
ox1_bc = periodic | ||
ix1_bc = user | ||
ox1_bc = user | ||
# ix1_bc = periodic # Optionally use periodic boundary conditions everywhere | ||
# ox1_bc = periodic | ||
|
||
nx2 = 16 | ||
x2min = -0.5 | ||
|
@@ -40,8 +42,8 @@ ix3_bc = periodic | |
ox3_bc = periodic | ||
|
||
<parthenon/meshblock> | ||
nx1 = 16 | ||
nx2 = 16 | ||
nx1 = 8 | ||
nx2 = 8 | ||
|
||
<parthenon/output0> | ||
file_type = hdf5 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.