getfem-commits
[Top][All Lists]
Advanced

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

[Getfem-commits] [getfem-commits] fixmisspell updated (ed420f9d -> f6bfd


From: Konstantinos Poulios
Subject: [Getfem-commits] [getfem-commits] fixmisspell updated (ed420f9d -> f6bfdffd)
Date: Sun, 15 Jan 2023 18:53:30 -0500 (EST)

logari81 pushed a change to branch fixmisspell.

    from ed420f9d Merge remote-tracking branch 'origin/master' into fixmisspell
     add c6524253 towards release 5.4.2
     add e29c6e03 towards release 5.4.2
     add 0256e321 towards release 5.4.2
     add 084f9aed towards release 5.4.2
     add 89e50dbd Python version 3 in auxiliary scripts
     add f903c1ee work in progress
     add df62d419 Fix typos
     add 20c315d5 minor fix
     add 3a613b80 towards release 5.4.2
     add 76a75614 Fix issue from #89e50dbd
     add 7a26ce81 small improvment
     add 494de109 fix bug in simplexification of pyramid elements
     add 63276e89 Merge branch 'master' into devel-logari81
     add ea6f2828 Cosmetic changes and typo fix
     add d36b1a36 Stricter checks in the use of mesh regions
     add 5df388a5 Remove unused mesh_region option
     add 537a96f6 Minor improvements in finite strain plasticity brick and new 
demos
     add 5f31268e Merge branch 'master' into devel-logari81
     add d87054dd Merge branch 'master' into devel-logari81
     add d9bcc35a Merge branch 'master' into devel-logari81
     add 60d7d962 Fix wrong point size in mesh method
     add ac2c3acb Merge remote-tracking branch 'origin/devel-logari81'
     add 287ad65e little fix on ga_instruction_contraction_switch
     add 52929dd8 minor modifications for 5.4.2 release
     add 59601b43 an intermediary working version
     add 82a1d106 minor modification
     add e6e0fc4a removing GMM_USES_BLAS_INTERFACE
     add 134e0599 small add
     add 3ca72e10 towards release 5.4.2
     add c42e6d2e minor fixes
     add 49aedfae fix a problem with a non adaptation of mim to mesh change
     add a499492e Add const attribute to class member function
     add 8cfa3b3b Typo fix and documentation improvements
     add f50e3cba Allow integration point variables for GWFL assembly in the 
scripting interface
     add 2a1dd105 Relax convergence threshold for inverse geometric 
transformation
     add 108702a6 Replace deprecated distutils with setuptools
     add 42188b7a Fix broken lapack interface on BigEndian architectures
     add c6b5391e White space, typos and coding style
     add e7f75a1f Implement bspline basis functions for mesh_fem in 2D
     add e4c954d0 Add scripting interface for creating mesh_fem with bspline 
basis functions
     add c49e989c Fix GWFL bug in ga_node_grad for elementary transformations
     add 5dd7219d Just white space changes
     add e2bec5f1 Improve implementation of uniform bspline mesh_fem and add a 
unit test
     add f6bfdffd Fix some compilation warning

No new revisions were added by this update.

Summary of changes:
 INSTALL                                            |   24 +-
 README                                             |    2 +-
 bin/extract_doc                                    |    6 +-
 bin/split_cmdref                                   |    2 +-
 configure.ac                                       |   24 +-
 contrib/continuum_mechanics/Makefile.am            |   12 +-
 ...icity_fin_strain_lin_hardening_axisymmetric.py} |    0
 ...icity_fin_strain_lin_hardening_plane_strain.py} |   36 +-
 doc/doxygen/Doxyfile                               |    2 +-
 doc/sphinx/Makefile.am                             |    2 +-
 doc/sphinx/source/.templates/download.html         |    6 +-
 doc/sphinx/source/.templates/indexcontent.html     |    2 +-
 doc/sphinx/source/replaces.txt                     |    6 +-
 doc/sphinx/source/userdoc/bfem.rst                 |   50 +-
 doc/sphinx/source/userdoc/bmesh.rst                |    2 +-
 doc/sphinx/source/whatsnew/5.4.2.rst               |   17 +
 doc/sphinx/source/whatsnew/index.rst               |    1 +
 doc/web/index.php                                  |    4 +-
 extract_gmm++                                      |    7 +-
 interface/src/getfemint.h                          |  140 +-
 interface/src/gf_asm.cc                            |   13 +-
 interface/src/gf_mesh_fem.cc                       |  180 +-
 interface/src/python/Makefile.am                   |    2 +-
 interface/src/python/getfem_python.c               |    4 +-
 interface/src/python/setup.py.in                   |    6 +-
 interface/tests/matlab-octave/check_all_octave.sh  |    2 +-
 interface/tests/matlab-octave/demo_refine.m        |    2 +-
 interface/tests/python/Makefile.am                 |    8 +-
 interface/tests/python/check_bspline_mesh_fem.py   |  162 +
 .../python/demo_fluide_structure_interaction.py    |  205 +-
 interface/tests/python/demo_laplacian.py           |   42 +-
 m4/ac_python_devel.m4                              |  185 -
 m4/ax_python_devel.m4                              |  416 ++
 src/bgeot_geotrans_inv.cc                          |    4 +-
 src/getfem/dal_static_stored_objects.h             |    2 +-
 src/getfem/getfem_config.h                         |    2 +-
 src/getfem/getfem_derivatives.h                    |    2 +-
 src/getfem/getfem_generic_assembly_tree.h          |    2 +-
 src/getfem/getfem_global_function.h                |   11 +-
 src/getfem/getfem_im_list.h                        | 6048 ++++++++++----------
 src/getfem/getfem_mesh_fem_global_function.h       |   47 +
 src/getfem/getfem_mesh_im.h                        |    7 +-
 src/getfem/getfem_mesh_region.h                    |    2 +-
 src/getfem/getfem_mesh_slicers.h                   |    3 +-
 src/getfem_assembling_tensors.cc                   |    4 +-
 src/getfem_context.cc                              |   79 +-
 src/getfem_generic_assembly_compile_and_exec.cc    |   20 +-
 src/getfem_generic_assembly_semantic.cc            |  162 +-
 src/getfem_generic_assembly_tree.cc                |   15 +-
 src/getfem_global_function.cc                      |  646 ++-
 src/getfem_interpolation.cc                        |    2 +-
 src/getfem_mesh.cc                                 |    5 +-
 src/getfem_mesh_fem_global_function.cc             |  271 +-
 src/getfem_models.cc                               |    4 +-
 src/gmm/gmm_MUMPS_interface.h                      |    4 +
 src/gmm/gmm_blas_interface.h                       |    2 +-
 src/gmm/gmm_dense_matrix_functions.h               |    2 +-
 src/gmm/gmm_lapack_interface.h                     |    2 +-
 src/gmm/gmm_sub_vector.h                           |  160 +-
 tests/Makefile.am                                  |    6 +-
 tests/cyl_slicer.cc                                |    4 +
 tests/test_mesh.cc                                 |   34 +-
 62 files changed, 5354 insertions(+), 3770 deletions(-)
 rename 
contrib/continuum_mechanics/{plasticity_finite_strain_linear_hardening_tension_axisymmetric.py
 => plasticity_fin_strain_lin_hardening_axisymmetric.py} (100%)
 rename 
contrib/continuum_mechanics/{plasticity_finite_strain_linear_hardening_tension_plane_strain.py
 => plasticity_fin_strain_lin_hardening_plane_strain.py} (91%)
 create mode 100644 doc/sphinx/source/whatsnew/5.4.2.rst
 create mode 100644 interface/tests/python/check_bspline_mesh_fem.py
 delete mode 100644 m4/ac_python_devel.m4
 create mode 100644 m4/ax_python_devel.m4



reply via email to

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