getfem-commits
[Top][All Lists]
Advanced

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

[Getfem-commits] [getfem-commits] master updated (6377557 -> 358e912)


From: Yves Renard
Subject: [Getfem-commits] [getfem-commits] master updated (6377557 -> 358e912)
Date: Thu, 4 Apr 2019 15:12:27 -0400 (EDT)

renard pushed a change to branch master.

      from  6377557   Perform temporary dof enumeration only for mesh_fem 
variables that need to be unreduced
      adds  f1286cd   changing default cpp standard to 14
      adds  1e3f003   no more getfem_boost
      adds  fd7dc6e   1) no more thread static pointer from boost, using 
thread_static qualifier instead  2) removing "register" keyword, as it's 
considered deprecated
      adds  b709d37   replacing boost with STL or standard language features 
whenever possible
      adds  64d2ccc   simplified const box_index * comparison
      adds  b28f8f6   std::toupper now takes one argument
       new  358e912   further delete BOOST dependency


Summary of changes:
 configure.ac                                       | 39 +--------
 contrib/aposteriori/Makefile.am                    |  2 +-
 contrib/bimaterial_crack_test/Makefile.am          |  2 +-
 contrib/crack_plate/Makefile.am                    |  2 +-
 contrib/delaminated_crack/Makefile.am              |  2 +-
 contrib/icare/Makefile.am                          |  2 +-
 contrib/level_set_contact/Makefile.am              |  2 +-
 contrib/mixed_elastostatic/Makefile.am             |  2 +-
 contrib/opt_assembly/Makefile.am                   |  2 +-
 contrib/static_contact_gears/Makefile.am           |  2 +-
 contrib/xfem_contact/Makefile.am                   |  2 +-
 contrib/xfem_stab_unilat_contact/Makefile.am       |  2 +-
 src/Makefile.am                                    |  2 -
 src/bgeot_geometric_trans.cc                       | 10 +--
 src/getfem/bgeot_config.h                          |  7 --
 src/getfem/bgeot_kdtree.h                          |  6 +-
 src/getfem/bgeot_rtree.h                           | 50 +++--------
 src/getfem/bgeot_tensor.h                          |  8 +-
 src/getfem/dal_basic.h                             | 28 +++----
 src/getfem/dal_static_stored_objects.h             | 11 +--
 src/getfem/getfem_context.h                        | 10 +--
 src/getfem/getfem_mesh_fem_level_set.h             |  5 +-
 src/getfem/getfem_omp.h                            | 30 +------
 src/getfem/getfem_partial_mesh_fem.h               |  5 +-
 src/getfem_boost/noncopyable.hpp                   | 45 ----------
 src/getfem_boost/workaround.hpp                    | 77 -----------------
 src/getfem_fem.cc                                  | 98 +++++++++++-----------
 ...fem_generic_assembly_functions_and_operators.cc | 15 +---
 src/getfem_import.cc                               |  3 +-
 src/getfem_integration.cc                          | 24 +++---
 src/getfem_linearized_plates.cc                    |  4 +-
 src/getfem_mat_elem.cc                             |  8 +-
 src/gmm/gmm_domain_decomp.h                        |  6 +-
 tests/Makefile.am                                  |  2 +-
 34 files changed, 140 insertions(+), 375 deletions(-)
 delete mode 100644 src/getfem_boost/noncopyable.hpp
 delete mode 100644 src/getfem_boost/workaround.hpp



reply via email to

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