Skip to content

Commit

Permalink
adds parameter APPROXIMATE_HESS_KL to Par_file
Browse files Browse the repository at this point in the history
  • Loading branch information
danielpeter committed Nov 18, 2021
1 parent 10c2996 commit 4dc8fde
Show file tree
Hide file tree
Showing 91 changed files with 272 additions and 31 deletions.
3 changes: 3 additions & 0 deletions DATA/Par_file
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,9 @@ save_ASCII_kernels = .true.
# since the accuracy of kernel integration may not need to respect the CFL, this option permits to save computing time, and memory with UNDO_ATTENUATION_AND_OR_PML mode
NTSTEP_BETWEEN_COMPUTE_KERNELS = 1

# outputs approximate Hessian for preconditioning
APPROXIMATE_HESS_KL = .false.

#-----------------------------------------------------------
#
# Boundary conditions
Expand Down
3 changes: 3 additions & 0 deletions EXAMPLES/BENCHIE_water_PVC/DATA/Par_file
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,9 @@ save_ASCII_kernels = .false.
# since the accuracy of kernel integration may not need to respect the CFL, this option permits to save computing time, and memory with UNDO_ATTENUATION_AND_OR_PML mode
NTSTEP_BETWEEN_COMPUTE_KERNELS = 1

# outputs approximate Hessian for preconditioning
APPROXIMATE_HESS_KL = .false.

#-----------------------------------------------------------
#
# Boundary conditions
Expand Down
3 changes: 3 additions & 0 deletions EXAMPLES/BENCHMARK_CLAERBOUT_ADJOINT/ACOUSTIC/DATA/Par_file
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,9 @@ save_ASCII_kernels = .false.
# since the accuracy of kernel integration may not need to respect the CFL, this option permits to save computing time, and memory with UNDO_ATTENUATION_AND_OR_PML mode
NTSTEP_BETWEEN_COMPUTE_KERNELS = 1

# outputs approximate Hessian for preconditioning
APPROXIMATE_HESS_KL = .false.

#-----------------------------------------------------------
#
# Boundary conditions
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,9 @@ save_ASCII_kernels = .false.
# since the accuracy of kernel integration may not need to respect the CFL, this option permits to save computing time, and memory with UNDO_ATTENUATION_AND_OR_PML mode
NTSTEP_BETWEEN_COMPUTE_KERNELS = 1

# outputs approximate Hessian for preconditioning
APPROXIMATE_HESS_KL = .false.

#-----------------------------------------------------------
#
# Boundary conditions
Expand Down
3 changes: 3 additions & 0 deletions EXAMPLES/BENCHMARK_CLAERBOUT_ADJOINT/ELASTIC/DATA/Par_file
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,9 @@ save_ASCII_kernels = .false.
# since the accuracy of kernel integration may not need to respect the CFL, this option permits to save computing time, and memory with UNDO_ATTENUATION_AND_OR_PML mode
NTSTEP_BETWEEN_COMPUTE_KERNELS = 1

# outputs approximate Hessian for preconditioning
APPROXIMATE_HESS_KL = .false.

#-----------------------------------------------------------
#
# Boundary conditions
Expand Down
3 changes: 3 additions & 0 deletions EXAMPLES/Gmsh_example_Stacey_MPI/DATA/Par_file
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,9 @@ save_ASCII_kernels = .true.
# since the accuracy of kernel integration may not need to respect the CFL, this option permits to save computing time, and memory with UNDO_ATTENUATION_AND_OR_PML mode
NTSTEP_BETWEEN_COMPUTE_KERNELS = 1

# outputs approximate Hessian for preconditioning
APPROXIMATE_HESS_KL = .false.

#-----------------------------------------------------------
#
# Boundary conditions
Expand Down
3 changes: 3 additions & 0 deletions EXAMPLES/Gmsh_example_Stacey_MPI/DATA/Par_file.serial
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,9 @@ save_ASCII_kernels = .true.
# since the accuracy of kernel integration may not need to respect the CFL, this option permits to save computing time, and memory with UNDO_ATTENUATION_AND_OR_PML mode
NTSTEP_BETWEEN_COMPUTE_KERNELS = 1

# outputs approximate Hessian for preconditioning
APPROXIMATE_HESS_KL = .false.

#-----------------------------------------------------------
#
# Boundary conditions
Expand Down
3 changes: 3 additions & 0 deletions EXAMPLES/Industrial_Format_SEP/DATA/Par_file
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,9 @@ save_ASCII_kernels = .true.
# since the accuracy of kernel integration may not need to respect the CFL, this option permits to save computing time, and memory with UNDO_ATTENUATION_AND_OR_PML mode
NTSTEP_BETWEEN_COMPUTE_KERNELS = 1

# outputs approximate Hessian for preconditioning
APPROXIMATE_HESS_KL = .false.

#-----------------------------------------------------------
#
# Boundary conditions
Expand Down
3 changes: 3 additions & 0 deletions EXAMPLES/Industrial_Format_SEP/REF_SEIS/Par_file.step_1
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,9 @@ save_ASCII_kernels = .true.
# since the accuracy of kernel integration may not need to respect the CFL, this option permits to save computing time, and memory with UNDO_ATTENUATION_AND_OR_PML mode
NTSTEP_BETWEEN_COMPUTE_KERNELS = 1

# outputs approximate Hessian for preconditioning
APPROXIMATE_HESS_KL = .false.

#-----------------------------------------------------------
#
# Boundary conditions
Expand Down
3 changes: 3 additions & 0 deletions EXAMPLES/Industrial_Format_SEP/REF_SEIS/Par_file.step_2
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,9 @@ save_ASCII_kernels = .true.
# since the accuracy of kernel integration may not need to respect the CFL, this option permits to save computing time, and memory with UNDO_ATTENUATION_AND_OR_PML mode
NTSTEP_BETWEEN_COMPUTE_KERNELS = 1

# outputs approximate Hessian for preconditioning
APPROXIMATE_HESS_KL = .false.

#-----------------------------------------------------------
#
# Boundary conditions
Expand Down
3 changes: 3 additions & 0 deletions EXAMPLES/LuoYang_fluid_solid_kernel/DATA/Par_file
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,9 @@ save_ASCII_kernels = .true.
# since the accuracy of kernel integration may not need to respect the CFL, this option permits to save computing time, and memory with UNDO_ATTENUATION_AND_OR_PML mode
NTSTEP_BETWEEN_COMPUTE_KERNELS = 1

# outputs approximate Hessian for preconditioning
APPROXIMATE_HESS_KL = .false.

#-----------------------------------------------------------
#
# Boundary conditions
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,9 @@ save_ASCII_kernels = .true.
# since the accuracy of kernel integration may not need to respect the CFL, this option permits to save computing time, and memory with UNDO_ATTENUATION_AND_OR_PML mode
NTSTEP_BETWEEN_COMPUTE_KERNELS = 1

# outputs approximate Hessian for preconditioning
APPROXIMATE_HESS_KL = .false.

#-----------------------------------------------------------
#
# Boundary conditions
Expand Down
3 changes: 3 additions & 0 deletions EXAMPLES/Rayleigh_wave_no_crack/DATA/Par_file
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,9 @@ save_ASCII_kernels = .true.
# since the accuracy of kernel integration may not need to respect the CFL, this option permits to save computing time, and memory with UNDO_ATTENUATION_AND_OR_PML mode
NTSTEP_BETWEEN_COMPUTE_KERNELS = 1

# outputs approximate Hessian for preconditioning
APPROXIMATE_HESS_KL = .false.

#-----------------------------------------------------------
#
# Boundary conditions
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,9 @@ save_ASCII_kernels = .true.
# since the accuracy of kernel integration may not need to respect the CFL, this option permits to save computing time, and memory with UNDO_ATTENUATION_AND_OR_PML mode
NTSTEP_BETWEEN_COMPUTE_KERNELS = 1

# outputs approximate Hessian for preconditioning
APPROXIMATE_HESS_KL = .false.

#-----------------------------------------------------------
#
# Boundary conditions
Expand Down
3 changes: 3 additions & 0 deletions EXAMPLES/Rayleigh_wave_with_crack/DATA/Par_file
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,9 @@ save_ASCII_kernels = .true.
# since the accuracy of kernel integration may not need to respect the CFL, this option permits to save computing time, and memory with UNDO_ATTENUATION_AND_OR_PML mode
NTSTEP_BETWEEN_COMPUTE_KERNELS = 1

# outputs approximate Hessian for preconditioning
APPROXIMATE_HESS_KL = .false.

#-----------------------------------------------------------
#
# Boundary conditions
Expand Down
3 changes: 3 additions & 0 deletions EXAMPLES/Tape2007/DATA/Par_file_Tape2007_132rec_checker
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,9 @@ save_ASCII_kernels = .true.
# since the accuracy of kernel integration may not need to respect the CFL, this option permits to save computing time, and memory with UNDO_ATTENUATION_AND_OR_PML mode
NTSTEP_BETWEEN_COMPUTE_KERNELS = 1

# outputs approximate Hessian for preconditioning
APPROXIMATE_HESS_KL = .false.

#-----------------------------------------------------------
#
# Boundary conditions
Expand Down
3 changes: 3 additions & 0 deletions EXAMPLES/Tape2007/DATA/Par_file_Tape2007_onerec
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,9 @@ save_ASCII_kernels = .true.
# since the accuracy of kernel integration may not need to respect the CFL, this option permits to save computing time, and memory with UNDO_ATTENUATION_AND_OR_PML mode
NTSTEP_BETWEEN_COMPUTE_KERNELS = 1

# outputs approximate Hessian for preconditioning
APPROXIMATE_HESS_KL = .false.

#-----------------------------------------------------------
#
# Boundary conditions
Expand Down
3 changes: 3 additions & 0 deletions EXAMPLES/Tape2007/REF_SEIS/Par_file
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,9 @@ save_ASCII_kernels = .true.
# since the accuracy of kernel integration may not need to respect the CFL, this option permits to save computing time, and memory with UNDO_ATTENUATION_AND_OR_PML mode
NTSTEP_BETWEEN_COMPUTE_KERNELS = 1

# outputs approximate Hessian for preconditioning
APPROXIMATE_HESS_KL = .false.

#-----------------------------------------------------------
#
# Boundary conditions
Expand Down
3 changes: 3 additions & 0 deletions EXAMPLES/Tape2007_kernel/DATA/Par_file
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,9 @@ save_ASCII_kernels = .true.
# since the accuracy of kernel integration may not need to respect the CFL, this option permits to save computing time, and memory with UNDO_ATTENUATION_AND_OR_PML mode
NTSTEP_BETWEEN_COMPUTE_KERNELS = 1

# outputs approximate Hessian for preconditioning
APPROXIMATE_HESS_KL = .false.

#-----------------------------------------------------------
#
# Boundary conditions
Expand Down
3 changes: 3 additions & 0 deletions EXAMPLES/Tromp2005/DATA/Par_file
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,9 @@ save_ASCII_kernels = .true.
# since the accuracy of kernel integration may not need to respect the CFL, this option permits to save computing time, and memory with UNDO_ATTENUATION_AND_OR_PML mode
NTSTEP_BETWEEN_COMPUTE_KERNELS = 1

# outputs approximate Hessian for preconditioning
APPROXIMATE_HESS_KL = .false.

#-----------------------------------------------------------
#
# Boundary conditions
Expand Down
3 changes: 3 additions & 0 deletions EXAMPLES/Tromp2005/DATA/Par_file_Tromp2005_s100
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,9 @@ save_ASCII_kernels = .true.
# since the accuracy of kernel integration may not need to respect the CFL, this option permits to save computing time, and memory with UNDO_ATTENUATION_AND_OR_PML mode
NTSTEP_BETWEEN_COMPUTE_KERNELS = 1

# outputs approximate Hessian for preconditioning
APPROXIMATE_HESS_KL = .false.

#-----------------------------------------------------------
#
# Boundary conditions
Expand Down
3 changes: 3 additions & 0 deletions EXAMPLES/Tromp2005_kernel/DATA/Par_file
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,9 @@ save_ASCII_kernels = .true.
# since the accuracy of kernel integration may not need to respect the CFL, this option permits to save computing time, and memory with UNDO_ATTENUATION_AND_OR_PML mode
NTSTEP_BETWEEN_COMPUTE_KERNELS = 1

# outputs approximate Hessian for preconditioning
APPROXIMATE_HESS_KL = .false.

#-----------------------------------------------------------
#
# Boundary conditions
Expand Down
3 changes: 3 additions & 0 deletions EXAMPLES/anisotropic_isotropic_model/DATA/Par_file
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,9 @@ save_ASCII_kernels = .true.
# since the accuracy of kernel integration may not need to respect the CFL, this option permits to save computing time, and memory with UNDO_ATTENUATION_AND_OR_PML mode
NTSTEP_BETWEEN_COMPUTE_KERNELS = 1

# outputs approximate Hessian for preconditioning
APPROXIMATE_HESS_KL = .false.

#-----------------------------------------------------------
#
# Boundary conditions
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,9 @@ save_ASCII_kernels = .true.
# since the accuracy of kernel integration may not need to respect the CFL, this option permits to save computing time, and memory with UNDO_ATTENUATION_AND_OR_PML mode
NTSTEP_BETWEEN_COMPUTE_KERNELS = 1

# outputs approximate Hessian for preconditioning
APPROXIMATE_HESS_KL = .false.

#-----------------------------------------------------------
#
# Boundary conditions
Expand Down
3 changes: 3 additions & 0 deletions EXAMPLES/anisotropic_zinc_crystal/DATA/Par_file
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,9 @@ save_ASCII_kernels = .true.
# since the accuracy of kernel integration may not need to respect the CFL, this option permits to save computing time, and memory with UNDO_ATTENUATION_AND_OR_PML mode
NTSTEP_BETWEEN_COMPUTE_KERNELS = 1

# outputs approximate Hessian for preconditioning
APPROXIMATE_HESS_KL = .false.

#-----------------------------------------------------------
#
# Boundary conditions
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,9 @@ save_ASCII_kernels = .true.
# since the accuracy of kernel integration may not need to respect the CFL, this option permits to save computing time, and memory with UNDO_ATTENUATION_AND_OR_PML mode
NTSTEP_BETWEEN_COMPUTE_KERNELS = 1

# outputs approximate Hessian for preconditioning
APPROXIMATE_HESS_KL = .false.

#-----------------------------------------------------------
#
# Boundary conditions
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,9 @@ save_ASCII_kernels = .true.
# since the accuracy of kernel integration may not need to respect the CFL, this option permits to save computing time, and memory with UNDO_ATTENUATION_AND_OR_PML mode
NTSTEP_BETWEEN_COMPUTE_KERNELS = 1

# outputs approximate Hessian for preconditioning
APPROXIMATE_HESS_KL = .false.

#-----------------------------------------------------------
#
# Boundary conditions
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,9 @@ save_ASCII_kernels = .true.
# since the accuracy of kernel integration may not need to respect the CFL, this option permits to save computing time, and memory with UNDO_ATTENUATION_AND_OR_PML mode
NTSTEP_BETWEEN_COMPUTE_KERNELS = 1

# outputs approximate Hessian for preconditioning
APPROXIMATE_HESS_KL = .false.

#-----------------------------------------------------------
#
# Boundary conditions
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,9 @@ save_ASCII_kernels = .true.
# since the accuracy of kernel integration may not need to respect the CFL, this option permits to save computing time, and memory with UNDO_ATTENUATION_AND_OR_PML mode
NTSTEP_BETWEEN_COMPUTE_KERNELS = 1

# outputs approximate Hessian for preconditioning
APPROXIMATE_HESS_KL = .false.

#-----------------------------------------------------------
#
# Boundary conditions
Expand Down
3 changes: 3 additions & 0 deletions EXAMPLES/axisymmetric_case_AXISYM_option/DATA/Par_file
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,9 @@ save_ASCII_kernels = .true.
# since the accuracy of kernel integration may not need to respect the CFL, this option permits to save computing time, and memory with UNDO_ATTENUATION_AND_OR_PML mode
NTSTEP_BETWEEN_COMPUTE_KERNELS = 1

# outputs approximate Hessian for preconditioning
APPROXIMATE_HESS_KL = .false.

#-----------------------------------------------------------
#
# Boundary conditions
Expand Down
3 changes: 3 additions & 0 deletions EXAMPLES/axisymmetric_case_AXISYM_option/REF_SEIS/Par_file
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,9 @@ save_ASCII_kernels = .true.
# since the accuracy of kernel integration may not need to respect the CFL, this option permits to save computing time, and memory with UNDO_ATTENUATION_AND_OR_PML mode
NTSTEP_BETWEEN_COMPUTE_KERNELS = 1

# outputs approximate Hessian for preconditioning
APPROXIMATE_HESS_KL = .false.

#-----------------------------------------------------------
#
# Boundary conditions
Expand Down
3 changes: 3 additions & 0 deletions EXAMPLES/canyon/DATA/Par_file
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,9 @@ save_ASCII_kernels = .true.
# since the accuracy of kernel integration may not need to respect the CFL, this option permits to save computing time, and memory with UNDO_ATTENUATION_AND_OR_PML mode
NTSTEP_BETWEEN_COMPUTE_KERNELS = 1

# outputs approximate Hessian for preconditioning
APPROXIMATE_HESS_KL = .false.

#-----------------------------------------------------------
#
# Boundary conditions
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,9 @@ save_ASCII_kernels = .true.
# since the accuracy of kernel integration may not need to respect the CFL, this option permits to save computing time, and memory with UNDO_ATTENUATION_AND_OR_PML mode
NTSTEP_BETWEEN_COMPUTE_KERNELS = 1

# outputs approximate Hessian for preconditioning
APPROXIMATE_HESS_KL = .false.

#-----------------------------------------------------------
#
# Boundary conditions
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,9 @@ save_ASCII_kernels = .true.
# since the accuracy of kernel integration may not need to respect the CFL, this option permits to save computing time, and memory with UNDO_ATTENUATION_AND_OR_PML mode
NTSTEP_BETWEEN_COMPUTE_KERNELS = 1

# outputs approximate Hessian for preconditioning
APPROXIMATE_HESS_KL = .false.

#-----------------------------------------------------------
#
# Boundary conditions
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,9 @@ save_ASCII_kernels = .true.
# since the accuracy of kernel integration may not need to respect the CFL, this option permits to save computing time, and memory with UNDO_ATTENUATION_AND_OR_PML mode
NTSTEP_BETWEEN_COMPUTE_KERNELS = 1

# outputs approximate Hessian for preconditioning
APPROXIMATE_HESS_KL = .false.

#-----------------------------------------------------------
#
# Boundary conditions
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,9 @@ save_ASCII_kernels = .true.
# since the accuracy of kernel integration may not need to respect the CFL, this option permits to save computing time, and memory with UNDO_ATTENUATION_AND_OR_PML mode
NTSTEP_BETWEEN_COMPUTE_KERNELS = 1

# outputs approximate Hessian for preconditioning
APPROXIMATE_HESS_KL = .false.

#-----------------------------------------------------------
#
# Boundary conditions
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,9 @@ save_ASCII_kernels = .true.
# since the accuracy of kernel integration may not need to respect the CFL, this option permits to save computing time, and memory with UNDO_ATTENUATION_AND_OR_PML mode
NTSTEP_BETWEEN_COMPUTE_KERNELS = 1

# outputs approximate Hessian for preconditioning
APPROXIMATE_HESS_KL = .false.

#-----------------------------------------------------------
#
# Boundary conditions
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,9 @@ save_ASCII_kernels = .true.
# since the accuracy of kernel integration may not need to respect the CFL, this option permits to save computing time, and memory with UNDO_ATTENUATION_AND_OR_PML mode
NTSTEP_BETWEEN_COMPUTE_KERNELS = 1

# outputs approximate Hessian for preconditioning
APPROXIMATE_HESS_KL = .false.

#-----------------------------------------------------------
#
# Boundary conditions
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,9 @@ save_ASCII_kernels = .true.
# since the accuracy of kernel integration may not need to respect the CFL, this option permits to save computing time, and memory with UNDO_ATTENUATION_AND_OR_PML mode
NTSTEP_BETWEEN_COMPUTE_KERNELS = 1

# outputs approximate Hessian for preconditioning
APPROXIMATE_HESS_KL = .false.

#-----------------------------------------------------------
#
# Boundary conditions
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,9 @@ save_ASCII_kernels = .true.
# since the accuracy of kernel integration may not need to respect the CFL, this option permits to save computing time, and memory with UNDO_ATTENUATION_AND_OR_PML mode
NTSTEP_BETWEEN_COMPUTE_KERNELS = 1

# outputs approximate Hessian for preconditioning
APPROXIMATE_HESS_KL = .false.

#-----------------------------------------------------------
#
# Boundary conditions
Expand Down
Loading

0 comments on commit 4dc8fde

Please sign in to comment.