getfem-commits
[Top][All Lists]
Advanced

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

[Getfem-commits] [getfem-commits] devel-yves updated (206462f -> 78c7d21


From: Yves Renard
Subject: [Getfem-commits] [getfem-commits] devel-yves updated (206462f -> 78c7d21)
Date: Sat, 1 Jul 2017 08:48:06 -0400 (EDT)

renard pushed a change to branch devel-yves.

      from  206462f   Ensure compatibility of the python interface to python 
3.x, --enable-python3 of the configure script enable the interface with python 
3.x
      adds  4300ebb   add support for importing ASNYS plane elements
      adds  2d7e2b0   add new function getfem::mesh::select_convexes_in_box
      adds  afa4eff   Merge branch 'devel-logari81' of 
ssh://git.sv.gnu.org:/srv/git/getfem
      adds  221537e   Fix typo in name of hierarchical fem.
      adds  a2f44b3   Merge remote-tracking branch 'origin/FEMNameTypo-markusb'
      adds  85117a4   minor fixes
      adds  bf14faf   add documentation for importing ANSYS meshes
      adds  d791a6a   preparing 5.2 release
      adds  1d0aedd   last changes for version 5.2
      adds  d6264e8   still a small modification for version 5.2
      adds  d0a14a4   minor change
      adds  30cdc79   preparing 5.2 release
      adds  7de4204   last changes for version 5.2
      adds  5e536ee   still a small modification for version 5.2
      adds  383406a   minor change
      adds  78c7d21   minor fix for the compilation of python interface on 
windows

No new revisions were added by this update.

Summary of changes:
 .gitignore                                       |   1 +
 bin/extract_doc                                  | 215 +++++++++++++----------
 configure.ac                                     |   4 +-
 doc/doxygen/Doxyfile                             |   2 +-
 doc/sphinx/source/.templates/download.html       |   8 +-
 doc/sphinx/source/install/install_windows.rst    |  41 ++---
 doc/sphinx/source/replaces.txt                   |   4 +-
 doc/sphinx/source/userdoc/bmesh.rst              |  27 ++-
 doc/sphinx/source/whatsnew/5.2.rst               |  31 ++++
 doc/sphinx/source/whatsnew/index.rst             |   1 +
 extract_gmm++                                    |   4 +-
 interface/src/gf_mesh.cc                         |   1 +
 interface/src/python/getfem_python.c             |   2 +-
 interface/src/python/setup.py.in                 |   4 +-
 interface/src/scilab/help/latex/getfemmatlab.tex |   4 +-
 src/getfem/getfem_import.h                       |  13 +-
 src/getfem/getfem_mesh.h                         |  19 +-
 src/getfem_fem.cc                                |   2 +-
 src/getfem_generic_assembly.cc                   |  93 ++++++----
 src/getfem_import.cc                             | 113 ++++++++----
 src/getfem_mesh.cc                               |  22 +++
 21 files changed, 392 insertions(+), 219 deletions(-)
 create mode 100644 doc/sphinx/source/whatsnew/5.2.rst



reply via email to

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