[cig-commits] [commit] devel: updates smoothing tool using a kd-tree search; updates kd-tree routines; moves heap sorting routines to file src/shared/heap_sort.f90 (f58a48a)

cig_noreply at geodynamics.org cig_noreply at geodynamics.org
Tue Nov 25 06:56:27 PST 2014


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

On branch  : devel
Link       : https://github.com/geodynamics/specfem3d_globe/compare/0e5b55c6f30be94583639fd325373eecd6facc6d...8be3e0b0267c8d4cf5af3bc26e8903da17bc4fd1

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

commit f58a48a44d1f1592106ae87656a530938eb67089
Author: daniel peter <peterda at ethz.ch>
Date:   Mon Nov 24 15:29:03 2014 +0100

    updates smoothing tool using a kd-tree search; updates kd-tree routines; moves heap sorting routines to file src/shared/heap_sort.f90


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

f58a48a44d1f1592106ae87656a530938eb67089
 src/meshfem3D/model_attenuation.f90     | 101 -----
 src/meshfem3D/model_ppm.f90             |   4 +-
 src/meshfem3D/rules.mk                  |   2 +-
 src/{meshfem3D => shared}/heap_sort.f90 | 105 ++++-
 src/shared/rules.mk                     |   1 +
 src/shared/search_kdtree.f90            | 724 +++++++++++++++++++++++++++++---
 src/shared/smooth_weights_vec.f90       |  45 +-
 src/shared/sort_array_coordinates.f90   |   8 +
 src/shared/write_VTK_file.f90           |   6 +-
 src/specfem3D/locate_receivers.f90      |   4 +
 src/tomography/interpolate_model.F90    |  54 +--
 src/tomography/rules.mk                 |   6 +
 src/tomography/smooth_sem.f90           | 352 +++++++++-------
 13 files changed, 1061 insertions(+), 351 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 f58a48a44d1f1592106ae87656a530938eb67089


More information about the CIG-COMMITS mailing list