Skip to content

Commit

Permalink
Merge pull request #49 from komatits/master
Browse files Browse the repository at this point in the history
added plotall_fit_is_perfect_for_viscoelastic_fourth_order.gnu
  • Loading branch information
komatits committed Nov 13, 2018
2 parents a5a8a8b + 98d66e6 commit 0d89aa3
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions plotall_fit_is_perfect_for_viscoelastic_fourth_order.gnu
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@

# this is a comparison of the results of seismic_CPML_2D_velocity_and_stress_fourth_order_viscoelastic.f90
# and of the analytical solution of analytical_solution_viscoelastic_2D_plane_strain_Carcione_correct_with_1_over_L.f90 seismic_CPML_2D_velocity_and_stress_fourth_order_viscoelastic.f90

set term x11

set xrange [0:1.2]

plot "Vx_file_001.dat" w l lc 1, "Vx_time_analytical_solution_viscoelastic.dat" w l lc 3
pause -1 "Hit any key..."

plot "Vy_file_half_a_grid_cell_away_from_Vx_001.dat" w l lc 1, "Vz_time_analytical_solution_viscoelastic.dat" w l lc 3
pause -1 "Hit any key..."

0 comments on commit 0d89aa3

Please sign in to comment.