Skip to content

Commit

Permalink
debug mesh conversion script done
Browse files Browse the repository at this point in the history
  • Loading branch information
mnagaso committed Mar 29, 2024
1 parent 6da4a30 commit 9739716
Show file tree
Hide file tree
Showing 10 changed files with 89,679 additions and 89,948 deletions.
2 changes: 1 addition & 1 deletion EXAMPLES/Gmsh_example_CPML_MPI/DATA/Par_file
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,7 @@ cutsnaps = 1.

#### for JPEG color images ####
output_color_image = .true. # output JPEG color image of the results every NTSTEP_BETWEEN_OUTPUT_IMAGES time steps or not
imagetype_JPEG = 3 # display 1=displ_Ux 2=displ_Uz 3=displ_norm 4=veloc_Vx 5=veloc_Vz 6=veloc_norm 7=accel_Ax 8=accel_Az 9=accel_norm 10=pressure
imagetype_JPEG = 10 # display 1=displ_Ux 2=displ_Uz 3=displ_norm 4=veloc_Vx 5=veloc_Vz 6=veloc_norm 7=accel_Ax 8=accel_Az 9=accel_norm 10=pressure
factor_subsample_image = 1.0d0 # (double precision) factor to subsample or oversample (if set to e.g. 0.5) color images output by the code (useful for very large models, or to get nicer looking denser pictures)
USE_CONSTANT_MAX_AMPLITUDE = .false. # by default the code normalizes each image independently to its maximum; use this option to use the global maximum below instead
CONSTANT_MAX_AMPLITUDE_TO_USE = 1.17d4 # constant maximum amplitude to use for all color images if the above USE_CONSTANT_MAX_AMPLITUDE option is true
Expand Down
Loading

0 comments on commit 9739716

Please sign in to comment.