Skip to content

Commit 1ae471d

Browse files
committed
adds parameter SAVE_MESH_FILES to Par_file for mesh visualization (making SAVE_MESHFILES_VTK_FORMAT in constants.h obsolete)
1 parent 5ea6477 commit 1ae471d

92 files changed

Lines changed: 379 additions & 91 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

DATA/Par_file

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -339,6 +339,9 @@ nbregions = 5 # then set below the different
339339
# (every how many time steps we display information about the simulation. costly, do not use a very small value)
340340
NTSTEP_BETWEEN_OUTPUT_INFO = 100
341341

342+
# save mesh files (VTK, ASCII or Gnuplot) to check the mesh
343+
SAVE_MESH_FILES = .true.
344+
342345
# meshing output
343346
output_grid_Gnuplot = .false. # generate a GNUPLOT file containing the grid, and a script to plot it
344347
output_grid_ASCII = .false. # dump the grid in an ASCII text file consisting of a set of X,Y,Z points or not

EXAMPLES/applications/Rayleigh_wave_no_crack/DATA/Par_file

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -324,6 +324,9 @@ nbregions = 1 # then set below the different
324324
# (every how many time steps we display information about the simulation. costly, do not use a very small value)
325325
NTSTEP_BETWEEN_OUTPUT_INFO = 200
326326

327+
# save mesh files (VTK, ASCII or Gnuplot) to check the mesh
328+
SAVE_MESH_FILES = .true.
329+
327330
# meshing output
328331
output_grid_Gnuplot = .false. # generate a GNUPLOT file containing the grid, and a script to plot it
329332
output_grid_ASCII = .false. # dump the grid in an ASCII text file consisting of a set of X,Y,Z points or not

EXAMPLES/applications/Rayleigh_wave_no_crack_simpler_way_to_generate_the_wave/DATA/Par_file

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -324,6 +324,9 @@ nbregions = 1 # then set below the different
324324
# (every how many time steps we display information about the simulation. costly, do not use a very small value)
325325
NTSTEP_BETWEEN_OUTPUT_INFO = 100
326326

327+
# save mesh files (VTK, ASCII or Gnuplot) to check the mesh
328+
SAVE_MESH_FILES = .true.
329+
327330
# meshing output
328331
output_grid_Gnuplot = .false. # generate a GNUPLOT file containing the grid, and a script to plot it
329332
output_grid_ASCII = .false. # dump the grid in an ASCII text file consisting of a set of X,Y,Z points or not

EXAMPLES/applications/Rayleigh_wave_with_crack/DATA/Par_file

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -330,6 +330,9 @@ nbregions = 3 # then set below the different
330330
# (every how many time steps we display information about the simulation. costly, do not use a very small value)
331331
NTSTEP_BETWEEN_OUTPUT_INFO = 200
332332

333+
# save mesh files (VTK, ASCII or Gnuplot) to check the mesh
334+
SAVE_MESH_FILES = .true.
335+
333336
# meshing output
334337
output_grid_Gnuplot = .false. # generate a GNUPLOT file containing the grid, and a script to plot it
335338
output_grid_ASCII = .false. # dump the grid in an ASCII text file consisting of a set of X,Y,Z points or not

EXAMPLES/applications/anisotropy/anisotropic_isotropic_model/DATA/Par_file

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -328,6 +328,9 @@ nbregions = 3 # then set below the different
328328
# (every how many time steps we display information about the simulation. costly, do not use a very small value)
329329
NTSTEP_BETWEEN_OUTPUT_INFO = 100
330330

331+
# save mesh files (VTK, ASCII or Gnuplot) to check the mesh
332+
SAVE_MESH_FILES = .true.
333+
331334
# meshing output
332335
output_grid_Gnuplot = .false. # generate a GNUPLOT file containing the grid, and a script to plot it
333336
output_grid_ASCII = .false. # dump the grid in an ASCII text file consisting of a set of X,Y,Z points or not

EXAMPLES/applications/anisotropy/anisotropic_isotropic_model/DATA/Par_file_homogeneous_with_attenuation

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -333,6 +333,9 @@ nbregions = 3 # then set below the different
333333
# (every how many time steps we display information about the simulation. costly, do not use a very small value)
334334
NTSTEP_BETWEEN_OUTPUT_INFO = 100
335335

336+
# save mesh files (VTK, ASCII or Gnuplot) to check the mesh
337+
SAVE_MESH_FILES = .true.
338+
336339
# meshing output
337340
output_grid_Gnuplot = .false. # generate a GNUPLOT file containing the grid, and a script to plot it
338341
output_grid_ASCII = .false. # dump the grid in an ASCII text file consisting of a set of X,Y,Z points or not

EXAMPLES/applications/anisotropy/anisotropic_zinc_crystal/DATA/Par_file

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -324,6 +324,9 @@ nbregions = 1 # then set below the different
324324
# (every how many time steps we display information about the simulation. costly, do not use a very small value)
325325
NTSTEP_BETWEEN_OUTPUT_INFO = 100
326326

327+
# save mesh files (VTK, ASCII or Gnuplot) to check the mesh
328+
SAVE_MESH_FILES = .true.
329+
327330
# meshing output
328331
output_grid_Gnuplot = .false. # generate a GNUPLOT file containing the grid, and a script to plot it
329332
output_grid_ASCII = .false. # dump the grid in an ASCII text file consisting of a set of X,Y,Z points or not

EXAMPLES/applications/axisymmetric_examples/axisymmetric_case_AXISYM_option/DATA/Par_file

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -342,6 +342,9 @@ nbregions = 2 # then set below the different
342342
# (every how many time steps we display information about the simulation. costly, do not use a very small value)
343343
NTSTEP_BETWEEN_OUTPUT_INFO = 500
344344

345+
# save mesh files (VTK, ASCII or Gnuplot) to check the mesh
346+
SAVE_MESH_FILES = .true.
347+
345348
# meshing output
346349
output_grid_Gnuplot = .false. # generate a GNUPLOT file containing the grid, and a script to plot it
347350
output_grid_ASCII = .false. # dump the grid in an ASCII text file consisting of a set of X,Y,Z points or not

EXAMPLES/applications/axisymmetric_examples/axisymmetric_case_AXISYM_option/REF_SEIS/Par_file

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -342,6 +342,9 @@ nbregions = 2 # then set below the different
342342
# (every how many time steps we display information about the simulation. costly, do not use a very small value)
343343
NTSTEP_BETWEEN_OUTPUT_INFO = 500
344344

345+
# save mesh files (VTK, ASCII or Gnuplot) to check the mesh
346+
SAVE_MESH_FILES = .true.
347+
345348
# meshing output
346349
output_grid_Gnuplot = .false. # generate a GNUPLOT file containing the grid, and a script to plot it
347350
output_grid_ASCII = .false. # dump the grid in an ASCII text file consisting of a set of X,Y,Z points or not

EXAMPLES/applications/axisymmetric_examples/global_Earth_ak135f/DATA/Par_file

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -328,6 +328,9 @@ nbregions = 2 # then set below the different
328328
# (every how many time steps we display information about the simulation. costly, do not use a very small value)
329329
NTSTEP_BETWEEN_OUTPUT_INFO = 500
330330

331+
# save mesh files (VTK, ASCII or Gnuplot) to check the mesh
332+
SAVE_MESH_FILES = .true.
333+
331334
# meshing output
332335
output_grid_Gnuplot = .false. # generate a GNUPLOT file containing the grid, and a script to plot it
333336
output_grid_ASCII = .false. # dump the grid in an ASCII text file consisting of a set of X,Y,Z points or not

0 commit comments

Comments
 (0)