getfem-commits
[Top][All Lists]
Advanced

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

[Getfem-commits] [getfem-commits] master updated (b5617c4 -> 07114d1)


From: Konstantinos Poulios
Subject: [Getfem-commits] [getfem-commits] master updated (b5617c4 -> 07114d1)
Date: Mon, 7 Aug 2017 17:20:24 -0400 (EDT)

logari81 pushed a change to branch master.

      from  b5617c4   fix bug in dof enumeration (causing invalid merging of 
dofs in very small elements)
      adds  26f216c   white space and minor coding style normalization
      adds  4d1d1f9   function/class naming normalization
      adds  da4bee7   substitute use of bgeot::Comma_initializer with standard 
C++11 syntax
      adds  44b56df   fix compilation warning for unused variable
      adds  a1a0185   code refactoring and simplifications
      adds  2061fb8   fix import of ANSYS cdb files with NBLOCK missing a total 
nodes number entry and avoid use of sscanf
      adds  7fd00f4   fix compilation issue
      adds  d8548b7   add missing implementation of 
geotrans_interpolation_context::cv_center()
      adds  d8e7c67   implement incomplete quadratic pyramid (13-node) and 
prism (15-node) elements
      adds  bf57fd6   code documentation improvements
      adds  32a5297   implement vtk export of 15-node prism elements and enable 
vtk export of both 13-node and 14-node pyramids
      adds  a1e69b3   implement import of 13-node pyramids and 15-node prisms 
from ANSYS cdb files
      adds  07114d1   fix the processing of mesh_region::all_convexes() in 
select_faces_in_box

No new revisions were added by this update.

Summary of changes:
 interface/src/gf_mesh.cc                  |   2 +-
 interface/tests/python/check_export.py    |   5 +
 src/Makefile.am                           |   1 +
 src/bgeot_convex_ref.cc                   | 191 +++++--
 src/bgeot_convex_ref_simplexified.cc      |   4 +-
 src/bgeot_convex_structure.cc             | 226 ++++++--
 src/bgeot_geometric_trans.cc              | 167 +++++-
 src/bgeot_poly.cc                         |  56 +-
 src/bgeot_poly_composite.cc               |  16 +-
 src/getfem/bgeot_convex_ref.h             |  26 +-
 src/getfem/bgeot_convex_structure.h       |   8 +-
 src/getfem/bgeot_geometric_trans.h        |  21 +-
 src/getfem/bgeot_kdtree.h                 |  29 +-
 src/getfem/dal_static_stored_objects.h    |   2 +-
 src/getfem/getfem_export.h                |   9 +-
 src/getfem/getfem_fem.h                   |  16 +-
 src/getfem_contact_and_friction_common.cc |   8 +-
 src/getfem_export.cc                      | 246 ++++++---
 src/getfem_fem.cc                         | 340 +++++++++---
 src/getfem_import.cc                      | 252 +++++----
 src/getfem_integration.cc                 | 871 +++++++++++++++---------------
 src/getfem_integration_composite.cc       |   2 +-
 src/getfem_mesh.cc                        |   8 +-
 src/getfem_mesh_fem.cc                    | 118 ++--
 src/getfem_regular_meshes.cc              |   2 +-
 src/gmm/gmm_def.h                         |   8 +-
 tests/test_mesh.cc                        |   8 +-
 tests/test_slice.cc                       |  16 +-
 28 files changed, 1716 insertions(+), 942 deletions(-)



reply via email to

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