getfem-commits
[Top][All Lists]
Advanced

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

[Getfem-commits] [getfem-commits] fixmisspell updated (1f059d1 -> 511387


From: Tetsuo Koyama
Subject: [Getfem-commits] [getfem-commits] fixmisspell updated (1f059d1 -> 511387f)
Date: Sat, 5 Sep 2020 07:35:11 -0400 (EDT)

tkoyama010 pushed a change to branch fixmisspell.

    from 1f059d1  Add docker images of python interface
     new 1c5d596  Use i18n Extension in Sphinx
     add 1465671  use 64 bits integer support for BLAS by default only when 
matlab interface is built
     add c6b43b9  preparing 5.4 release : cleaning and  file update
     add 4d89e07  preparing for 5.4 release, further fixes
     add 85d5e07  Fix too strict assertion
     add 8f01b04  Merge branch 'master' of ssh://git.sv.gnu.org:/srv/git/getfem
     add 6dd8f13  preparing 5.4 release : small fixes for passing the make 
check with the option --enable-paralevel=2
     add c750c90  preparing 5.4 release, minor fixes
     add 5bbe863  preparing 5.4 release : minor fixes
     add 2513269  preparing for 5.4 release, minor change
     add c2c0457  Merge branch 'master' of ssh://git.sv.gnu.org:/srv/git/getfem
     add 53f3430  preparing 5.4 release, small fixes
     add 3c282a2  Small adaptation of the release notes
     add c2f35d1  Update Makefile.am
     add fc21a27  Merge remote-tracking branch 'origin/tkoyama010-patch-1'
     add a35141e  cleaning som obsolete files
     add 1ac276d  Preparing for 5. release, minor further adptations
     add 26c3f30  :rocket: version 5.4
     add e1bef4e  Merge remote-tracking branch 'origin/tkoyama010-patch-2'
     add 6708467  Preparing for 5. release, last change
     add 4190738  Remove an unnesseray file
     add 71517be  removing a mumps dependance
     add 8a789d9  very minor change
     add 397d6f9  Adding the python-inteface package for Windows furnished by 
J.F. Barhélémy
     add a501150  using macros in that demo file
     add 44541be  minor changes
     add efe0d45  Fix compilation and test errors with --enable-openmp
     add b63998e  Fix compilation warnings and reduce code duplication
     add 77d6f76  Prioritize generic blas detection
     add b776339  An option for setting open_blas_num_thread to one for fixing 
a freeze with openblas 0.3.8
     add 7054fcf  Merge branch 'devel-logari81-gcc9-openmp'
     add 14b574e  regularising status of getfem_im_list.h
     add c60753e  change option name
     add d5d2336  preparing for 5.4.1 patch
     add db725b2  Move enumeration from header file
     add dbeb54b  Minor changes
     add 9f956bb  Export to VTU file format (only ascii), based on the original 
implementation by Tetsuo Koyama
     add f4154e8  Merge remote-tracking branch 'origin/devel-logari81-xml'
     add 4898a88  small modifications for 5.4.1 patch version release
     add d156a47  Add tests for exporting slices for VTU
     add ea03439  Add exporting slices for VTU
     add 92b8ba7  minor change : suppress an output message
     add abd78b0  minor fix with a verification on im_data size
     add a757849  fix a bug in obstacle complation in 
Coulomb_friction_brick_rigid_obstacle object
     new 511387f  Merge branch 'master' of ssh://git.sv.gnu.org:/srv/git/getfem 
into fixmisspell


Summary of changes:
 .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/.templates/download.html         |  174 +-
 doc/sphinx/source/.templates/gmm.html              |   78 +-
 doc/sphinx/source/.templates/indexcontent.html     |  126 +-
 doc/sphinx/source/.templates/indexsidebar.html     |   20 +-
 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 +
 82 files changed, 1801 insertions(+), 2266 deletions(-)
 create mode 100644 doc/sphinx/source/whatsnew/5.4.1.rst
 create mode 100644 doc/sphinx/source/whatsnew/5.4.rst
 delete mode 100644 interface/src/octave/first_step_interface_oct_getfem.txt



reply via email to

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