Skip to content

Commit

Permalink
FEAT: find interpolation coef for cubesphere
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronjridley committed Mar 30, 2024
1 parent f14a3f5 commit 97a80dd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/main/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,10 @@ int main() {
if (!didWork)
throw std::string("init_geo_grid failed!");

// Find interpolation coefs for the ghostcells if cubesphere grid
didWork = find_ghostcell_interpolation_coefs(gGrid);


// Calculate centripetal acceleration, since this is a constant
// vector on the grid:
if (input.get_cent_acc())
Expand Down

0 comments on commit 97a80dd

Please sign in to comment.