Skip to content

Commit

Permalink
code cleaning (removing unused parameters; using modules instead of i…
Browse files Browse the repository at this point in the history
…nclude file); fix in reading poroelastic file lines; increasing precision for irregular element checks to avoid underflows
  • Loading branch information
danielpeter committed Jul 2, 2019
1 parent a811128 commit deae983
Show file tree
Hide file tree
Showing 51 changed files with 1,164 additions and 1,106 deletions.
2 changes: 2 additions & 0 deletions src/decompose_mesh/fault_scotch.f90
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,9 @@ subroutine read_fault_files(localpath_name)
read(101,*) nbfaults
else
nbfaults = 0
print *
print *, 'Par_file_faults not found: assuming that there are no faults'
print *
endif
close(101)

Expand Down
2 changes: 1 addition & 1 deletion src/decompose_mesh/lts_helper.F90
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ end subroutine lts_add_overlap_elements

subroutine lts_save_p_level_partitions()

use constants, only: IOVTK,MAX_STRING_LEN
use constants, only: MAX_STRING_LEN

use decompose_mesh_par, only: part, ispec_p_refine, nspec, nnodes, nodes_coords, elmnts, NGNOD, LOCAL_PATH

Expand Down
3 changes: 3 additions & 0 deletions src/decompose_mesh/lts_setup_elements.F90
Original file line number Diff line number Diff line change
Expand Up @@ -89,9 +89,12 @@ subroutine lts_setup_elements()

! user output
if (LTS_MODE) then
print *
print *,'local time stepping: turned ON'
else
print *
print *,'local time stepping: turned OFF'
print *
! nothing to do
return
endif
Expand Down
Loading

0 comments on commit deae983

Please sign in to comment.