[Getfem-commits] [getfem-commits] branch master updated: Fix matlab interface compilation problem for the link with external superlu library

2024-04-05 Thread Yves Renard
library 59a7c206 is described below commit 59a7c206b85101119f0159c8215a4ff8c185b89d Author: Yves Renard AuthorDate: Fri Apr 5 11:26:43 2024 +0200 Fix matlab interface compilation problem for the link with external superlu library --- interface/src/matlab/Makefile.am | 13

[Getfem-commits] [getfem-commits] branch master updated: minor correction

2023-12-30 Thread Yves Renard
07aac8aa95906bbb97afce409a7f580957bf5ba3 Author: Yves Renard AuthorDate: Sat Dec 30 18:53:15 2023 +0100 minor correction --- .gitignore | 4 configure.ac | 1 + 2 files changed, 5 insertions(+) diff --git a/.gitignore b/.gitignore index 4c1d7847..b846dee4 100644 --- a/.gitignore +++ b/.gitignore @@ -38,8

[Getfem-commits] [getfem-commits] branch master updated: simplification of comparison operator for the tab_ref_reg_spaced_iterator

2023-12-20 Thread Yves Renard
This is an automated email from the git hooks/post-receive script. renard pushed a commit to branch master in repository getfem. The following commit(s) were added to refs/heads/master by this push: new e850f907 simplification of comparison operator for the tab_ref_reg_spaced_iterator

[Getfem-commits] (no subject)

2023-12-14 Thread Yves Renard
-2,7 +2,7 @@ /*=== - Copyright (C) 2002-2022 Yves Renard + Copyright (C) 2002-2023 Yves Renard This file is a part of GetFEM++ diff --git a/tests/plate.cc b/tests/plate.cc index 6273a3cd..455b59aa 100644 --- a/tests/plate.cc +++ b/tests/plate.

[Getfem-commits] (no subject)

2023-12-14 Thread Yves Renard
branch: master commit b41cdfe53655685161a87e563d664da3a77a7c02 Author: Matthias Bussonnier AuthorDate: Wed Dec 13 14:53:25 2023 +0100 Unconditionally inclide -lstdc++. Compiling with clang does not do that by default on macos, leading to linking failure in `make check`. ---

[Getfem-commits] [getfem-commits] master updated (3c37cc1a -> fb3a2e86)

2023-12-14 Thread Yves Renard
renard pushed a change to branch master. from 3c37cc1a minor modification for clang compatibility new 5582edc1 Explicitly opt-out of clang, got gcc specific instructions. new b41cdfe5 Unconditionally inclide -lstdc++. new fb3a2e86 Typo and UTF-8 Summary of changes:

[Getfem-commits] (no subject)

2023-12-14 Thread Yves Renard
branch: master commit 5582edc12a753ee7d80cadac5767462b07ce9d75 Author: Matthias Bussonnier AuthorDate: Wed Dec 13 14:51:22 2023 +0100 Explicitly opt-out of clang, got gcc specific instructions. Clangs sometime pretends to be GCC or to support GNU C extensions but does not. Thus

[Getfem-commits] [getfem-commits] branch master updated: minor modification for clang compatibility

2023-12-13 Thread Yves Renard
This is an automated email from the git hooks/post-receive script. renard pushed a commit to branch master in repository getfem. The following commit(s) were added to refs/heads/master by this push: new 3c37cc1a minor modification for clang compatibility 3c37cc1a is described below commit

[Getfem-commits] [getfem-commits] branch master updated: Adding RT and BDM elements on simplicies for any degree and dimension

2023-10-25 Thread Yves Renard
is described below commit 0a9ed2175e3357399980d347d39efc187a0ba1d9 Author: Yves Renard AuthorDate: Wed Oct 25 15:57:15 2023 +0200 Adding RT and BDM elements on simplicies for any degree and dimension --- doc/sphinx/source/userdoc/appendixA.rst | 43 ++- src/getfem_fem.cc

[Getfem-commits] [getfem-commits] branch master updated: minor change

2023-10-23 Thread Yves Renard
38430cf32102380b9d5a975cea8916b79d12cb54 Author: Yves Renard AuthorDate: Mon Oct 23 14:16:30 2023 +0200 minor change --- interface/tests/matlab-octave/check_all_matlab.sh | 2 +- interface/tests/matlab-octave/check_all_octave.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/interface/tests/matlab

Re: [Getfem-commits] License information for GMM 3.1

2023-10-17 Thread yves . renard
Dear Emilie KULLMANN, GMM is distributed under the same Licence as Getfem : GNU Lesser General Public License and GCC Runtime Library Exception. I think, this is clearly indicated in the source files. Best regards, Yves Renard De: "KULLMANN Emilie" À: "Yves Rena

[Getfem-commits] [getfem-commits] branch master updated: add of two scalar functions to GWFL : sqr_pos_part and sqr_neg_part

2023-10-11 Thread Yves Renard
This is an automated email from the git hooks/post-receive script. renard pushed a commit to branch master in repository getfem. The following commit(s) were added to refs/heads/master by this push: new b91ee1de add of two scalar functions to GWFL : sqr_pos_part and sqr_neg_part b91ee1de

[Getfem-commits] [getfem-commits] branch devel-tkoyama-fix-python-error deleted (was d5201a21)

2023-07-18 Thread Yves Renard
renard pushed a change to branch devel-tkoyama-fix-python-error. was d5201a21 Fix Python error in new third package version The revisions that were on this branch are still contained in other references; therefore, this change does not discard any commits from the repository.

[Getfem-commits] [getfem-commits] master updated (e41de9db -> d5201a21)

2023-07-18 Thread Yves Renard
renard pushed a change to branch master. from e41de9db Fix non-UTF8 file encodings add d5201a21 Fix Python error in new third package version No new revisions were added by this update. Summary of changes: interface/src/gf_mesh_fem_get.cc | 2 +-

[Getfem-commits] [getfem-commits] branch master updated: fix for RT0 element

2023-02-11 Thread Yves Renard
This is an automated email from the git hooks/post-receive script. renard pushed a commit to branch master in repository getfem. The following commit(s) were added to refs/heads/master by this push: new bbc75c88 fix for RT0 element bbc75c88 is described below commit

[Getfem-commits] [getfem-commits] branch master updated: Correction for RT0 element

2023-02-10 Thread Yves Renard
This is an automated email from the git hooks/post-receive script. renard pushed a commit to branch master in repository getfem. The following commit(s) were added to refs/heads/master by this push: new 789efd32 Correction for RT0 element new b8db396a Merge branch 'master' of

[Getfem-commits] [getfem-commits] branch master updated: minor fixes

2022-07-08 Thread Yves Renard
This is an automated email from the git hooks/post-receive script. renard pushed a commit to branch master in repository getfem. The following commit(s) were added to refs/heads/master by this push: new c42e6d2e minor fixes c42e6d2e is described below commit

[Getfem-commits] [getfem-commits] branch master updated: towards release 5.4.2

2022-07-08 Thread Yves Renard
This is an automated email from the git hooks/post-receive script. renard pushed a commit to branch master in repository getfem. The following commit(s) were added to refs/heads/master by this push: new 3ca72e10 towards release 5.4.2 3ca72e10 is described below commit

[Getfem-commits] [getfem-commits] branch master updated: small add

2022-07-07 Thread Yves Renard
134e0599f63052425f761cb1cc45f1944d3bacca Author: Yves Renard AuthorDate: Thu Jul 7 16:30:59 2022 +0200 small add --- interface/tests/python/demo_laplacian.py | 42 +--- 1 file changed, 39 insertions(+), 3 deletions(-) diff --git a/interface/tests/python/demo_laplacian.py b/interface/tests/python

[Getfem-commits] [getfem-commits] branch master updated: removing GMM_USES_BLAS_INTERFACE

2022-07-07 Thread Yves Renard
This is an automated email from the git hooks/post-receive script. renard pushed a commit to branch master in repository getfem. The following commit(s) were added to refs/heads/master by this push: new e6e0fc4a removing GMM_USES_BLAS_INTERFACE e6e0fc4a is described below commit

[Getfem-commits] [getfem-commits] branch master updated: minor modification

2022-06-30 Thread Yves Renard
82a1d1062437ebdaab3ee6f815876e4d8996a698 Author: Yves Renard AuthorDate: Thu Jun 30 13:23:09 2022 +0200 minor modification --- interface/tests/python/demo_fluide_structure_interaction.py | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/interface/tests/python

[Getfem-commits] [getfem-commits] branch master updated: an intermediary working version

2022-06-30 Thread Yves Renard
59601b43cc0533b35d84c82e4692cc0e21572363 Author: Yves Renard AuthorDate: Thu Jun 30 11:32:24 2022 +0200 an intermediary working version --- .../python/demo_fluide_structure_interaction.py| 67 +++--- 1 file changed, 33 insertions(+), 34 deletions(-) diff --git a/interface/tests

[Getfem-commits] [getfem-commits] branch master updated: minor modifications for 5.4.2 release

2022-06-29 Thread Yves Renard
This is an automated email from the git hooks/post-receive script. renard pushed a commit to branch master in repository getfem. The following commit(s) were added to refs/heads/master by this push: new 52929dd8 minor modifications for 5.4.2 release 52929dd8 is described below commit

[Getfem-commits] [getfem-commits] branch master updated: little fix on ga_instruction_contraction_switch

2022-06-28 Thread Yves Renard
commit 287ad65efa8fe34e6b961ec361a9f20a43d47656 Author: Yves Renard AuthorDate: Tue Jun 28 17:41:13 2022 +0200 little fix on ga_instruction_contraction_switch --- src/getfem_generic_assembly_compile_and_exec.cc | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src

[Getfem-commits] (no subject)

2022-06-28 Thread Yves Renard
branch: master commit 7a26ce81e8f2587314bf8988daef9885bc928bc5 Author: Yves Renard AuthorDate: Tue Jun 28 15:49:31 2022 +0200 small improvment --- .../python/demo_fluide_structure_interaction.py| 61 +- 1 file changed, 36 insertions(+), 25 deletions(-) diff --git

[Getfem-commits] [getfem-commits] master updated (76a75614 -> ac2c3acb)

2022-06-28 Thread Yves Renard
renard pushed a change to branch master. from 76a75614 Fix issue from #89e50dbd new 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

[Getfem-commits] (no subject)

2022-06-28 Thread Yves Renard
branch: master commit ac2c3acbc3ce9f03c403af4cdb01f163fc597814 Merge: 7a26ce81 60d7d962 Author: Yves Renard AuthorDate: Tue Jun 28 15:50:11 2022 +0200 Merge remote-tracking branch 'origin/devel-logari81' src/getfem/getfem_mesh_region.h | 2 +- src/getfem_mesh.cc | 5 +++-- 2

[Getfem-commits] [getfem-commits] branch master updated: towards release 5.4.2

2022-06-27 Thread Yves Renard
/Makefile.am | 6 +++--- 4 files changed, 9 insertions(+), 25 deletions(-) diff --git a/INSTALL b/INSTALL index b11ce691..5de5cde3 100644 --- a/INSTALL +++ b/INSTALL @@ -1,4 +1,4 @@ -# Copyright (C) 1999-2020 Yves Renard, Julien Pommier +# Copyright (C) 1999-2022 Yves Renard, Julien Pommier

[Getfem-commits] [getfem-commits] branch master updated: minor fix

2022-06-23 Thread Yves Renard
This is an automated email from the git hooks/post-receive script. renard pushed a commit to branch master in repository getfem. The following commit(s) were added to refs/heads/master by this push: new 20c315d5 minor fix 20c315d5 is described below commit

[Getfem-commits] [getfem-commits] branch master updated: work in progress

2022-06-22 Thread Yves Renard
f903c1ee56aa227269fe11f4b838b0eb00c62048 Author: Yves Renard AuthorDate: Thu Jun 23 07:39:15 2022 +0200 work in progress --- .../python/demo_fluide_structure_interaction.py| 165 - 1 file changed, 98 insertions(+), 67 deletions(-) diff --git a/interface/tests/python

[Getfem-commits] [getfem-commits] branch master updated: towards release 5.4.2

2022-06-21 Thread Yves Renard
084f9aed690f6d8184f62637f4b9721787228e21 Author: Yves Renard AuthorDate: Tue Jun 21 20:42:42 2022 +0200 towards release 5.4.2 --- src/getfem/getfem_derivatives.h | 2 +- src/getfem/getfem_mesh_slicers.h | 3 ++- src/getfem_interpolation.cc | 2 +- src/getfem_models.cc | 4 ++-- 4 files changed

[Getfem-commits] [getfem-commits] branch master updated: towards release 5.4.2

2022-06-21 Thread Yves Renard
(C) 2004-2020 Yves Renard, Julien Pommier. +# Copyright (C) 2004-2022 Yves Renard, Julien Pommier. # # This file is a part of GetFEM

[Getfem-commits] [getfem-commits] branch master updated: towards release 5.4.2

2022-06-21 Thread Yves Renard
This is an automated email from the git hooks/post-receive script. renard pushed a commit to branch master in repository getfem. The following commit(s) were added to refs/heads/master by this push: new c6524253 towards release 5.4.2 c6524253 is described below commit

[Getfem-commits] [getfem-commits] branch upgrading_getfem_to_cpp14 deleted (was b998578a)

2022-06-21 Thread Yves Renard
renard pushed a change to branch upgrading_getfem_to_cpp14. was b998578a no need for a smart pointer here. Value semantics will do. This change permanently discards the following revisions: discard b998578a no need for a smart pointer here. Value semantics will do. discard b93e8190

[Getfem-commits] [getfem-commits] branch making_var_description_copyable deleted (was b8be815b)

2022-06-21 Thread Yves Renard
renard pushed a change to branch making_var_description_copyable. was b8be815b changing constness to allow var_description copying This change permanently discards the following revisions: discard b8be815b changing constness to allow var_description copying

[Getfem-commits] [getfem-commits] master updated (1a8c1c22 -> ed420f9d)

2022-06-21 Thread Yves Renard
renard pushed a change to branch master. from 1a8c1c22 Simple FSI example, still in progress add 8a980211 Add VTU(XML) binary option and slices add 250861de Merge remote-tracking branch 'origin' into fixmisspell add bf38e028 Update urls of translation project and documents

[Getfem-commits] [getfem-commits] fixmisspell updated (bf38e028 -> ed420f9d)

2022-06-21 Thread Yves Renard
renard pushed a change to branch fixmisspell. from bf38e028 Update urls of translation project and documents add 3ae01b87 fix a memory leak add 8324be3a Remove invalid assertion add 91fb8d39 Fix GWFL inconsistency in slicing of tensors with single element leading dimensions

[Getfem-commits] (no subject)

2022-06-21 Thread Yves Renard
branch: fixmisspell commit ed420f9d75595c8ec67665f7854f079ffd6d5924 Merge: bf38e028 1a8c1c22 Author: Renard Yves AuthorDate: Tue Jun 21 09:02:43 2022 +0200 Merge remote-tracking branch 'origin/master' into fixmisspell .gitignore | 3 +

[Getfem-commits] [getfem-commits] branch master updated: Simple FSI example, still in progress

2022-06-21 Thread Yves Renard
This is an automated email from the git hooks/post-receive script. renard pushed a commit to branch master in repository getfem. The following commit(s) were added to refs/heads/master by this push: new 1a8c1c22 Simple FSI example, still in progress 1a8c1c22 is described below commit

[Getfem-commits] [getfem-commits] branch master updated: correction of tangent term of matrix_j2

2022-06-14 Thread Yves Renard
This is an automated email from the git hooks/post-receive script. renard pushed a commit to branch master in repository getfem. The following commit(s) were added to refs/heads/master by this push: new baefd5d3 correction of tangent term of matrix_j2 baefd5d3 is described below commit

[Getfem-commits] [getfem-commits] branch master updated: minor fix on matrix_j2 operator

2022-06-13 Thread Yves Renard
This is an automated email from the git hooks/post-receive script. renard pushed a commit to branch master in repository getfem. The following commit(s) were added to refs/heads/master by this push: new 97aac8bf minor fix on matrix_j2 operator 97aac8bf is described below commit

[Getfem-commits] (no subject)

2022-05-27 Thread Yves Renard
branch: master commit f6e4bf85984fdeeb5952a39c5c0707dbad19ead2 Author: Renard Yves AuthorDate: Fri May 27 17:50:06 2022 +0200 minor modification --- doc/sphinx/source/userdoc/gasm_high.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/sphinx/source/userdoc/gasm_high.rst

[Getfem-commits] [getfem-commits] master updated (57e5e2d4 -> f6e4bf85)

2022-05-27 Thread Yves Renard
renard pushed a change to branch master. from 57e5e2d4 Bug fix for fixed size test functions in constant matrices add 71eeed57 Minor changes add 4bb1fd6e Avoid passing unused references add 5f88efb4 Support element_K and element_B interpolates in GWFL new f6e4bf85 minor

[Getfem-commits] [getfem-commits] branch devel-logari81-interpolate-element-matrices deleted (was 5f88efb4)

2022-05-27 Thread Yves Renard
renard pushed a change to branch devel-logari81-interpolate-element-matrices. was 5f88efb4 Support element_K and element_B interpolates in GWFL The revisions that were on this branch are still contained in other references; therefore, this change does not discard any commits from the

[Getfem-commits] [getfem-commits] branch master updated: adding major and minor version numbers to arch_config

2022-05-02 Thread Yves Renard
This is an automated email from the git hooks/post-receive script. renard pushed a commit to branch master in repository getfem. The following commit(s) were added to refs/heads/master by this push: new 5bff25b6 adding major and minor version numbers to arch_config 5bff25b6 is described

[Getfem-commits] [getfem-commits] master updated (7b9740ef -> a105a274)

2022-05-02 Thread Yves Renard
renard pushed a change to branch master. from 7b9740ef Minor changes add a105a274 Fix m4/ac_python_devel.m4 for Python3.10 No new revisions were added by this update. Summary of changes: m4/ac_python_devel.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

[Getfem-commits] [getfem-commits] branch master updated: Deleting the obsolete class

2021-12-10 Thread Yves Renard
39dc301e4328a63be0d253e91ecc391e47fbfa10 Author: Yves Renard AuthorDate: Fri Dec 10 16:13:39 2021 +0100 Deleting the obsolete class --- interface/src/matlab/gfm_common.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/interface/src/matlab/gfm_common.c b/interface/src/matlab

[Getfem-commits] [getfem-commits] branch devel-tetsuo-2to3check deleted (was d33eb66)

2021-07-12 Thread Yves Renard
renard pushed a change to branch devel-tetsuo-2to3check. was d33eb66 Merge branch 'master' of ssh://git.sv.gnu.org:/srv/git/getfem into devel-tetsuo-2to3check The revisions that were on this branch are still contained in other references; therefore, this change does not discard any

[Getfem-commits] [getfem-commits] branch phuoc deleted (was ff4b4ca)

2021-07-12 Thread Yves Renard
renard pushed a change to branch phuoc. was ff4b4ca Revise vtk import code (not tested) This change permanently discards the following revisions: discard ff4b4ca Revise vtk import code (not tested) discard 3670b70 FIXED 2-space indentation discard b7d49c1 Import vtk mesh working

[Getfem-commits] [getfem-commits] branch ignore_empty_integration_points deleted (was d5cebf0)

2021-07-12 Thread Yves Renard
renard pushed a change to branch ignore_empty_integration_points. was d5cebf0 Use consistent type. The revisions that were on this branch are still contained in other references; therefore, this change does not discard any commits from the repository.

[Getfem-commits] [getfem-commits] branch devel-franz deleted (was 515905d)

2021-07-12 Thread Yves Renard
renard pushed a change to branch devel-franz. was 515905d Pyramid element (in progress) The revisions that were on this branch are still contained in other references; therefore, this change does not discard any commits from the repository.

[Getfem-commits] [getfem-commits] branch touched_region_for_projected_fem deleted (was b293efb)

2021-07-12 Thread Yves Renard
renard pushed a change to branch touched_region_for_projected_fem. was b293efb improving naming This change permanently discards the following revisions: discard b293efb improving naming discard 3c95fe3 comment spelling discard 9c0058d less auto discard e13a082

Re: [Getfem-commits] please merge branch devel-tetsuo-add_lumped_mass_python_interface_squash

2021-04-16 Thread Yves Renard
i, Apr 9, 2021 at 11:23 AM Tetsuo Koyama mailto:tkoyama...@gmail.com>> wrote: Dear GetFEM project I added the lumped mass for first order to the python interface. Could you merge devel-tetsuo-add_lumped_mass_python_interface_squash ? BR Tetsu

Re: [Getfem-commits] (no subject)

2021-03-21 Thread Yves Renard
ments_degree - 1, DIRICHLET_BOUNDARY) + +# +# Model solve +# +md.solve() + + +# +# Solution export +# +U = md.variable("u") + +# Interpolate the exact solution (Assuming mfu is a Lagrange fem) +Ue = mfu.eval("(" + str(P) + "*x)/(" + str(E) +"*" + str(A) + &q

[Getfem-commits] [getfem-commits] branch master updated: use region in ref_elt_dim_of_mesh

2021-03-09 Thread Yves Renard
8eab6bfb23b19b3a0ff44f846079907ab073557c Author: Yves Renard AuthorDate: Tue Mar 9 17:47:34 2021 +0100 use region in ref_elt_dim_of_mesh --- src/getfem/getfem_generic_assembly_semantic.h | 6 +++--- src/getfem_generic_assembly_compile_and_exec.cc | 10 +- src

[Getfem-commits] (no subject)

2021-02-16 Thread Yves Renard
branch: master commit 44045b410513fd4b493db8dc6b861e6fc7b82a4f Author: Yves Renard AuthorDate: Tue Feb 16 09:56:13 2021 +0100 minor change --- .gitignore| 1 + src/bgeot_geotrans_inv.cc | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b

[Getfem-commits] [getfem-commits] master updated (4e663f5 -> 44045b4)

2021-02-16 Thread Yves Renard
renard pushed a change to branch master. from 4e663f5 Convert the planetary gear example to GWFL new 0604f61 minor change new 44045b4 minor change Summary of changes: .gitignore| 1 + src/bgeot_geotrans_inv.cc | 10 -- 2 files changed, 5 insertions(+),

[Getfem-commits] (no subject)

2021-02-16 Thread Yves Renard
branch: master commit 0604f61a5799d34a574158d14ae708cda3af2c41 Author: Yves Renard AuthorDate: Tue Feb 16 09:45:46 2021 +0100 minor change --- src/bgeot_geotrans_inv.cc | 10 -- 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/src/bgeot_geotrans_inv.cc b/src

[Getfem-commits] [getfem-commits] branch master updated: Making work the directional derivative with interpolate transformation in a very special case

2021-01-10 Thread Yves Renard
in a very special case 2f17bad is described below commit 2f17bad1068571c33123aadbdbba5dd2ffa532a0 Author: Yves Renard AuthorDate: Sun Jan 10 20:11:44 2021 +0100 Making work the directional derivative with interpolate transformation in a very special case --- .gitignore

[Getfem-commits] [getfem-commits] branch master updated: A attempt for making diff working with interpolate transformations

2021-01-10 Thread Yves Renard
is described below commit 56d8db12077ba5f813223561387309537030e9ed Author: Yves Renard AuthorDate: Sun Jan 10 17:26:48 2021 +0100 A attempt for making diff working with interpolate transformations --- src/getfem_generic_assembly_semantic.cc | 86 + 1 file changed

[Getfem-commits] [getfem-commits] branch master updated: fix a memory leak

2020-12-28 Thread Yves Renard
://git.sv.gnu.org:/srv/git/getfem 3ae01b8 is described below commit 3ae01b87cf08fd253b4a5658a2481df9ee9ce336 Author: Yves Renard AuthorDate: Mon Dec 28 20:09:39 2020 +0100 fix a memory leak --- src/getfem_generic_assembly_tree.cc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src

[Getfem-commits] [getfem-commits] fixmisspell updated (8a98021 -> 250861d)

2020-11-19 Thread Yves Renard
renard pushed a change to branch fixmisspell. from 8a98021 Add VTU(XML) binary option and slices add 3507069 Fix bug in second derivative of inverse operator add 732533f Add VTU(XML) binary option add f6bc812 Support for environments without pyvista add 92ad552 Merge

[Getfem-commits] (no subject)

2020-11-19 Thread Yves Renard
branch: fixmisspell commit 250861de05285cec48c56c5a109da67a9db7f75e Merge: 8a98021 103d186 Author: Yves Renard AuthorDate: Fri Nov 20 08:38:21 2020 +0100 Merge remote-tracking branch 'origin' into fixmisspell .gitignore | 1 + .travis.yml

[Getfem-commits] (no subject)

2020-11-19 Thread Yves Renard
branch: master commit 103d186c18658b2a78284eeec4c8ed1956bc41f9 Merge: 4164a97 511387f Author: Yves Renard AuthorDate: Fri Nov 20 08:35:46 2020 +0100 Merge remote-tracking branch 'origin/fixmisspell' doc/sphinx/source/.templates/download.html | 170 + doc/sphinx

[Getfem-commits] (no subject)

2020-11-19 Thread Yves Renard
branch: master commit 4164a973b3cbab2e56808a7971d8aff5248d04a8 Author: Yves Renard AuthorDate: Fri Nov 20 08:34:37 2020 +0100 fix formula typos --- doc/sphinx/source/userdoc/model_nonlinear_elasticity.rst | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/doc

[Getfem-commits] [getfem-commits] master updated (bbc5d76 -> 103d186)

2020-11-19 Thread Yves Renard
renard pushed a change to branch master. from bbc5d76 yet another small fix in region number for gmsh import new 4164a97 fix formula typos add 1f059d1 Add docker images of python interface add 1c5d596 Use i18n Extension in Sphinx add 511387f Merge branch 'master' of

[Getfem-commits] [getfem-commits] branch master updated: yet another small fix in region number for gmsh import

2020-11-17 Thread Yves Renard
below commit bbc5d7619d6b099fb517bd3a9abef9dbdca65100 Author: Yves Renard AuthorDate: Wed Nov 18 08:34:38 2020 +0100 yet another small fix in region number for gmsh import --- src/getfem_import.cc | 12 +--- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/src

[Getfem-commits] [getfem-commits] branch master updated: Separate regions of identical numbers in gmsh

2020-11-17 Thread Yves Renard
commit 9c653c48e67c14f17d2a9535bb84bce05e118253 Author: Yves Renard AuthorDate: Tue Nov 17 21:10:02 2020 +0100 Separate regions of identical numbers in gmsh --- src/getfem_import.cc | 13 ++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/src/getfem_import.cc b/src

[Getfem-commits] [getfem-commits] branch master updated: small fix on gmsh import of N-2 dimensional elements

2020-11-15 Thread Yves Renard
commit fe24d85399dbbd253ac76902bb771eed035fb815 Author: Yves Renard AuthorDate: Sun Nov 15 14:05:30 2020 +0100 small fix on gmsh import of N-2 dimensional elements --- src/getfem_import.cc | 67 ++-- 1 file changed, 33 insertions(+), 34

[Getfem-commits] (no subject)

2020-11-11 Thread Yves Renard
branch: master commit 7912c992daefdb88e1068f6f11ea68515a76d9d7 Author: Yves Renard AuthorDate: Wed Nov 11 14:42:19 2020 +0100 minor correction --- src/getfem_import.cc | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/getfem_import.cc b/src/getfem_import.cc

[Getfem-commits] (no subject)

2020-11-11 Thread Yves Renard
branch: master commit 4f8db19099bfcdfc04fedf98f928733bed1d5941 Author: Yves Renard AuthorDate: Wed Nov 11 14:38:38 2020 +0100 adding the import of gmsh mesh files with lower order elements in python interface --- interface/src/gf_mesh.cc | 1 + src/getfem_import.cc | 11 ++- 2

[Getfem-commits] [getfem-commits] master updated (0f76b55 -> 7912c99)

2020-11-11 Thread Yves Renard
renard pushed a change to branch master. from 0f76b55 a small fix on neighbor transformation new 4f8db19 adding the import of gmsh mesh files with lower order elements in python interface new 7912c99 minor correction Summary of changes: interface/src/gf_mesh.cc | 1 +

[Getfem-commits] [getfem-commits] branch master updated: a small fix on neighbor transformation

2020-10-27 Thread Yves Renard
0f76b552495b5112fab430da3b15b90ab1c7ffb3 Author: Yves Renard AuthorDate: Tue Oct 27 16:32:26 2020 +0100 a small fix on neighbor transformation --- src/getfem_generic_assembly_compile_and_exec.cc | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src

[Getfem-commits] [getfem-commits] branch master updated: adding demo_parallel_laplacian.py in the distribution

2020-10-05 Thread Yves Renard
below commit 4af6248a420368932645ee6c413acaff89e46f0e Author: Yves Renard AuthorDate: Mon Oct 5 16:29:36 2020 +0200 adding demo_parallel_laplacian.py in the distribution --- interface/tests/python/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/interface/tests/python/Makefile.am

Re: [Getfem-commits] please merge branch devel-tetsuo-xml

2020-10-05 Thread Yves Renard
Dear Tetsuo, The merge is done. Best regards, Yves - Mail original - De: "Tetsuo Koyama" À: "logari81" , "yves renard" , "getfem-commits" Envoyé: Lundi 5 Octobre 2020 06:43:32 Objet: Re: [Getfem-commits] please merge branch devel-tetsuo-xm

[Getfem-commits] [getfem-commits] branch devel-tetsuo-xml-binary-squash deleted (was f6bc812)

2020-10-05 Thread Yves Renard
renard pushed a change to branch devel-tetsuo-xml-binary-squash. was f6bc812 Support for environments without pyvista The revisions that were on this branch are still contained in other references; therefore, this change does not discard any commits from the repository.

[Getfem-commits] [getfem-commits] branch devel-tetsuo-xml-binary deleted (was fa91962)

2020-10-05 Thread Yves Renard
renard pushed a change to branch devel-tetsuo-xml-binary. was fa91962 :wrench: Fix WARNING This change permanently discards the following revisions: discard fa91962 :wrench: Fix WARNING discard 0c1f43c :wastebasket: Remove vtk and vtu discard 9f6c214 :sparkles: Fix TODO discard

[Getfem-commits] (no subject)

2020-10-05 Thread Yves Renard
branch: master commit 462698ac29e102280a18a256573355a414586383 Author: Yves Renard AuthorDate: Mon Oct 5 10:24:49 2020 +0200 adding a vtu file to gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 4dd8688..3dc5d59 100644

[Getfem-commits] (no subject)

2020-10-05 Thread Yves Renard
branch: master commit 92ad5529070ae289ae7cf48e8b2605dc030f7bc3 Merge: 3507069 f6bc812 Author: Yves Renard AuthorDate: Mon Oct 5 10:18:07 2020 +0200 Merge branch 'devel-tetsuo-xml-binary-squash' .travis.yml| 1 + interface/src/gf_mesh_fem_get.cc

[Getfem-commits] [getfem-commits] branch master updated: fix a bug in obstacle complation in Coulomb_friction_brick_rigid_obstacle object

2020-07-13 Thread Yves Renard
object a757849 is described below commit a757849aac0ec7c05fa93b353793650f28bb0ff5 Author: Yves Renard AuthorDate: Mon Jul 13 15:07:06 2020 +0200 fix a bug in obstacle complation in Coulomb_friction_brick_rigid_obstacle object --- src/getfem_contact_and_friction_nodal.cc | 4 +--- 1 file changed

[Getfem-commits] [getfem-commits] branch master updated: minor fix with a verification on im_data size

2020-06-21 Thread Yves Renard
commit abd78b096280b4d90c0f2ff80db672b43befe3ce Author: Yves Renard AuthorDate: Sun Jun 21 13:23:41 2020 +0200 minor fix with a verification on im_data size --- src/getfem_models.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/getfem_models.cc b/src/getfem_models.cc

[Getfem-commits] [getfem-commits] branch master updated: minor change : suppress an output message

2020-06-03 Thread Yves Renard
92b8ba7f21b6dd4ea39f2f812493cf9f9efc Author: Yves Renard AuthorDate: Wed Jun 3 11:04:34 2020 +0200 minor change : suppress an output message --- src/getfem_omp.cc | 7 ++- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/src/getfem_omp.cc b/src/getfem_omp.cc index 4089a86

Re: [Getfem-commits] please merge branch devel-tetsuo-xml

2020-05-28 Thread Yves Renard
Dear all, I did the merge. Best regards, Yves - Mail original - De: "logari81" À: "Tetsuo Koyama" Cc: "yves renard" , "getfem-commits" Envoyé: Mercredi 27 Mai 2020 16:47:40 Objet: Re: [Getfem-commits] please merge branch devel-tetsuo-xml it

[Getfem-commits] [getfem-commits] branch devel-tetsuo-xml-slices deleted (was ea03439)

2020-05-28 Thread Yves Renard
renard pushed a change to branch devel-tetsuo-xml-slices. was ea03439 Add exporting slices for VTU The revisions that were on this branch are still contained in other references; therefore, this change does not discard any commits from the repository.

[Getfem-commits] [getfem-commits] master updated (4898a88 -> ea03439)

2020-05-28 Thread Yves Renard
renard pushed a change to branch master. from 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 No new revisions were added by this update. Summary of changes:

[Getfem-commits] [getfem-commits] annotated tag v5.4.1 created (now 49fd244)

2020-05-25 Thread Yves Renard
renard pushed a change to annotated tag v5.4.1. at 49fd244 (tag) tagging 4898a8846eb170ba8f6e4bdd854c5f7348d02cf9 (commit) replaces v5.4 by Yves Renard on Mon May 25 20:05:31 2020 +0200 - Log - version 5.4.1

[Getfem-commits] [getfem-commits] branch master updated: small modifications for 5.4.1 patch version release

2020-05-25 Thread Yves Renard
commit 4898a8846eb170ba8f6e4bdd854c5f7348d02cf9 Author: Yves Renard AuthorDate: Mon May 25 20:05:04 2020 +0200 small modifications for 5.4.1 patch version release --- doc/sphinx/source/.templates/download.html | 2 +- doc/sphinx/source/whatsnew/1.7.rst | 2 +- doc/sphinx/source

Re: [Getfem-commits] please merge branch devel-tetsuo-xml

2020-05-25 Thread Yves Renard
Dear all, Ok, I merged the branch and I will proceed with 5.4.1 patch version. Best regards, Yves - Mail original - De: "logari81" À: "Tetsuo Koyama" Cc: "getfem-commits" , "yves renard" Envoyé: Lundi 25 Mai 2020 15:04:23 Objet: Re: [G

[Getfem-commits] (no subject)

2020-05-25 Thread Yves Renard
branch: master commit d5d2336dba04b4460fd879d01d5a728db843f5e1 Author: Yves Renard AuthorDate: Mon May 25 18:48:57 2020 +0200 preparing for 5.4.1 patch --- configure.ac| 4 ++-- doc/doxygen/Doxyfile| 2 +- doc/sphinx/source

[Getfem-commits] [getfem-commits] master updated (c60753e -> f4154e8)

2020-05-25 Thread Yves Renard
renard pushed a change to branch master. from c60753e change option name new 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

[Getfem-commits] (no subject)

2020-05-25 Thread Yves Renard
branch: master commit f4154e8902ce267a149c2249000ff2ffa9ba55a9 Merge: d5d2336 9f956bb Author: Yves Renard AuthorDate: Mon May 25 18:49:07 2020 +0200 Merge remote-tracking branch 'origin/devel-logari81-xml' doc/sphinx/source/replaces.txt | 5 +- doc/sphinx/source/userdoc/export.rst

[Getfem-commits] [getfem-commits] branch devel-logari81-xml deleted (was 9f956bb)

2020-05-25 Thread Yves Renard
renard pushed a change to branch devel-logari81-xml. was 9f956bb Export to VTU file format (only ascii), based on the original implementation by Tetsuo Koyama The revisions that were on this branch are still contained in other references; therefore, this change does not discard any

[Getfem-commits] (no subject)

2020-05-23 Thread Yves Renard
branch: master commit 14b574e0ef49c45ecb582bbe95342745381ebe5c Author: Yves Renard AuthorDate: Sat May 23 15:54:02 2020 +0200 regularising status of getfem_im_list.h --- .gitignore | 1 + cubature/Makefile.am | 3 --- src/Makefile.am | 7 +-- 3 files changed, 6 insertions

[Getfem-commits] (no subject)

2020-05-23 Thread Yves Renard
branch: master commit 44541beb7541f6627382ef644948cb0db4a3b68e Author: Yves Renard AuthorDate: Fri May 22 17:49:36 2020 +0200 minor changes --- doc/sphinx/source/.templates/indexcontent.html | 2 +- interface/tests/matlab-octave/check_all.m | 19 +-- interface/tests

[Getfem-commits] [getfem-commits] branch devel-logari81-gcc9-openmp deleted (was b776339)

2020-05-23 Thread Yves Renard
renard pushed a change to branch devel-logari81-gcc9-openmp. was b776339 An option for setting open_blas_num_thread to one for fixing a freeze with openblas 0.3.8 The revisions that were on this branch are still contained in other references; therefore, this change does not discard any

[Getfem-commits] [getfem-commits] master updated (a501150 -> c60753e)

2020-05-23 Thread Yves Renard
renard pushed a change to branch master. from a501150 using macros in that demo file new 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

[Getfem-commits] (no subject)

2020-05-23 Thread Yves Renard
branch: master commit 7054fcffab590744ca8a77b88349b114535129cb Merge: 44541be b776339 Author: Yves Renard AuthorDate: Sat May 23 15:52:41 2020 +0200 Merge branch 'devel-logari81-gcc9-openmp' configure.ac| 37 +- src/getfem/bgeot_small_vector.h | 253 +- src/getfem

[Getfem-commits] [getfem-commits] branch master updated: using macros in that demo file

2020-04-29 Thread Yves Renard
a50115014db40cb9225158b5a66d1a7e7ac8c1c9 Author: Yves Renard AuthorDate: Wed Apr 29 15:40:47 2020 +0200 using macros in that demo file --- interface/tests/python/demo_nonlinear_elasticity.py | 17 +++-- 1 file changed, 7 insertions(+), 10 deletions(-) diff --git a/interface/tests/python

[Getfem-commits] [getfem-commits] branch master updated: very minor change

2020-04-26 Thread Yves Renard
8a789d9d12a125e80f424882806fedce6888bef5 Author: Yves Renard AuthorDate: Sun Apr 26 17:55:50 2020 +0200 very minor change --- src/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Makefile.am b/src/Makefile.am index 5d377e9..085186d 100644 --- a/src/Makefile.am +++ b/src

[Getfem-commits] [getfem-commits] branch master updated: removing a mumps dependance

2020-04-26 Thread Yves Renard
71517bed3071f1c0d176e3a967c162be9ba753a0 Author: Yves Renard AuthorDate: Sun Apr 26 15:14:38 2020 +0200 removing a mumps dependance --- interface/tests/python/check_mixed_mesh.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interface/tests/python/check_mixed_mesh.py b/interface/tests

  1   2   3   4   5   6   7   >