Skip to content

Commit c917e4c

Browse files
authored
Merge pull request #1856 from danielpeter/devel
updates scattering; fix for coupling; code cleaning
2 parents 0b9efd0 + 2eb6225 commit c917e4c

File tree

16 files changed

+60311
-62757
lines changed

16 files changed

+60311
-62757
lines changed

EXAMPLES/process_DATA_Par_files_to_update_their_parameters_from_a_main_file.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
# USER PARAMETERS
1717

1818
# deprecated parameter names which have been renamed
19+
# format: <old_name> , <new_name>
1920
DEPRECATED_RENAMED_PARAMETERS = [ \
2021
("ABSORBING_CONDITIONS", "STACEY_ABSORBING_CONDITIONS"), \
2122
("ABSORB_INSTEAD_OF_FREE_SURFACE", "STACEY_INSTEAD_OF_FREE_SURFACE"), \

EXAMPLES/real_world/Moon_Apollo_impact/DATA/Par_file

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ SAVE_MESH_FILES = .true.
176176
LOCAL_PATH = ./DATABASES_MPI
177177

178178
# interval at which we output time step info and max of norm of displacement
179-
NTSTEP_BETWEEN_OUTPUT_INFO = 100
179+
NTSTEP_BETWEEN_OUTPUT_INFO = 2000
180180

181181
#-----------------------------------------------------------
182182
#

0 commit comments

Comments
 (0)