Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/devel'
Browse files Browse the repository at this point in the history
  • Loading branch information
komatits committed Nov 11, 2018
2 parents 072b583 + 359a5b0 commit e937ac2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions DATA/Par_file
Original file line number Diff line number Diff line change
Expand Up @@ -284,10 +284,11 @@ absorbtop = .false.
absorbleft = .true.

# define the different regions of the model in the (nx,nz) spectral-element mesh
nbregions = 4 # then set below the different regions and model number for each region
nbregions = 5 # then set below the different regions and model number for each region
# format of each line: nxmin nxmax nzmin nzmax material_number
1 80 1 20 1
1 80 21 40 2
1 59 21 40 2
71 80 21 40 2
1 80 41 60 3
60 70 21 40 4

Expand Down
2 changes: 1 addition & 1 deletion setup/constants.h.in
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@
! select fast (Paul Fischer) or slow (topology only) global numbering algorithm
logical, parameter :: FAST_NUMBERING = .true.

! mesh tolerance for fast global numbering
! relative mesh tolerance for fast global numbering
double precision, parameter :: SMALLVALTOL = 1.d-10

!!-----------------------------------------------------------
Expand Down

0 comments on commit e937ac2

Please sign in to comment.