getfem-commits
[Top][All Lists]
Advanced

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

[Getfem-commits] [getfem-commits] master updated (97608e3 -> afa4eff)


From: Yves Renard
Subject: [Getfem-commits] [getfem-commits] master updated (97608e3 -> afa4eff)
Date: Thu, 29 Jun 2017 05:31:35 -0400 (EDT)

renard pushed a change to branch master.

      from  97608e3   Merge branch 'devel-yves' of 
ssh://git.sv.gnu.org:/srv/git/getfem into devel-yves
      adds  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
       new  afa4eff   Merge branch 'devel-logari81' of 
ssh://git.sv.gnu.org:/srv/git/getfem


Summary of changes:
 bin/extract_doc                                    | 498 ++++++++++-----------
 bin/rst_to_xml.py                                  |  18 +-
 configure.ac                                       |  41 +-
 contrib/test_plasticity/Makefile.am                |   2 +-
 contrib/test_plasticity/test_plasticity.py         |   8 +-
 doc/sphinx/source/install/install_linux.rst        |   8 +
 doc/sphinx/source/install/install_mac.rst          |   8 +-
 doc/sphinx/source/install/install_windows.rst      |  13 +-
 doc/sphinx/source/userdoc/gasm_high.rst            |   4 +-
 interface/src/gf_mesh_fem_get.cc                   |   8 +-
 interface/src/python/Makefile.am                   |   7 +-
 interface/src/python/getfem_python.c               |  77 +++-
 interface/tests/python/Makefile.am                 |   2 +-
 interface/tests/python/check_export.py             |   2 +-
 interface/tests/python/check_levelset.py           |   2 +-
 interface/tests/python/demo_crack.py               |   6 +-
 interface/tests/python/demo_fictitious_domains.py  |  12 +-
 interface/tests/python/demo_laplacian.py           |  10 +-
 interface/tests/python/demo_laplacian_DG.py        |  14 +-
 .../tests/python/demo_laplacian_aposteriori.py     | 102 ++---
 interface/tests/python/demo_laplacian_pyramid.py   |  18 +-
 interface/tests/python/demo_navier_stokes.py       |   5 +-
 .../tests/python/demo_nonlinear_elasticity.py      |   4 +-
 interface/tests/python/demo_parallel_laplacian.py  |  34 +-
 interface/tests/python/demo_plasticity.py          |   8 +-
 interface/tests/python/demo_plate.py               |  14 +-
 interface/tests/python/demo_static_contact.py      |  12 +-
 interface/tests/python/demo_step_by_step.py        |   4 +-
 interface/tests/python/demo_stokes_3D_tank.py      |  14 +-
 interface/tests/python/demo_stokes_3D_tank_draw.py |   8 +-
 .../demo_thermo_elasticity_electrical_coupling.py  |  20 +-
 interface/tests/python/demo_tripod.py              |  26 +-
 interface/tests/python/demo_tripod_alt.py          |  24 +-
 interface/tests/python/demo_wave.py                |   8 +-
 interface/tests/python/demo_wheel_contact.py       |  16 +-
 interface/tests/python/getfem_tvtk.py              |  14 +-
 m4/ac_python_devel.m4                              |  27 +-
 src/getfem/getfem_mesh.h                           |  19 +-
 src/getfem_import.cc                               | 113 +++--
 src/getfem_mesh.cc                                 |  22 +
 40 files changed, 710 insertions(+), 542 deletions(-)



reply via email to

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