[cig-commits] [commit] devel, master: adds tomography tools for summation, smoothing and model updates (c25bd40)

cig_noreply at geodynamics.org cig_noreply at geodynamics.org
Thu Nov 6 08:32:19 PST 2014


Repository : https://github.com/geodynamics/specfem3d_globe

On branches: devel,master
Link       : https://github.com/geodynamics/specfem3d_globe/compare/bc58e579b3b0838a0968725a076f5904845437ca...be63f20cbb6f462104e949894dbe205d2398cd7f

>---------------------------------------------------------------

commit c25bd40485cbb8a555c05eb1cf5c1a9eb3d05b54
Author: daniel peter <peterda at ethz.ch>
Date:   Thu Sep 25 12:20:21 2014 +0200

    adds tomography tools for summation,smoothing and model updates


>---------------------------------------------------------------

c25bd40485cbb8a555c05eb1cf5c1a9eb3d05b54
 Makefile.in                                   |    3 +
 src/meshfem3D/model_ppm.f90                   |  326 -----
 src/meshfem3D/rules.mk                        |    2 +
 src/shared/get_all_eight_slices.f90           |  251 ++++
 src/shared/parallel.f90                       |   80 ++
 src/shared/rules.mk                           |    2 +
 src/shared/smooth_weights_vec.f90             |  141 +++
 src/tomography/add_model_iso.f90              |  973 ++++++++++++++
 src/tomography/add_model_tiso.f90             | 1204 ++++++++++++++++++
 src/tomography/add_model_tiso_cg.f90          | 1684 +++++++++++++++++++++++++
 src/tomography/add_model_tiso_iso.f90         | 1166 +++++++++++++++++
 src/tomography/convert_model_file_adios.f90   |   10 +-
 src/tomography/interpolate_model.F90          |  188 +--
 src/tomography/interpolate_model_kdtree.f90   |  114 +-
 src/tomography/rules.mk                       |  137 +-
 src/tomography/smooth_sem.f90                 |  527 ++++++++
 src/tomography/sum_kernels.f90                |  201 +++
 src/tomography/sum_preconditioned_kernels.f90 |  369 ++++++
 18 files changed, 6887 insertions(+), 491 deletions(-)

Diff suppressed because of size. To see it, use:

    git diff-tree --root --patch-with-stat --no-color --find-copies-harder --ignore-space-at-eol --cc c25bd40485cbb8a555c05eb1cf5c1a9eb3d05b54


More information about the CIG-COMMITS mailing list