Skip to content

Commit

Permalink
Bump Kokkos 4.4.1, Parth vov-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
pgrete committed Nov 9, 2024
1 parent 9d0dde3 commit 580e573
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion external/parthenon
2 changes: 1 addition & 1 deletion inputs/cloud.in
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ ox1_bc = outflow
nx2 = 320
x2min = -400
x2max = 2100
ix2_bc = user
ix2_bc = cloud_inflow_x2
ox2_bc = outflow

nx3 = 192
Expand Down
4 changes: 2 additions & 2 deletions src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@ int main(int argc, char *argv[]) {
} else if (problem == "cloud") {
pman.app_input->InitUserMeshData = cloud::InitUserMeshData;
pman.app_input->ProblemGenerator = cloud::ProblemGenerator;
pman.app_input->boundary_conditions[parthenon::BoundaryFace::inner_x2] =
cloud::InflowWindX2;
pman.app_input->RegisterBoundaryCondition(parthenon::BoundaryFace::inner_x2,
"cloud_inflow_x2", cloud::InflowWindX2);
Hydro::ProblemCheckRefinementBlock = cloud::ProblemCheckRefinementBlock;
} else if (problem == "blast") {
pman.app_input->InitUserMeshData = blast::InitUserMeshData;
Expand Down

0 comments on commit 580e573

Please sign in to comment.