Skip to content

Commit

Permalink
Change scalar slip wall BC to hoextrap (#161)
Browse files Browse the repository at this point in the history
  • Loading branch information
cgilet authored May 6, 2024
1 parent 17cb508 commit d0a78c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/NS_BC.H
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ static int tang_vel_bc[] =

static int scalar_bc[] =
{
amrex::BCType::int_dir, amrex::BCType::ext_dir, amrex::BCType::foextrap, amrex::BCType::reflect_even, amrex::BCType::foextrap, amrex::BCType::foextrap
amrex::BCType::int_dir, amrex::BCType::ext_dir, amrex::BCType::foextrap, amrex::BCType::reflect_even, amrex::BCType::hoextrap, amrex::BCType::foextrap
};

static int press_bc[] =
Expand Down

0 comments on commit d0a78c1

Please sign in to comment.