getfem-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Getfem-commits] (no subject)


From: Tetsuo Koyama
Subject: [Getfem-commits] (no subject)
Date: Thu, 11 Jul 2019 06:52:00 -0400 (EDT)

branch: devel-tetsuo-houbolt
commit b2a48fad57cc696ebabc9469a7b1f89422044349
Merge: 34c22df 4f45a64
Author: Tetsuo Koyama <address@hidden>
Date:   Thu Jul 11 19:09:56 2019 +0900

    Merge branch 'master' of ssh://git.sv.gnu.org:/srv/git/getfem into 
devel-tetsuo-houbolt

 interface/src/gf_model_set.cc                      |  62 +-
 msvc/bilaplacian/bilaplacian.vcxproj               |   4 +-
 msvc/elastostatic/elastostatic.vcxproj             |   4 +-
 msvc/libgetfem/libgetfem.vcxproj                   |   3 +-
 msvc/libgetfemint/libgetfemint.vcxproj             |   4 +-
 msvc/matlab_interface/matlab_interface.vcxproj     |   4 +-
 msvc/poly/poly.vcxproj                             |   3 +-
 msvc/superlu/superlu.vcxproj                       |   3 +-
 msvc/test_assembly/test_assembly.vcxproj           |   4 +-
 msvc/test_kdtree/test_kdtree.vcxproj               |   3 +-
 .../test_laplacian_with_bricks.vcxproj             |   3 +-
 .../test_level_set_contact.vcxproj                 |   3 +-
 src/bgeot_poly_composite.cc                        |  16 +-
 src/bgeot_rtree.cc                                 | 203 +++--
 src/getfem/bgeot_poly_composite.h                  |  74 +-
 src/getfem/bgeot_rtree.h                           |  65 +-
 src/getfem/getfem_accumulated_distro.h             |   4 +-
 src/getfem/getfem_interpolated_fem.h               |   1 +
 src/getfem/getfem_interpolation.h                  |   8 +-
 src/getfem/getfem_linearized_plates.h              |  47 +-
 src/getfem/getfem_mesh_fem.h                       |   5 +-
 src/getfem_contact_and_friction_common.cc          |   3 +-
 src/getfem_contact_and_friction_large_sliding.cc   |   1 +
 src/getfem_fem_composite.cc                        |   6 +-
 src/getfem_fem_global_function.cc                  |  29 +-
 src/getfem_generic_assembly_interpolation.cc       |  78 +-
 src/getfem_global_function.cc                      |   1 +
 src/getfem_integration_composite.cc                |   6 +-
 src/getfem_interpolated_fem.cc                     |  22 +-
 src/getfem_interpolation_on_deformed_domains.cc    |  37 +-
 src/getfem_linearized_plates.cc                    | 905 ++++++++++++---------
 src/getfem_mesh_im_level_set.cc                    |   1 +
 src/getfem_mesh_slicers.cc                         |   1 +
 src/gmm/gmm_inoutput.h                             |  42 +-
 src/gmm/gmm_matrix.h                               |  94 +--
 src/gmm/gmm_vector.h                               |  34 +-
 tests/test_rtree.cc                                |   8 +-
 37 files changed, 1057 insertions(+), 734 deletions(-)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]