[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Getfem-commits] [getfem-commits] devel-logari81 updated (2d7e2b0 -> bf1
From: |
Konstantinos Poulios |
Subject: |
[Getfem-commits] [getfem-commits] devel-logari81 updated (2d7e2b0 -> bf14faf) |
Date: |
Fri, 30 Jun 2017 09:17:04 -0400 (EDT) |
logari81 pushed a change to branch devel-logari81.
from 2d7e2b0 add new function getfem::mesh::select_convexes_in_box
adds 7fb175a minor fix
adds 8943f7d Merge branch 'devel-yves' of
ssh://git.sv.gnu.org:/srv/git/getfem into devel-yves
adds 40d5fdf Merge branch 'master' of
ssh://git.sv.gnu.org:/srv/git/getfem into devel-yves
adds fe17411 small modifications for compatibility reasons
adds 9b94fb7 minor modification
adds a9d67a8 small configurations adaptations
adds 9b347bd Merge branch 'devel-yves' of
ssh://git.sv.gnu.org:/srv/git/getfem into devel-yves
adds 3fa1717 Installation on Windows description
adds 95f405e minor change
adds cafd991 Disable the old deprecated Neumann terms
adds fc96495 Adding Ball projection operator for the high level
assembly language
adds 01618a3 minor fix
adds 0041312 Merge branch 'devel-yves' of
ssh://git.sv.gnu.org:/srv/git/getfem into devel-yves
adds 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 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
new bf14faf add documentation for importing ANSYS meshes
Summary of changes:
.gitignore | 1 +
bin/extract_doc | 701 ++++++++++----------
bin/rst_to_xml.py | 18 +-
configure.ac | 119 ++--
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 | 212 +++++-
doc/sphinx/source/project/contribute.rst | 2 +-
doc/sphinx/source/userdoc/bmesh.rst | 27 +-
doc/sphinx/source/userdoc/gasm_high.rst | 4 +-
interface/src/gf_mesh.cc | 1 +
interface/src/gf_mesh_fem_get.cc | 8 +-
interface/src/gf_model_set.cc | 3 +-
interface/src/matlab/Makefile.am | 14 +-
interface/src/matlab/gfm_common.c | 12 +-
interface/src/python/Makefile.am | 7 +-
interface/src/python/getfem_python.c | 77 ++-
interface/src/python/setup.py.in | 10 +-
interface/src/scilab/help/latex/getfemmatlab.tex | 4 +-
interface/tests/matlab/check_spmat.m | 3 +-
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_import.h | 13 +-
src/getfem/getfem_models.h | 95 +--
src/getfem_contact_and_friction_integral.cc | 4 +-
src/getfem_fem.cc | 2 +-
src/getfem_fourth_order.cc | 6 +-
src/getfem_generic_assembly.cc | 3 +-
src/getfem_models.cc | 733 +--------------------
src/getfem_plasticity.cc | 89 ++-
tests/test_small_vector.cc | 4 +-
56 files changed, 1115 insertions(+), 1489 deletions(-)
- [Getfem-commits] [getfem-commits] devel-logari81 updated (2d7e2b0 -> bf14faf),
Konstantinos Poulios <=