getfem-commits
[Top][All Lists]
Advanced

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

[Getfem-commits] (no subject)


From: Tetsuo Koyama
Subject: [Getfem-commits] (no subject)
Date: Sat, 5 Sep 2020 07:35:12 -0400 (EDT)

branch: fixmisspell
commit 511387f963a92f0600fc60526f6866dbb2d40d57
Merge: 1c5d596 a757849
Author: Tetsuo Koyama <tkoyama010@gmail.com>
AuthorDate: Sat Sep 5 19:44:44 2020 +0900

    Merge branch 'master' of ssh://git.sv.gnu.org:/srv/git/getfem into 
fixmisspell

 .gitignore                                         |    2 +
 ChangeLog                                          |  695 --------
 Makefile.am                                        |    1 +
 NEWS                                               |  107 +-
 configure.ac                                       | 1683 ++++++++++----------
 contrib/level_set_contact/test_contact.cpp         |    5 +-
 .../xfem_stab_unilat_contact.cc                    |    7 +-
 cubature/Makefile.am                               |    3 -
 doc/doxygen/Doxyfile                               |    2 +-
 doc/sphinx/Makefile.am                             |   26 +-
 doc/sphinx/source/conf.py                          |    4 +-
 doc/sphinx/source/install/install_linux.rst        |    2 +-
 doc/sphinx/source/install/install_mac.rst          |    2 +-
 doc/sphinx/source/replaces.txt                     |    9 +-
 doc/sphinx/source/userdoc/export.rst               |   53 +-
 doc/sphinx/source/whatsnew/1.7.rst                 |    2 +-
 doc/sphinx/source/whatsnew/5.4.1.rst               |   17 +
 doc/sphinx/source/whatsnew/5.4.rst                 |   33 +
 doc/sphinx/source/whatsnew/index.rst               |    2 +
 extract_gmm++                                      |    2 +-
 interface/src/octave/Makefile.am                   |    2 +-
 .../src/octave/first_step_interface_oct_getfem.txt |   22 -
 interface/src/octave/gfm_common.c                  |    2 +-
 interface/src/python/getfem_python.c               |    2 +-
 interface/src/python/setup.py.in                   |    2 +-
 interface/src/scilab/Makefile.am                   |    3 +-
 interface/tests/Makefile.am                        |    4 +
 interface/tests/matlab-octave/Makefile.am          |    4 +-
 interface/tests/matlab-octave/check_all.m          |   19 +-
 interface/tests/matlab-octave/check_all_octave.sh  |   10 +-
 interface/tests/matlab-octave/check_levelset.m     |    2 +-
 interface/tests/matlab-octave/check_mitc.m         |    2 +-
 interface/tests/matlab-octave/check_spmat.m        |    2 +-
 interface/tests/python/Makefile.am                 |    2 +-
 interface/tests/python/check_mixed_mesh.py         |    2 +-
 .../tests/python/demo_nonlinear_elasticity.py      |   17 +-
 interface/tests/python/demo_wave_equation.py       |    9 -
 src/Makefile.am                                    |    7 +-
 src/getfem/bgeot_kdtree.h                          |    1 -
 src/getfem/bgeot_small_vector.h                    |  253 ++-
 src/getfem/bgeot_tensor.h                          |   66 +-
 src/getfem/getfem_export.h                         |   79 +-
 src/getfem/getfem_omp.h                            |    5 +-
 src/getfem_contact_and_friction_nodal.cc           |    4 +-
 src/getfem_export.cc                               |  313 ++--
 src/getfem_generic_assembly_compile_and_exec.cc    |    4 +-
 ...fem_generic_assembly_functions_and_operators.cc |    9 +-
 src/getfem_models.cc                               |    2 +-
 src/getfem_omp.cc                                  |   35 +-
 src/gmm/gmm_blas_interface.h                       |    2 +-
 src/gmm/gmm_real_part.h                            |    6 +-
 src/gmm/gmm_sub_vector.h                           |    9 +-
 src/gmm/gmm_vector.h                               |    5 +-
 tests/crack.cc                                     |    3 +
 tests/cyl_slicer.cc                                |    7 +-
 tests/elastostatic.cc                              |    2 -
 tests/elastostatic.param                           |    2 +-
 tests/heat_equation.cc                             |    3 +
 tests/helmholtz.cc                                 |   18 +-
 tests/laplacian.cc                                 |    3 +
 tests/laplacian_with_bricks.cc                     |    3 +
 tests/nonlinear_elastostatic.cc                    |    3 +
 tests/nonlinear_membrane.cc                        |    2 +
 tests/plasticity.cc                                |    3 +
 tests/plate.cc                                     |    3 +
 tests/stokes.cc                                    |    2 +
 tests/test_assembly.cc                             |    6 +-
 tests/test_assembly_assignment.cc                  |    6 +-
 tests/test_condensation.cc                         |    9 +-
 tests/test_continuation.cc                         |    2 +
 tests/test_gmm_matrix_functions.cc                 |    4 +
 tests/test_internal_variables.cc                   |    3 +
 tests/test_interpolated_fem.cc                     |    6 +-
 tests/test_kdtree.cc                               |    2 +
 tests/test_range_basis.cc                          |    3 +
 tests/test_small_vector.cc                         |    3 +-
 tests/thermo_elasticity_electrical_coupling.cc     |    5 +-
 tests/wave_equation.cc                             |    3 +
 78 files changed, 1578 insertions(+), 2091 deletions(-)




reply via email to

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