[Getfem-commits] [getfem-commits] branch master updated: Default to Python 3 function naming in the C extension implementation

2023-10-17 Thread Konstantinos Poulios via Getfem-commits
This is an automated email from the git hooks/post-receive script. logari81 pushed a commit to branch master in repository getfem. The following commit(s) were added to refs/heads/master by this push: new f8076b95 Default to Python 3 function naming in the C extension implementation

[Getfem-commits] [getfem-commits] branch master updated: Fix inconsistent argument in C extension python type initialization

2023-10-17 Thread Konstantinos Poulios via Getfem-commits
This is an automated email from the git hooks/post-receive script. logari81 pushed a commit to branch master in repository getfem. The following commit(s) were added to refs/heads/master by this push: new 0b85c037 Fix inconsistent argument in C extension python type initialization 0b85c037

[Getfem-commits] [getfem-commits] branch master updated: Whitespace and coding style changes

2023-10-17 Thread Konstantinos Poulios via Getfem-commits
This is an automated email from the git hooks/post-receive script. logari81 pushed a commit to branch master in repository getfem. The following commit(s) were added to refs/heads/master by this push: new 33ac2baf Whitespace and coding style changes 33ac2baf is described below commit

[Getfem-commits] [getfem-commits] branch master updated: Fix compilation warnings

2023-10-17 Thread Konstantinos Poulios via Getfem-commits
This is an automated email from the git hooks/post-receive script. logari81 pushed a commit to branch master in repository getfem. The following commit(s) were added to refs/heads/master by this push: new 8f534996 Fix compilation warnings 8f534996 is described below commit

[Getfem-commits] (no subject)

2023-10-16 Thread Konstantinos Poulios via Getfem-commits
branch: master commit 888391bb931bf1bcf56027664a02159356b78954 Author: Konstantinos Poulios AuthorDate: Mon Oct 16 14:16:02 2023 +0200 Code readability --- src/getfem_generic_assembly_compile_and_exec.cc | 3 +- src/getfem_generic_assembly_semantic.cc | 3 +-

[Getfem-commits] [getfem-commits] master updated (f8fda6e8 -> f818f6b6)

2023-10-16 Thread Konstantinos Poulios via Getfem-commits
logari81 pushed a change to branch master. from f8fda6e8 Fix segfault when internal variables are used inside an explicit matrix expression new 888391bb Code readability new 0d054158 Minor changes in python demo new 88a69bec Whitespace changes new f818f6b6 Fix compilation

[Getfem-commits] (no subject)

2023-10-16 Thread Konstantinos Poulios via Getfem-commits
branch: master commit 0d05415881685c1cf8cf6ad4ff308b22d582ac9f Author: Konstantinos Poulios AuthorDate: Mon Oct 16 14:19:48 2023 +0200 Minor changes in python demo --- interface/tests/python/demo_nonlinear_elasticity.py | 20 ++-- 1 file changed, 10 insertions(+), 10

[Getfem-commits] (no subject)

2023-10-16 Thread Konstantinos Poulios via Getfem-commits
branch: master commit 88a69becf3d33fa2b55d083a76e88a5033bbaab4 Author: Konstantinos Poulios AuthorDate: Mon Oct 16 14:37:11 2023 +0200 Whitespace changes --- src/getfem_mesh_im_level_set.cc | 694 1 file changed, 347 insertions(+), 347 deletions(-)

[Getfem-commits] (no subject)

2023-10-16 Thread Konstantinos Poulios via Getfem-commits
branch: master commit f818f6b6fe4bb6128a37fabe3d2436f706880a37 Author: Konstantinos Poulios AuthorDate: Mon Oct 16 15:05:25 2023 +0200 Fix compilation warnings --- src/getfem_mesh_fem.cc | 3 +-- src/getfem_mesh_im_level_set.cc | 26 +- 2 files changed, 14

[Getfem-commits] [getfem-commits] master updated (2c046b66 -> f8fda6e8)

2023-10-16 Thread Konstantinos Poulios via Getfem-commits
logari81 pushed a change to branch master. from 2c046b66 Use short names of functions for adding linear and nonlinear terms new 1b1001e4 Add unit test for filtered internal variables new c8922031 Add unit test for internal variables that leads to segfault new f8fda6e8 Fix

[Getfem-commits] (no subject)

2023-10-16 Thread Konstantinos Poulios via Getfem-commits
branch: master commit f8fda6e8ce084f6414854ce7b633dc5561a46509 Author: Konstantinos Poulios AuthorDate: Mon Oct 16 14:04:42 2023 +0200 Fix segfault when internal variables are used inside an explicit matrix expression --- src/getfem_generic_assembly_semantic.cc | 35

[Getfem-commits] (no subject)

2023-10-16 Thread Konstantinos Poulios via Getfem-commits
branch: master commit 1b1001e476d207a24bed8f6f2f94438853fcada1 Author: Konstantinos Poulios AuthorDate: Mon Oct 16 14:02:13 2023 +0200 Add unit test for filtered internal variables --- tests/test_internal_variables.cc | 13 + 1 file changed, 13 insertions(+) diff --git

[Getfem-commits] (no subject)

2023-10-16 Thread Konstantinos Poulios via Getfem-commits
branch: master commit c89220316f6f84fa991e8f9b01bb568132e0e862 Author: Konstantinos Poulios AuthorDate: Mon Oct 16 14:03:02 2023 +0200 Add unit test for internal variables that leads to segfault --- tests/test_internal_variables.cc | 9 + 1 file changed, 9 insertions(+) diff --git

[Getfem-commits] [getfem-commits] branch master updated: Use short names of functions for adding linear and nonlinear terms

2023-10-16 Thread Konstantinos Poulios via Getfem-commits
This is an automated email from the git hooks/post-receive script. logari81 pushed a commit to branch master in repository getfem. The following commit(s) were added to refs/heads/master by this push: new 2c046b66 Use short names of functions for adding linear and nonlinear terms 2c046b66

[Getfem-commits] [getfem-commits] branch master updated: Fix compilation warnings

2023-10-16 Thread Konstantinos Poulios via Getfem-commits
This is an automated email from the git hooks/post-receive script. logari81 pushed a commit to branch master in repository getfem. The following commit(s) were added to refs/heads/master by this push: new d174e60a Fix compilation warnings d174e60a is described below commit

[Getfem-commits] [getfem-commits] branch master updated: Remove redundant state flag member from var_description classes

2023-10-16 Thread Konstantinos Poulios via Getfem-commits
This is an automated email from the git hooks/post-receive script. logari81 pushed a commit to branch master in repository getfem. The following commit(s) were added to refs/heads/master by this push: new 35b4bf52 Remove redundant state flag member from var_description classes 35b4bf52 is

[Getfem-commits] [getfem-commits] branch master updated: Fix failing tests due to superlu on some systems

2023-10-16 Thread Konstantinos Poulios via Getfem-commits
This is an automated email from the git hooks/post-receive script. logari81 pushed a commit to branch master in repository getfem. The following commit(s) were added to refs/heads/master by this push: new a46b1e84 Fix failing tests due to superlu on some systems a46b1e84 is described below

[Getfem-commits] [getfem-commits] branch master updated: Split parent assignment out of ga_tree::copy_node

2023-09-17 Thread Konstantinos Poulios via Getfem-commits
This is an automated email from the git hooks/post-receive script. logari81 pushed a commit to branch master in repository getfem. The following commit(s) were added to refs/heads/master by this push: new 37870199 Split parent assignment out of ga_tree::copy_node 37870199 is described below

[Getfem-commits] [getfem-commits] branch master updated: Coding style and documentation improvements

2023-09-16 Thread Konstantinos Poulios via Getfem-commits
This is an automated email from the git hooks/post-receive script. logari81 pushed a commit to branch master in repository getfem. The following commit(s) were added to refs/heads/master by this push: new e895f1ff Coding style and documentation improvements e895f1ff is described below

[Getfem-commits] [getfem-commits] branch master updated: Remove erroneous J^-2/3 factor from finite strain plasticity examples

2023-09-16 Thread Konstantinos Poulios via Getfem-commits
This is an automated email from the git hooks/post-receive script. logari81 pushed a commit to branch master in repository getfem. The following commit(s) were added to refs/heads/master by this push: new 1910cb6e Remove erroneous J^-2/3 factor from finite strain plasticity examples

[Getfem-commits] [getfem-commits] branch master updated: Enable use of multithreaded GetGEM (openmp) from Python

2023-08-27 Thread Konstantinos Poulios via Getfem-commits
This is an automated email from the git hooks/post-receive script. logari81 pushed a commit to branch master in repository getfem. The following commit(s) were added to refs/heads/master by this push: new 6c37f3e6 Enable use of multithreaded GetGEM (openmp) from Python 6c37f3e6 is described

[Getfem-commits] [getfem-commits] branch cleanup-mesh-import updated: Inline helper functions

2023-08-07 Thread Konstantinos Poulios via Getfem-commits
This is an automated email from the git hooks/post-receive script. logari81 pushed a commit to branch cleanup-mesh-import in repository getfem. The following commit(s) were added to refs/heads/cleanup-mesh-import by this push: new c6e288f7 Inline helper functions c6e288f7 is described

[Getfem-commits] [getfem-commits] branch cleanup-mesh-import updated: Fix compilation errors

2023-08-03 Thread Konstantinos Poulios via Getfem-commits
This is an automated email from the git hooks/post-receive script. logari81 pushed a commit to branch cleanup-mesh-import in repository getfem. The following commit(s) were added to refs/heads/cleanup-mesh-import by this push: new d2c0af5a Fix compilation errors d2c0af5a is described below

[Getfem-commits] [getfem-commits] branch cleanup-mesh-import created (now 69884dd4)

2023-08-02 Thread Konstantinos Poulios via Getfem-commits
logari81 pushed a change to branch cleanup-mesh-import. at 69884dd4 Change default treatment of overlapping nodes and cleanup of mesh import This branch includes the following new commits: new 69884dd4 Change default treatment of overlapping nodes and cleanup of mesh import

[Getfem-commits] (no subject)

2023-08-02 Thread Konstantinos Poulios via Getfem-commits
branch: cleanup-mesh-import commit 69884dd486e8e68d7bcdb502f2843c5131c5a91e Author: Konstantinos Poulios AuthorDate: Wed Aug 2 23:14:40 2023 +0200 Change default treatment of overlapping nodes and cleanup of mesh import --- src/getfem/getfem_import.h | 62 --- src/getfem_import.cc

[Getfem-commits] [getfem-commits] branch master updated: Fix non-UTF8 file encodings

2023-06-14 Thread Konstantinos Poulios via Getfem-commits
This is an automated email from the git hooks/post-receive script. logari81 pushed a commit to branch master in repository getfem. The following commit(s) were added to refs/heads/master by this push: new e41de9db Fix non-UTF8 file encodings e41de9db is described below commit

[Getfem-commits] [getfem-commits] branch master updated: Improve input check in scripting interface, fix broken link

2023-06-14 Thread Konstantinos Poulios via Getfem-commits
This is an automated email from the git hooks/post-receive script. logari81 pushed a commit to branch master in repository getfem. The following commit(s) were added to refs/heads/master by this push: new 72735599 Improve input check in scripting interface, fix broken link 72735599 is

[Getfem-commits] [getfem-commits] branch simplify-Div-derivative deleted (was 7b3338cb)

2023-05-03 Thread Konstantinos Poulios via Getfem-commits
logari81 pushed a change to branch simplify-Div-derivative. was 7b3338cb Simplify directional derivative of Div This change permanently discards the following revisions: discard 7b3338cb Simplify directional derivative of Div

[Getfem-commits] [getfem-commits] branch master updated: Whitespace only

2023-03-23 Thread Konstantinos Poulios via Getfem-commits
This is an automated email from the git hooks/post-receive script. logari81 pushed a commit to branch master in repository getfem. The following commit(s) were added to refs/heads/master by this push: new 57d84b08 Whitespace only 57d84b08 is described below commit

[Getfem-commits] [getfem-commits] branch master updated: Fix regression in the directional differentiation operator

2023-03-22 Thread Konstantinos Poulios via Getfem-commits
This is an automated email from the git hooks/post-receive script. logari81 pushed a commit to branch master in repository getfem. The following commit(s) were added to refs/heads/master by this push: new b0e8b299 Fix regression in the directional differentiation operator b0e8b299 is

[Getfem-commits] [getfem-commits] branch master updated: Just aesthetic changes

2023-03-22 Thread Konstantinos Poulios via Getfem-commits
This is an automated email from the git hooks/post-receive script. logari81 pushed a commit to branch master in repository getfem. The following commit(s) were added to refs/heads/master by this push: new 1c6decca Just aesthetic changes 1c6decca is described below commit

[Getfem-commits] (no subject)

2023-03-10 Thread Konstantinos Poulios via Getfem-commits
branch: simplify-Div-derivative commit 7b3338cb0f118cc9f318fd334bafaac1d210b2f7 Author: Konstantinos Poulios AuthorDate: Fri Mar 10 19:32:13 2023 +0100 Simplify directional derivative of Div --- interface/tests/python/check_asm.py | 2 +- src/getfem_generic_assembly_semantic.cc | 10

[Getfem-commits] [getfem-commits] branch simplify-Div-derivative created (now 7b3338cb)

2023-03-10 Thread Konstantinos Poulios via Getfem-commits
logari81 pushed a change to branch simplify-Div-derivative. at 7b3338cb Simplify directional derivative of Div This branch includes the following new commits: new 7b3338cb Simplify directional derivative of Div

[Getfem-commits] [getfem-commits] branch master updated: Fix segmentation fault in Diff operator and add unit test

2023-03-10 Thread Konstantinos Poulios via Getfem-commits
This is an automated email from the git hooks/post-receive script. logari81 pushed a commit to branch master in repository getfem. The following commit(s) were added to refs/heads/master by this push: new e74deb32 Fix segmentation fault in Diff operator and add unit test e74deb32 is

[Getfem-commits] [getfem-commits] branch master updated: Fix incompatibility with older versions of the qhull header files

2023-01-24 Thread Konstantinos Poulios via Getfem-commits
This is an automated email from the git hooks/post-receive script. logari81 pushed a commit to branch master in repository getfem. The following commit(s) were added to refs/heads/master by this push: new fc7187f3 Fix incompatibility with older versions of the qhull header files fc7187f3

[Getfem-commits] [getfem-commits] branch master updated: Fix bug in assembly with integration point variables on element faces

2023-01-23 Thread Konstantinos Poulios via Getfem-commits
This is an automated email from the git hooks/post-receive script. logari81 pushed a commit to branch master in repository getfem. The following commit(s) were added to refs/heads/master by this push: new 26c9792a Fix bug in assembly with integration point variables on element faces

[Getfem-commits] [getfem-commits] branch master updated: Switch to reentrant qhull library interface (patch by Stefan Brüns)

2023-01-18 Thread Konstantinos Poulios via Getfem-commits
This is an automated email from the git hooks/post-receive script. logari81 pushed a commit to branch master in repository getfem. The following commit(s) were added to refs/heads/master by this push: new 264c7c5c Switch to reentrant qhull library interface (patch by Stefan Brüns) 264c7c5c

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

2023-01-15 Thread Konstantinos Poulios via Getfem-commits
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

[Getfem-commits] [getfem-commits] branch master updated: Fix some compilation warning

2023-01-15 Thread Konstantinos Poulios via Getfem-commits
This is an automated email from the git hooks/post-receive script. logari81 pushed a commit to branch master in repository getfem. The following commit(s) were added to refs/heads/master by this push: new f6bfdffd Fix some compilation warning f6bfdffd is described below commit

[Getfem-commits] [getfem-commits] branch master updated: Improve implementation of uniform bspline mesh_fem and add a unit test

2023-01-15 Thread Konstantinos Poulios via Getfem-commits
This is an automated email from the git hooks/post-receive script. logari81 pushed a commit to branch master in repository getfem. The following commit(s) were added to refs/heads/master by this push: new e2bec5f1 Improve implementation of uniform bspline mesh_fem and add a unit test

[Getfem-commits] [getfem-commits] branch master updated: Just white space changes

2023-01-13 Thread Konstantinos Poulios via Getfem-commits
This is an automated email from the git hooks/post-receive script. logari81 pushed a commit to branch master in repository getfem. The following commit(s) were added to refs/heads/master by this push: new 5dd7219d Just white space changes 5dd7219d is described below commit

[Getfem-commits] [getfem-commits] branch master updated: Fix GWFL bug in ga_node_grad for elementary transformations

2023-01-06 Thread Konstantinos Poulios via Getfem-commits
This is an automated email from the git hooks/post-receive script. logari81 pushed a commit to branch master in repository getfem. The following commit(s) were added to refs/heads/master by this push: new c49e989c Fix GWFL bug in ga_node_grad for elementary transformations c49e989c is

[Getfem-commits] [getfem-commits] branch master updated: Add scripting interface for creating mesh_fem with bspline basis functions

2022-12-18 Thread Konstantinos Poulios via Getfem-commits
This is an automated email from the git hooks/post-receive script. logari81 pushed a commit to branch master in repository getfem. The following commit(s) were added to refs/heads/master by this push: new e4c954d0 Add scripting interface for creating mesh_fem with bspline basis functions

[Getfem-commits] [getfem-commits] branch master updated: Implement bspline basis functions for mesh_fem in 2D

2022-12-18 Thread Konstantinos Poulios via Getfem-commits
This is an automated email from the git hooks/post-receive script. logari81 pushed a commit to branch master in repository getfem. The following commit(s) were added to refs/heads/master by this push: new e7f75a1f Implement bspline basis functions for mesh_fem in 2D e7f75a1f is described

[Getfem-commits] [getfem-commits] branch master updated: White space, typos and coding style

2022-12-18 Thread Konstantinos Poulios via Getfem-commits
This is an automated email from the git hooks/post-receive script. logari81 pushed a commit to branch master in repository getfem. The following commit(s) were added to refs/heads/master by this push: new c6b5391e White space, typos and coding style c6b5391e is described below commit

[Getfem-commits] [getfem-commits] branch lapack-interface-simplifications created (now b8f8a7f2)

2022-12-18 Thread Konstantinos Poulios via Getfem-commits
logari81 pushed a change to branch lapack-interface-simplifications. at b8f8a7f2 Drop runtime handling of int64 lapack and fix lapack type at compile time This branch includes the following new commits: new b8f8a7f2 Drop runtime handling of int64 lapack and fix lapack type at

[Getfem-commits] (no subject)

2022-12-18 Thread Konstantinos Poulios via Getfem-commits
branch: lapack-interface-simplifications commit b8f8a7f2548ef0de60b0ac5bb24b5e37b4ae30dc Author: Konstantinos Poulios AuthorDate: Sun Dec 18 22:53:01 2022 +0100 Drop runtime handling of int64 lapack and fix lapack type at compile time --- src/gmm/gmm_dense_lu.h | 68

[Getfem-commits] [getfem-commits] branch master updated: Fix broken lapack interface on BigEndian architectures

2022-12-05 Thread Konstantinos Poulios via Getfem-commits
This is an automated email from the git hooks/post-receive script. logari81 pushed a commit to branch master in repository getfem. The following commit(s) were added to refs/heads/master by this push: new 42188b7a Fix broken lapack interface on BigEndian architectures 42188b7a is described

[Getfem-commits] [getfem-commits] branch master updated: Replace deprecated distutils with setuptools

2022-10-05 Thread Konstantinos Poulios via Getfem-commits
This is an automated email from the git hooks/post-receive script. logari81 pushed a commit to branch master in repository getfem. The following commit(s) were added to refs/heads/master by this push: new 108702a6 Replace deprecated distutils with setuptools 108702a6 is described below

[Getfem-commits] [getfem-commits] branch devel-tetsuo-fix-aclocal-python deleted (was a105a274)

2022-09-29 Thread Konstantinos Poulios via Getfem-commits
logari81 pushed a change to branch devel-tetsuo-fix-aclocal-python. was a105a274 Fix m4/ac_python_devel.m4 for Python3.10 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-fix-error-in-ubuntu20.04 deleted (was bc309aa0)

2022-09-29 Thread Konstantinos Poulios via Getfem-commits
logari81 pushed a change to branch devel-tetsuo-fix-error-in-ubuntu20.04. was bc309aa0 Fix the compile error of nbp in ubuntu20.04 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] (no subject)

2022-09-29 Thread Konstantinos Poulios via Getfem-commits
branch: master commit f50e3cbab06ca59e87decb0aea6f4fdfa1cf1b4c Author: Konstantinos Poulios AuthorDate: Thu Sep 29 14:15:54 2022 +0200 Allow integration point variables for GWFL assembly in the scripting interface --- interface/src/gf_asm.cc | 6 -- 1 file changed, 4 insertions(+), 2

[Getfem-commits] [getfem-commits] branch master updated: Relax convergence threshold for inverse geometric transformation

2022-09-29 Thread Konstantinos Poulios via Getfem-commits
This is an automated email from the git hooks/post-receive script. logari81 pushed a commit to branch master in repository getfem. The following commit(s) were added to refs/heads/master by this push: new 2a1dd105 Relax convergence threshold for inverse geometric transformation 2a1dd105 is

[Getfem-commits] (no subject)

2022-09-29 Thread Konstantinos Poulios via Getfem-commits
branch: master commit a499492ecdb32c9b73e83148541d79297b9cdbae Author: Konstantinos Poulios AuthorDate: Thu Sep 29 13:16:47 2022 +0200 Add const attribute to class member function --- src/getfem/getfem_generic_assembly_tree.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[Getfem-commits] [getfem-commits] master updated (49aedfae -> f50e3cba)

2022-09-29 Thread Konstantinos Poulios via Getfem-commits
logari81 pushed a change to branch master. from 49aedfae fix a problem with a non adaptation of mim to mesh change new a499492e Add const attribute to class member function new 8cfa3b3b Typo fix and documentation improvements new f50e3cba Allow integration point variables for

[Getfem-commits] [getfem-commits] branch master updated: Fix issue from #89e50dbd

2022-06-28 Thread Konstantinos Poulios via Getfem-commits
This is an automated email from the git hooks/post-receive script. logari81 pushed a commit to branch master in repository getfem. The following commit(s) were added to refs/heads/master by this push: new 76a75614 Fix issue from #89e50dbd 76a75614 is described below commit

[Getfem-commits] [getfem-commits] branch devel-logari81 updated: Fix wrong point size in mesh method

2022-06-24 Thread Konstantinos Poulios via Getfem-commits
This is an automated email from the git hooks/post-receive script. logari81 pushed a commit to branch devel-logari81 in repository getfem. The following commit(s) were added to refs/heads/devel-logari81 by this push: new 60d7d962 Fix wrong point size in mesh method 60d7d962 is described

[Getfem-commits] [getfem-commits] devel-logari81 updated (d87054dd -> d9bcc35a)

2022-06-24 Thread Konstantinos Poulios via Getfem-commits
logari81 pushed a change to branch devel-logari81. from d87054dd Merge branch 'master' into devel-logari81 add 2b08ba6a Terminate loop, if less than two elements are left. add d45990de minor fix add 0b739c65 Merge branch 'master' of git.sv.gnu.org:/srv/git/getfem add

[Getfem-commits] (no subject)

2022-06-24 Thread Konstantinos Poulios via Getfem-commits
branch: devel-logari81 commit d9bcc35a3e49db2d14ec7b9cd4249c6072d9e6cc Merge: d87054dd 20c315d5 Author: Konstantinos Poulios AuthorDate: Fri Jun 24 14:40:02 2022 +0200 Merge branch 'master' into devel-logari81 # Conflicts: # src/getfem/getfem_mesh_region.h #

[Getfem-commits] [getfem-commits] branch master updated: Fix typos

2022-06-23 Thread Konstantinos Poulios via Getfem-commits
This is an automated email from the git hooks/post-receive script. logari81 pushed a commit to branch master in repository getfem. The following commit(s) were added to refs/heads/master by this push: new df62d419 Fix typos df62d419 is described below commit

[Getfem-commits] [getfem-commits] branch master updated: Python version 3 in auxiliary scripts

2022-06-22 Thread Konstantinos Poulios via Getfem-commits
This is an automated email from the git hooks/post-receive script. logari81 pushed a commit to branch master in repository getfem. The following commit(s) were added to refs/heads/master by this push: new 89e50dbd Python version 3 in auxiliary scripts 89e50dbd is described below commit

Re: [Getfem-commits] [getfem-commits] branch devel-logari81-interpolate-element-matrices created (now 5f88efb4)

2022-05-27 Thread Konstantinos Poulios via Getfem-commits
Dear Yves, Could you please have a look at these commits, especially the last two, and merge/delete this branch? Kostas On Fri, May 27, 2022 at 11:23 AM Konstantinos Poulios via Getfem-commits < getfem-commits@nongnu.org> wrote: > logari81 pushed a change to branch > devel-logari81

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

2022-05-27 Thread Konstantinos Poulios via Getfem-commits
logari81 pushed a change to branch devel-logari81-interpolate-element-matrices. at 5f88efb4 Support element_K and element_B interpolates in GWFL This branch includes the following new commits: new 71eeed57 Minor changes new 4bb1fd6e Avoid passing unused references new

[Getfem-commits] (no subject)

2022-05-27 Thread Konstantinos Poulios via Getfem-commits
branch: devel-logari81-interpolate-element-matrices commit 5f88efb4b1be63caceb0193d4db7b256cad80726 Author: Konstantinos Poulios AuthorDate: Fri May 27 11:22:29 2022 +0200 Support element_K and element_B interpolates in GWFL --- src/getfem/getfem_generic_assembly_tree.h | 2 ++

[Getfem-commits] (no subject)

2022-05-27 Thread Konstantinos Poulios via Getfem-commits
branch: devel-logari81-interpolate-element-matrices commit 4bb1fd6ee30846fa8ea582358de0b39518b8df56 Author: Konstantinos Poulios AuthorDate: Fri May 27 11:20:27 2022 +0200 Avoid passing unused references --- src/getfem_generic_assembly_compile_and_exec.cc | 18 +- 1 file

Re: [Getfem-commits] (no subject)

2022-04-06 Thread Konstantinos Poulios via Getfem-commits
Dear Yves, Thanks for the feedback. Still the check if the point lies in the convex is combined with a convergence check in the returned value. And this convergence check is less strict than the convergence result returned in the "converged" flag. So we have two different convergence criteria

[Getfem-commits] [getfem-commits] branch master updated: Minor changes

2022-04-05 Thread Konstantinos Poulios via Getfem-commits
This is an automated email from the git hooks/post-receive script. logari81 pushed a commit to branch master in repository getfem. The following commit(s) were added to refs/heads/master by this push: new 7b9740ef Minor changes 7b9740ef is described below commit

[Getfem-commits] [getfem-commits] branch master updated: Fixing mistake introduced in SHA: 93ea20ccf0e03d841f600d928764a694a0047ab8

2022-04-05 Thread Konstantinos Poulios via Getfem-commits
This is an automated email from the git hooks/post-receive script. logari81 pushed a commit to branch master in repository getfem. The following commit(s) were added to refs/heads/master by this push: new 31df9dba Fixing mistake introduced in SHA: 93ea20ccf0e03d841f600d928764a694a0047ab8

[Getfem-commits] [getfem-commits] branch master updated: More informative error messages

2022-04-05 Thread Konstantinos Poulios via Getfem-commits
This is an automated email from the git hooks/post-receive script. logari81 pushed a commit to branch master in repository getfem. The following commit(s) were added to refs/heads/master by this push: new 0e4a5740 More informative error messages 0e4a5740 is described below commit

Re: [Getfem-commits] (no subject)

2022-04-03 Thread Konstantinos Poulios via Getfem-commits
Dear Yves, Another thing that seems illogical to me is that geotrans_inv_convex::invert() returns convergence information, both as a return value and through a boolean argument "converged", with two possibly different values. Shouldn't we simplify this? The reason that I am looking into this is

Re: [Getfem-commits] (no subject)

2022-04-03 Thread Konstantinos Poulios via Getfem-commits
Dear Yves, I assume this change [image: image.png] was not intentional, right? I cannot imagine why one would use a factor equal to 2. Best regards Kostas On Fri, Jun 15, 2018 at 5:14 PM Yves Renard wrote: > branch: master > commit 93ea20ccf0e03d841f600d928764a694a0047ab8 > Author: Yves

[Getfem-commits] [getfem-commits] branch master updated: Add quasi-linear viscoelasticity example (finite strain)

2021-08-15 Thread Konstantinos Poulios via Getfem-commits
This is an automated email from the git hooks/post-receive script. logari81 pushed a commit to branch master in repository getfem. The following commit(s) were added to refs/heads/master by this push: new 2b5bbe3 Add quasi-linear viscoelasticity example (finite strain) 2b5bbe3 is described

[Getfem-commits] [getfem-commits] master updated (c41f5b8 -> bc309aa)

2021-08-15 Thread Konstantinos Poulios via Getfem-commits
logari81 pushed a change to branch master. from c41f5b8 MPI fixes for affine and linear terms in nonlinear model residual add bc309aa Fix the compile error of nbp in ubuntu20.04 No new revisions were added by this update. Summary of changes: src/getfem_models.cc | 3 ++- 1 file

[Getfem-commits] (no subject)

2021-08-02 Thread Konstantinos Poulios via Getfem-commits
branch: master commit 066eb8423836f3d2f11ebc0b39e5d2e869d8de8c Author: Konstantinos Poulios AuthorDate: Sun May 23 14:32:50 2021 +0200 Just code style changes --- src/getfem/getfem_models.h | 9 ++-- src/getfem_models.cc | 123 +++-- 2 files

[Getfem-commits] (no subject)

2021-08-02 Thread Konstantinos Poulios via Getfem-commits
branch: master commit c41f5b87f0b2d18e7ec2509d5e2dae1459aac034 Author: Konstantinos Poulios AuthorDate: Sun May 23 14:43:21 2021 +0200 MPI fixes for affine and linear terms in nonlinear model residual --- src/getfem_models.cc | 86 ++-- 1 file

[Getfem-commits] (no subject)

2021-08-02 Thread Konstantinos Poulios via Getfem-commits
branch: master commit afd2d94d80b702a128a5c577b631a2c906b4899d Author: Konstantinos Poulios AuthorDate: Sun May 23 14:38:53 2021 +0200 MPI fixes form model residual assembly --- src/getfem_models.cc | 10 -- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git

[Getfem-commits] [getfem-commits] master updated (11c409f -> c41f5b8)

2021-08-02 Thread Konstantinos Poulios via Getfem-commits
logari81 pushed a change to branch master. from 11c409f Change in the web site upload new 066eb84 Just code style changes new afd2d94 MPI fixes form model residual assembly new c41f5b8 MPI fixes for affine and linear terms in nonlinear model residual Summary of changes:

[Getfem-commits] [getfem-commits] branch mpi-fixes updated: MPI fixes for affine and linear terms in nonlinear model residual

2021-05-23 Thread Konstantinos Poulios via Getfem-commits
This is an automated email from the git hooks/post-receive script. logari81 pushed a commit to branch mpi-fixes in repository getfem. The following commit(s) were added to refs/heads/mpi-fixes by this push: new 6cd266c MPI fixes for affine and linear terms in nonlinear model residual

[Getfem-commits] [getfem-commits] branch mpi-fixes updated: MPI fixes form model residual assembly

2021-05-23 Thread Konstantinos Poulios via Getfem-commits
This is an automated email from the git hooks/post-receive script. logari81 pushed a commit to branch mpi-fixes in repository getfem. The following commit(s) were added to refs/heads/mpi-fixes by this push: new cb06b64 MPI fixes form model residual assembly cb06b64 is described below

[Getfem-commits] (no subject)

2021-05-23 Thread Konstantinos Poulios via Getfem-commits
branch: mpi-fixes commit 98925a43e41a9fd15c7369f7d7811cff892fe9cf Author: Konstantinos Poulios AuthorDate: Sun May 23 14:32:50 2021 +0200 Just code style changes --- src/getfem/getfem_models.h | 9 ++-- src/getfem_models.cc | 123 +++-- 2

[Getfem-commits] [getfem-commits] branch mpi-fixes created (now 98925a4)

2021-05-23 Thread Konstantinos Poulios via Getfem-commits
logari81 pushed a change to branch mpi-fixes. at 98925a4 Just code style changes This branch includes the following new commits: new 98925a4 Just code style changes

Re: [Getfem-commits] [getfem-commits] master updated (3326ae3 -> 18bcf86)

2021-05-05 Thread Konstantinos Poulios via Getfem-commits
It seems that I did not get the reading of physical groups from gmsh v4 mesh format correct in this commit. v4 format saves entity tags for each element group instead of saving physical groups. To convert from entity tags to physical group numbers we need to read the $Entities section of the msh

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

2021-04-22 Thread Konstantinos Poulios via Getfem-commits
Dear Tetsuo, Thanks for tidying things up and testing. I have merged your branch. Maybe Yves will suggest some deprecation aliases for the old function names, but if so we can still add these later. BR Kostas On Wed, Apr 21, 2021 at 2:59 AM Tetsuo Koyama wrote: > Dear Kostas > > Thanks for

[Getfem-commits] [getfem-commits] branch master updated: Rename brick addition functions and new interface function for lumped mass brick

2021-04-22 Thread Konstantinos Poulios via Getfem-commits
This is an automated email from the git hooks/post-receive script. logari81 pushed a commit to branch master in repository getfem. The following commit(s) were added to refs/heads/master by this push: new 0241496 Rename brick addition functions and new interface function for lumped mass

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

2021-04-19 Thread Konstantinos Poulios via Getfem-commits
Dear Tetsuo, Could I get you to update some uses of the old pstress and pstrain brick names in the following files? model_linear_elasticity.rst demo_elasticity.m I hope I haven't missed any other affected files. Otherwise if all tests run successfully, then it is fine for me to merge the

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

2021-04-09 Thread Konstantinos Poulios via Getfem-commits
Dear Tetsuo and Yves @Tetsuo thanks for this interface functions. I would like to use this opportunity to discuss about the word "brick" in the naming of our functions adding PDE term matrices. Traditionally, "brick" was only used at the end of the function name. More recently, Yves started

Re: [Getfem-commits] merge request for touched_region_for_projected_fem

2021-03-10 Thread Konstantinos Poulios via Getfem-commits
Hi Andriy, Sorry for the delay. I hadn't noticed your previous reply. Your commits have been rebased/squashed/merged. All of your changes should be in the current master. If you confirm this, you can delete the touched_region_for_projected_fem branch yourself. Thanks for the useful new function.

[Getfem-commits] [getfem-commits] branch master updated: Add projected_fem::projected_target_region() function

2021-03-10 Thread Konstantinos Poulios via Getfem-commits
This is an automated email from the git hooks/post-receive script. logari81 pushed a commit to branch master in repository getfem. The following commit(s) were added to refs/heads/master by this push: new 05989af Add projected_fem::projected_target_region() function 05989af is described

Re: [Getfem-commits] merge request for touched_region_for_projected_fem

2021-03-05 Thread Konstantinos Poulios via Getfem-commits
Thanks. I see your point about "intersected". I think "projected_target_region" is a good name. If you do this change I can squash and merge your commits. Best regards Kostas On Thu, Mar 4, 2021 at 2:06 PM Andriy Andreykiv wrote: > Hi Konstantinos, > > Replaced almost all the auto's.

Re: [Getfem-commits] merge request for touched_region_for_projected_fem

2021-03-04 Thread Konstantinos Poulios via Getfem-commits
should we also briefly discuss the name of the function? In mathematical terms I would call it support_region But a more popularized name might be easier to understand in general. However, I do not like "touched" because "touch" is typically used in programming for denoting change in state, so

Re: [Getfem-commits] merge request for touched_region_for_projected_fem

2021-03-04 Thread Konstantinos Poulios via Getfem-commits
Hi Andriy, Thanks, I see how it can be useful. Could I ask you to reduce the use of auto for this commit? For example it does not make much sense to use auto for bool. In general my preference for the GetFEM codebase is to use auto only if some type is particularly long and makes the code

[Getfem-commits] [getfem-commits] branch master updated: Convert the planetary gear example to GWFL

2021-01-22 Thread Konstantinos Poulios via Getfem-commits
This is an automated email from the git hooks/post-receive script. logari81 pushed a commit to branch master in repository getfem. The following commit(s) were added to refs/heads/master by this push: new 4e663f5 Convert the planetary gear example to GWFL 4e663f5 is described below commit

[Getfem-commits] [getfem-commits] branch master updated: Print model variables categorized as variables, disabled variables and data

2021-01-08 Thread Konstantinos Poulios via Getfem-commits
This is an automated email from the git hooks/post-receive script. logari81 pushed a commit to branch master in repository getfem. The following commit(s) were added to refs/heads/master by this push: new dfb5b39 Print model variables categorized as variables, disabled variables and data

[Getfem-commits] [getfem-commits] branch master updated: Fix memory leak due to lack of base class virtual destructor

2021-01-08 Thread Konstantinos Poulios via Getfem-commits
This is an automated email from the git hooks/post-receive script. logari81 pushed a commit to branch master in repository getfem. The following commit(s) were added to refs/heads/master by this push: new 36bcd58 Fix memory leak due to lack of base class virtual destructor 36bcd58 is

[Getfem-commits] [getfem-commits] branch master updated: Fix empty response error in exported vtu files

2021-01-08 Thread Konstantinos Poulios via Getfem-commits
This is an automated email from the git hooks/post-receive script. logari81 pushed a commit to branch master in repository getfem. The following commit(s) were added to refs/heads/master by this push: new 6af44d9 Fix empty response error in exported vtu files 6af44d9 is described below

[Getfem-commits] [getfem-commits] branch master updated: Fix redundant integration points in projected_fem

2021-01-06 Thread Konstantinos Poulios via Getfem-commits
This is an automated email from the git hooks/post-receive script. logari81 pushed a commit to branch master in repository getfem. The following commit(s) were added to refs/heads/master by this push: new f60023b Fix redundant integration points in projected_fem f60023b is described below

[Getfem-commits] [getfem-commits] branch master updated: Add finite strain plasticity examples with linear isotropic hardening

2020-12-25 Thread Konstantinos Poulios via Getfem-commits
This is an automated email from the git hooks/post-receive script. logari81 pushed a commit to branch master in repository getfem. The following commit(s) were added to refs/heads/master by this push: new 4ff15ca Add finite strain plasticity examples with linear isotropic hardening

[Getfem-commits] [getfem-commits] branch master updated: Fix issue with internal variables and reduced fem

2020-12-22 Thread Konstantinos Poulios via Getfem-commits
This is an automated email from the git hooks/post-receive script. logari81 pushed a commit to branch master in repository getfem. The following commit(s) were added to refs/heads/master by this push: new fb97892 Fix issue with internal variables and reduced fem fb97892 is described below

[Getfem-commits] [getfem-commits] branch master updated: Fix GWFL inconsistency in slicing of tensors with single element leading dimensions

2020-12-21 Thread Konstantinos Poulios via Getfem-commits
This is an automated email from the git hooks/post-receive script. logari81 pushed a commit to branch master in repository getfem. The following commit(s) were added to refs/heads/master by this push: new 91fb8d3 Fix GWFL inconsistency in slicing of tensors with single element leading

[Getfem-commits] [getfem-commits] branch master updated: Remove invalid assertion

2020-12-18 Thread Konstantinos Poulios via Getfem-commits
This is an automated email from the git hooks/post-receive script. logari81 pushed a commit to branch master in repository getfem. The following commit(s) were added to refs/heads/master by this push: new 8324be3 Remove invalid assertion 8324be3 is described below commit

<    1   2   3   >