Skip to content

Commit

Permalink
recenter box to avoid issues with general triclinic
Browse files Browse the repository at this point in the history
  • Loading branch information
akohlmey committed Dec 6, 2023
1 parent 677ca84 commit cc96329
Show file tree
Hide file tree
Showing 5 changed files with 422 additions and 398 deletions.
2 changes: 1 addition & 1 deletion tests/examples/USER/misc/flow_gauss/in.GD
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ variable Lx1 equal round(${Lx}/${aWall})*${aWall}
#create simulation box
variable lx2 equal ${Lx1}/2
variable ly2 equal ${Ly1}/2
region simbox block -${lx2} ${lx2} -${ly2} ${ly2} 0 0.1 units box
region simbox block -${lx2} ${lx2} -${ly2} ${ly2} -0.1 0.1 units box
create_box 2 simbox

#####################################################################
Expand Down
Loading

0 comments on commit cc96329

Please sign in to comment.