[Getfem-commits] (no subject)

2024-09-16 Thread Tetsuo Koyama
branch: devel-tkoyama010-repo-sync commit b03daac7c5e4f287355342955df95f4bf8db12f7 Author: Tetsuo Koyama AuthorDate: Mon Sep 16 22:39:13 2024 +0900 Create repo-sync.yml to sync GitHub mirror repository --- .github/workflows/repo-sync.yml | 29 + 1 file changed, 29

[Getfem-commits] (no subject)

2024-09-09 Thread Yves Renard
branch: master commit 42449577bd03c2ea7e773ea3d1efb3e19eb1eb2d Author: Renard Yves AuthorDate: Mon Sep 9 11:03:18 2024 +0200 minor fix --- configure.ac| 2 +- src/gmm/gmm_superlu_interface.h | 60 +++-- 2 files changed, 35 insertions(+

[Getfem-commits] (no subject)

2024-09-09 Thread Yves Renard
branch: master commit 79d2c35ebccf3e194e311d24c92f3e0e62c58df2 Author: Renard Yves AuthorDate: Mon Sep 9 10:04:16 2024 +0200 minor fix --- src/gmm/gmm_superlu_interface.h | 20 ++-- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/gmm/gmm_superlu_interface.

[Getfem-commits] (no subject)

2024-04-12 Thread Konstantinos Poulios via Getfem-commits
branch: master commit 18e801fef4a0420d4e1b5903c17a90bc687c8f76 Author: Konstantinos Poulios AuthorDate: Fri Apr 12 16:13:46 2024 +0200 Require relaxing overstrict security checks with MSVC --- src/gmm/gmm_std.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/gmm/gmm_std.h b/src/gm

[Getfem-commits] (no subject)

2024-04-12 Thread Konstantinos Poulios via Getfem-commits
branch: master commit ae3680eac2c860e17921f5ef09de7995fba77340 Author: Konstantinos Poulios AuthorDate: Fri Apr 12 16:15:02 2024 +0200 Fix configure issue with clang --- m4/ax_check_cxx_flag.m4 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/m4/ax_check_cxx_flag.m4 b/

[Getfem-commits] (no subject)

2024-04-12 Thread Konstantinos Poulios via Getfem-commits
branch: master commit e5b68e126f672926cfd6171c7d886964f831324e Author: Konstantinos Poulios AuthorDate: Fri Apr 12 16:14:33 2024 +0200 Fix minor compilation issues --- src/getfem/bgeot_tensor.h | 2 -- src/getfem_fem.cc | 4 ++-- 2 files changed, 2 insertions(+), 4 deletions(-) diff

[Getfem-commits] (no subject)

2024-04-12 Thread Konstantinos Poulios via Getfem-commits
branch: master commit 9e3d4ec635fdadf84c744c66f622a5e7ad0b6040 Author: Konstantinos Poulios AuthorDate: Fri Apr 12 16:12:27 2024 +0200 Variables renaming and typo fixes --- src/getfem_generic_assembly_compile_and_exec.cc | 22 +++--- src/getfem_generic_assembly_tree.cc

[Getfem-commits] (no subject)

2024-04-12 Thread Konstantinos Poulios via Getfem-commits
branch: master commit 9216a7acc4c992e99beaf8eeccfce871348a2e55 Author: Konstantinos Poulios AuthorDate: Fri Apr 12 16:16:53 2024 +0200 Avoid nested preprocessor macros in gmm blas interface --- src/gmm/gmm_blas_interface.h | 44 +--- 1 file changed, 21

[Getfem-commits] (no subject)

2024-04-12 Thread Konstantinos Poulios via Getfem-commits
branch: master commit 30067565d5dd21989381d4cbd84dd3155b3e0c31 Author: Konstantinos Poulios AuthorDate: Fri Apr 12 16:16:02 2024 +0200 Treat clang separately in autoconf system and other minor build system changes --- CMakeLists.txt | 2 +- configure.ac | 36 -

[Getfem-commits] (no subject)

2024-03-11 Thread Konstantinos Poulios via Getfem-commits
branch: master commit 5ddd2b51f5bf0dc7086eadc2ae24230acfc11e8e Author: Konstantinos Poulios AuthorDate: Fri Mar 8 00:16:50 2024 +0100 Improve compatibility with MSVC compiler --- interface/src/python/getfem_python.c | 7 +++ 1 file changed, 7 insertions(+) diff --git a/interface/src/pyt

[Getfem-commits] (no subject)

2024-03-11 Thread Konstantinos Poulios via Getfem-commits
branch: master commit 8921634bf2c210f28eadebe0a7a202fd2be573c3 Author: Konstantinos Poulios AuthorDate: Mon Mar 11 09:01:59 2024 +0100 Improve portability of auxiliary python script --- bin/extract_doc | 34 +- 1 file changed, 9 insertions(+), 25 deletions(-)

[Getfem-commits] (no subject)

2024-03-07 Thread Konstantinos Poulios via Getfem-commits
branch: master commit 25aa8df02ca1cc95c967e33b137eecba41582a7e Author: Konstantinos Poulios AuthorDate: Fri Mar 8 00:13:15 2024 +0100 Whitespace --- src/getfem_mesh_slicers.cc | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/getfem_mesh_slicers.cc b/src/getf

[Getfem-commits] (no subject)

2024-03-07 Thread Konstantinos Poulios via Getfem-commits
branch: master commit e3372b14e48bb32d6271f6c4658799a922968712 Author: Konstantinos Poulios AuthorDate: Fri Mar 8 00:14:06 2024 +0100 Move function implementations from header to source file --- src/getfem/getfem_mesh_slicers.h | 81 +++ src/getfem_mesh_slicers.c

[Getfem-commits] (no subject)

2024-01-23 Thread Konstantinos Poulios via Getfem-commits
branch: add-umfpack-interface commit 0534ebd1d8da9030871e8d8b7bc813e3c8520a07 Author: Konstantinos Poulios AuthorDate: Tue Jan 23 11:31:15 2024 +0100 Convert file to utf8 and add option for umfpack solver --- contrib/icare/icare.cc | 43 --- 1 file cha

[Getfem-commits] (no subject)

2024-01-23 Thread Konstantinos Poulios via Getfem-commits
branch: add-umfpack-interface commit a3afc92c2b6a10b138da320b28e06baa75746e94 Author: Konstantinos Poulios AuthorDate: Tue Jan 23 11:30:21 2024 +0100 Add experimental UMFPACK support - compiles but does not work properly yet --- CMakeLists.txt| 1 + cmake

[Getfem-commits] (no subject)

2024-01-23 Thread Konstantinos Poulios via Getfem-commits
branch: add-umfpack-interface commit c33dc738a672c98c19dd3dc45bf80dc96bf3d583 Author: Konstantinos Poulios AuthorDate: Tue Jan 23 11:28:31 2024 +0100 Minor code maintenance changes --- src/gmm/gmm_matrix.h | 68 +- tests/wave_equation.cc | 48

[Getfem-commits] (no subject)

2024-01-23 Thread Konstantinos Poulios via Getfem-commits
branch: add-umfpack-interface commit 87cf885eae1bbf2ffcdb1804a66ea35ca7949c95 Author: Konstantinos Poulios AuthorDate: Tue Jan 23 11:24:47 2024 +0100 Fix error in configure script --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac

[Getfem-commits] (no subject)

2023-12-18 Thread Konstantinos Poulios via Getfem-commits
branch: remove-local-superlu commit aa84a361909484226d0d1c59f382b8c88d8f4c34 Author: Konstantinos Poulios AuthorDate: Sat Nov 18 20:52:37 2023 +0100 Make SuperLU optional --- interface/src/getfemint_precond.h | 43 --- interface/src/gf_linsolve.cc |

[Getfem-commits] (no subject)

2023-12-18 Thread Konstantinos Poulios via Getfem-commits
branch: remove-local-superlu commit 8ce9151ff5378061db7784aa031250455b47c60a Author: Konstantinos Poulios AuthorDate: Tue Dec 5 14:04:25 2023 +0100 Improve configuration without superlu --- configure.ac | 6 ++ 1 file changed, 6 insertions(+) diff --git a/configure.ac b/configure.ac ind

[Getfem-commits] (no subject)

2023-12-14 Thread Yves Renard
branch: master commit fb3a2e86e4b3d663fc1a25aaf52784a45d6dd209 Author: Matthias Bussonnier AuthorDate: Wed Dec 13 16:26:43 2023 +0100 Typo and UTF-8 It look like there is a typo in the conditional include, I guessing you want to include only if not defined, but there is not the s

[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`. --- test

[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 s

[Getfem-commits] (no subject)

2023-12-07 Thread Konstantinos Poulios via Getfem-commits
branch: remove-local-superlu commit cfad3bd4775148b5b41d301e83085eb52f239b09 Author: Konstantinos Poulios AuthorDate: Sat Nov 18 20:52:37 2023 +0100 Make SuperLU optional --- interface/src/getfemint_precond.h | 43 --- interface/src/gf_linsolve.cc |

[Getfem-commits] (no subject)

2023-12-07 Thread Konstantinos Poulios via Getfem-commits
branch: remove-local-superlu commit a7601235adf39a1b141542d8c7535aac9f54a29e Author: Konstantinos Poulios AuthorDate: Tue Dec 5 14:04:25 2023 +0100 Improve configuration without superlu --- configure.ac | 6 ++ 1 file changed, 6 insertions(+) diff --git a/configure.ac b/configure.ac ind

[Getfem-commits] (no subject)

2023-11-30 Thread Konstantinos Poulios via Getfem-commits
branch: remove-local-superlu commit c7c7db695aed8a964521448c1c7eff3f7e16887f Author: Konstantinos Poulios AuthorDate: Sat Nov 18 20:52:37 2023 +0100 Make SuperLU optional --- interface/src/getfemint_precond.h | 43 --- interface/src/gf_linsolve.cc |

[Getfem-commits] (no subject)

2023-11-20 Thread Konstantinos Poulios via Getfem-commits
branch: master commit 517ffd4daed62e304c02bee37cd68772b1bdb8fa Author: Konstantinos Poulios AuthorDate: Tue Nov 21 00:04:26 2023 +0100 Naming, whitespace and simplifications --- interface/src/gf_mesh_fem.cc | 12 ++--- src/getfem_global_function.cc | 18 +++ src/getfem_mesh_fem_prod

[Getfem-commits] (no subject)

2023-11-20 Thread Konstantinos Poulios via Getfem-commits
branch: master commit 7ff5109eafc10e8536931fa33d342341d7569277 Author: Konstantinos Poulios AuthorDate: Tue Nov 21 00:08:18 2023 +0100 Add missing dependency between fem_global_function and context aware global_function instances --- src/getfem_fem_global_function.cc | 6 ++ src/getfem_

[Getfem-commits] (no subject)

2023-11-20 Thread Konstantinos Poulios via Getfem-commits
branch: master commit be1bab317bedf31b7a0ff64f3ff41602f8ef8754 Author: Konstantinos Poulios AuthorDate: Tue Nov 21 00:06:24 2023 +0100 Allow calling adapt() from scripting API for mesh_fem_sum and mesh_fem_product --- interface/src/gf_mesh_fem_set.cc | 19 +++ 1 file changed

[Getfem-commits] (no subject)

2023-11-19 Thread Konstantinos Poulios via Getfem-commits
branch: remove-local-superlu commit bb9888000da89f9d55f2f474545994e76f4063ae Author: Konstantinos Poulios AuthorDate: Sat Nov 18 20:52:37 2023 +0100 Make SuperLU optional --- interface/src/getfemint_precond.h | 43 --- interface/src/gf_linsolve.cc |

[Getfem-commits] (no subject)

2023-10-20 Thread Konstantinos Poulios via Getfem-commits
branch: improve-expm-performance commit ee139e697b50db9198ef8257e2c492202b037a35 Author: Konstantinos Poulios AuthorDate: Fri Oct 20 10:59:42 2023 +0200 Use a Pade approximation for expm, ported from Eigen/Unsupported --- src/getfem_plasticity.cc | 472 ++-

[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 +- src/getfem_generic_ass

[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 deletion

[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(-) d

[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 i

[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 a/tests/t

[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 a

[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] (no subject)

2023-07-15 Thread Tetsuo Koyama
branch: devel-tkoyama-fix-python-error commit d5201a21398e6db0bcb679cd50c0c32e82d800be Author: Tetsuo Koyama AuthorDate: Sat Jul 15 03:23:34 2023 -0500 Fix Python error in new third package version --- interface/src/gf_mesh_fem_get.cc | 2 +- interface/tests/python/check_export_vt

[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] (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] (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 de

[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] (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 a/i

[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 fi

[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 # src/g

[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 + bin/upload_ht

[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 b/doc/sp

[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 ++ src/ge

[Getfem-commits] (no subject)

2022-05-27 Thread Konstantinos Poulios via Getfem-commits
branch: devel-logari81-interpolate-element-matrices commit 71eeed57ebc3371e35a2ea2e8a6061c959e6c636 Author: Konstantinos Poulios AuthorDate: Fri May 27 11:11:53 2022 +0200 Minor changes --- src/getfem_generic_assembly_compile_and_exec.cc | 15 +++ 1 file changed, 7 insertions(+),

[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 chan

[Getfem-commits] (no subject)

2022-04-29 Thread Tetsuo Koyama
branch: devel-tetsuo-fix-aclocal-python commit a105a274e6ec414c0afd0380b0463ba70971fe45 Author: Tetsuo Koyama AuthorDate: Fri Apr 29 19:10:06 2022 +0900 Fix m4/ac_python_devel.m4 for Python3.10 --- m4/ac_python_devel.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/m4/a

Re: [Getfem-commits] (no subject)

2022-04-08 Thread Renard Yves
Dear Kostas, Indeed, it would be better to have a convergence threshold on a relative residual, so your suggestion to scale the convergence threshold with gmm::mat_maxnorm(G) is a very good idea. There is a sharper convergence threshold for the Newton algorithm in invert_nonlin() in order t

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 whic

Re: [Getfem-commits] (no subject)

2022-04-04 Thread Renard Yves
Dear Kostas, You are right of course. This change has been done after experiencing some difficulties of convergence for the pyramid element. I think the test (factor < 1.0-IN-EPS) does not change a lot of things but may be it is slightly more robust in some situations, but the change "factor

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 b

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 Renard

[Getfem-commits] (no subject)

2021-08-09 Thread Tetsuo Koyama
branch: devel-tetsuo-fix-error-in-ubuntu20.04 commit bc309aa00b96931f6e18dfbf9c6f9b5a3463e866 Author: Tetsuo Koyama AuthorDate: Mon Aug 9 20:50:34 2021 +0900 Fix the compile error of nbp in ubuntu20.04 --- src/getfem_models.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --g

[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 ch

[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 a/src/getfem_mod

[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 files

[Getfem-commits] (no subject)

2021-04-20 Thread Tetsuo Koyama
branch: devel-tetsuo-add_lumped_mass_python_interface commit 3d5dacd71337fe0b55bfc64090298bf00dd3402a Author: Tetsuo Koyama AuthorDate: Sat Mar 27 14:37:53 2021 +0900 Add test --- interface/tests/python/demo_wave_equation.py | 11 +++ 1 file changed, 11 insertions(+) diff --git a/in

[Getfem-commits] (no subject)

2021-04-20 Thread Tetsuo Koyama
branch: devel-tetsuo-add_lumped_mass_python_interface commit 675e60b72f31f0f765222fddc474ed496e4a5349 Author: Tetsuo Koyama AuthorDate: Fri Apr 9 18:10:57 2021 +0900 Add add lumped mass brick for first order --- interface/src/gf_model_set.cc | 23 +++ 1 file changed, 23 i

[Getfem-commits] (no subject)

2021-04-09 Thread Tetsuo Koyama
branch: devel-tetsuo-add_lumped_mass_python_interface_squash commit a76e73d0c3033eac71e08e33427d18b1a1b18435 Author: Tetsuo Koyama AuthorDate: Fri Apr 9 18:17:26 2021 +0900 Add lumped mass python interface --- interface/src/gf_model_set.cc| 23 +++ interfa

Re: [Getfem-commits] (no subject)

2021-03-21 Thread Yves Renard
Dear Tetsuo, Thank you for this additional test program on a truss problem. I integrated it to the master branch. Best regards, Yves On 21/03/2021 05:43, Tetsuo Koyama wrote: branch: devel-tetsuo-add-truss-element-squash commit 9ac4e7f2fecd7cd6bdf1a390a12d7902ca6d4771 Author: Tetsuo Koya

[Getfem-commits] (no subject)

2021-03-20 Thread Tetsuo Koyama
branch: devel-tetsuo-add-truss-element-squash commit 9ac4e7f2fecd7cd6bdf1a390a12d7902ca6d4771 Author: Tetsuo Koyama AuthorDate: Sun Mar 21 13:41:38 2021 +0900 Add truss problem example --- interface/tests/python/Makefile.am | 2 + interface/tests/python/demo_truss.py | 108 ++

[Getfem-commits] (no subject)

2021-03-04 Thread Andriy Andreykiv
branch: touched_region_for_projected_fem commit 9c0058d2398da11a148029e0b4fad00d1d853e00 Author: Andriy Andreykiv AuthorDate: Thu Mar 4 13:57:21 2021 +0100 less auto --- src/getfem_projected_fem.cc | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/getfem_pr

[Getfem-commits] (no subject)

2021-03-04 Thread Andriy Andreykiv
branch: touched_region_for_projected_fem commit 3c95fe39eb8b1a1b4de5ce6126729a02c2b1528e Author: Andriy Andreykiv AuthorDate: Thu Mar 4 13:58:21 2021 +0100 comment spelling --- src/getfem/getfem_projected_fem.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/getfem/ge

[Getfem-commits] (no subject)

2021-03-03 Thread Andriy Andreykiv
branch: touched_region_for_projected_fem commit e13a0827f7bddb7c557cb3f8506ba6e96496da4d Author: Andriy Andreykiv AuthorDate: Wed Mar 3 20:16:22 2021 +0100 projected_fem::touched_target_region() --- src/getfem/getfem_projected_fem.h | 4 src/getfem_projected_fem.cc | 22 +

[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/.git

[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/bgeot_geotra

[Getfem-commits] (no subject)

2020-12-27 Thread Tetsuo Koyama
branch: devel-tetsuo-fix-export-vtu commit 2d3812300b9be7d0587dcac30d7feb73b187a126 Author: Tetsuo Koyama AuthorDate: Sun Dec 27 20:02:44 2020 +0900 Fix empty response error of export vtu --- ...ty_finite_strain_linear_hardening_tension_3D.py | 4 +- ...strain_linear_hardening_tension_axis

[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/s

[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/sp

[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 inde

[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] (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 --- a/.gitignor

[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] (no subject)

2020-10-03 Thread Tetsuo Koyama
branch: devel-tetsuo-xml-binary-squash commit 732533f63e119c7f96e3d54a3e8e032b1356f933 Author: Tetsuo Koyama AuthorDate: Sun Oct 4 09:37:05 2020 +0900 Add VTU(XML) binary option --- .travis.yml| 1 + interface/src/gf_mesh_fem_get.cc | 33 +++

[Getfem-commits] (no subject)

2020-10-03 Thread Tetsuo Koyama
branch: devel-tetsuo-xml-binary commit 46f6fa69c24f096d0c420528bd5d85c2caef7792 Author: Tetsuo Koyama AuthorDate: Sat Oct 3 23:51:13 2020 +0900 Update size print --- src/getfem_export.cc | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/getfem_export.cc b/src/getfe

[Getfem-commits] (no subject)

2020-10-03 Thread Tetsuo Koyama
branch: devel-tetsuo-xml-binary commit e7cf0ce4e2c0ce9f861d1386ee62afd05d6d2829 Author: Tetsuo Koyama AuthorDate: Fri Sep 4 00:55:59 2020 +0900 convert test from vtk to pyvista --- interface/tests/python/check_export_vtu.py | 35 +++--- requirements.txt

[Getfem-commits] (no subject)

2020-10-03 Thread Tetsuo Koyama
branch: devel-tetsuo-xml-binary commit 3447cb1e156b853ff77e08dcc24aff9234021a66 Author: Tetsuo Koyama AuthorDate: Sun Jul 12 16:40:47 2020 +0900 :up: src/getfem_export.cc --- src/getfem_export.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/getfem_export.cc b/src/g

[Getfem-commits] (no subject)

2020-10-03 Thread Tetsuo Koyama
branch: devel-tetsuo-xml-binary commit aa90662b6ec169000b534a82b1e3f7438434a48d Author: Tetsuo Koyama AuthorDate: Fri Oct 2 19:04:12 2020 +0900 Fix test error by hard coding --- src/getfem_export.cc | 43 --- 1 file changed, 28 insertions(+), 15 deleti

[Getfem-commits] (no subject)

2020-10-03 Thread Tetsuo Koyama
branch: devel-tetsuo-xml-binary commit 5d71b1572b2d44ddbb7f0b9d7f203703a1cb73dd Author: Tetsuo Koyama AuthorDate: Sun Sep 6 00:39:00 2020 +0900 Update check_export_vtu.py --- interface/tests/python/check_export_vtu.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interf

[Getfem-commits] (no subject)

2020-10-03 Thread Tetsuo Koyama
branch: devel-tetsuo-xml-binary commit 029dd9274af80938123d74b5bb24145cb5a7222b Author: Tetsuo Koyama AuthorDate: Sun Oct 4 02:26:52 2020 +0900 Fix type --- interface/tests/python/check_mesh_ascii.vtu | 6 +++--- interface/tests/python/check_mesh_binary.vtu | 12 ++-- src/getfem_ex

[Getfem-commits] (no subject)

2020-10-03 Thread Tetsuo Koyama
branch: devel-tetsuo-xml-binary commit 82c996c15779fcbb91ff957121a4edc8d6499969 Author: Tetsuo Koyama AuthorDate: Fri Oct 2 22:47:25 2020 +0900 Fix test error by hard coding --- src/getfem_export.cc | 17 - 1 file changed, 12 insertions(+), 5 deletions(-) diff --git a/src/ge

[Getfem-commits] (no subject)

2020-10-03 Thread Tetsuo Koyama
branch: devel-tetsuo-xml-binary commit 6148cde27b0dc5cbe3e97edb59eaffe38a49515c Author: Tetsuo Koyama AuthorDate: Sun Sep 6 01:55:03 2020 +0900 Update for pass --- interface/tests/python/check_export_vtu.py | 2 +- src/getfem_export.cc | 54 +---

[Getfem-commits] (no subject)

2020-10-03 Thread Tetsuo Koyama
branch: devel-tetsuo-xml-binary commit 1b45dd99de715210789ef0740d71ce3765730cbf Author: Tetsuo Koyama AuthorDate: Sun Jul 12 16:41:01 2020 +0900 :up: src/getfem_export.cc --- src/getfem_export.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/getfem_export.cc b/src/g

[Getfem-commits] (no subject)

2020-10-03 Thread Tetsuo Koyama
branch: devel-tetsuo-xml-binary commit 4afc12f85cf42adaa0b4c0806c5d2632a6d2454c Author: Tetsuo Koyama AuthorDate: Sun Sep 6 03:26:05 2020 +0900 Update for pass --- src/getfem/getfem_export.h | 11 ++- src/getfem_export.cc | 35 +-- 2 files change

[Getfem-commits] (no subject)

2020-10-03 Thread Tetsuo Koyama
branch: devel-tetsuo-xml-binary commit 6f1f1e0a8ad06fbf8118f0183bb5d972b62f6d31 Author: Tetsuo Koyama AuthorDate: Sun Sep 6 00:38:37 2020 +0900 Add check_m0_ascii.vtu and check_m0_binary.vtu --- interface/tests/python/check_m0_ascii.vtu | 25 + interface/tests/python

[Getfem-commits] (no subject)

2020-10-03 Thread Tetsuo Koyama
branch: devel-tetsuo-xml-binary commit 98d2e14cf7dc76f39409b6a61f135f3239cef635 Author: Tetsuo Koyama AuthorDate: Sun Oct 4 03:59:28 2020 +0900 :sparkles: Fix TODO --- src/getfem_export.cc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/getfem_export.cc b/src/getfe

[Getfem-commits] (no subject)

2020-10-03 Thread Tetsuo Koyama
branch: devel-tetsuo-xml-binary commit a59760ad47bb3136cc11c29432060f989ca9f91a Author: Tetsuo Koyama AuthorDate: Sun Sep 13 01:22:10 2020 +0900 Update test and vtu files --- interface/tests/python/check_export_vtu.py | 6 +++--- interface/tests/python/check_mesh_ascii.vtu | 8 +---

[Getfem-commits] (no subject)

2020-10-03 Thread Tetsuo Koyama
branch: devel-tetsuo-xml-binary commit 71f33817eaf14a8d2f20e8e692a4404293f24048 Author: Tetsuo Koyama AuthorDate: Sun Oct 4 00:53:38 2020 +0900 :sparkles: Fix TODO --- src/getfem_export.cc | 12 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/src/getfem_export.cc b

[Getfem-commits] (no subject)

2020-10-03 Thread Tetsuo Koyama
branch: devel-tetsuo-xml-binary commit 32148b52b20f1d9d2d83767350b0658aedb2172f Author: Tetsuo Koyama AuthorDate: Sun Oct 4 02:00:11 2020 +0900 Add vtk for check --- interface/tests/python/check_export_vtu.py | 16 +++- interface/tests/python/check_mesh_ascii.vtk | 16 ++

[Getfem-commits] (no subject)

2020-10-03 Thread Tetsuo Koyama
branch: devel-tetsuo-xml-binary commit 5da504513f222796aee6025b02ca77ef4dad856e Author: Tetsuo Koyama AuthorDate: Sun Oct 4 00:20:42 2020 +0900 :bulb: Remove code --- src/getfem_export.cc | 10 -- 1 file changed, 10 deletions(-) diff --git a/src/getfem_export.cc b/src/getfem_export.

[Getfem-commits] (no subject)

2020-10-03 Thread Tetsuo Koyama
branch: devel-tetsuo-xml-binary commit 11b49ba48f03f622760988a17b25af42ff4141ce Author: Tetsuo Koyama AuthorDate: Sun Jul 12 16:41:58 2020 +0900 :up: src/getfem_export.cc --- src/getfem_export.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/getfem_export.cc b/src/g

[Getfem-commits] (no subject)

2020-10-03 Thread Tetsuo Koyama
branch: devel-tetsuo-xml-binary commit 7891cdbd1e0a45438ccfcac397d7541a7519c57d Author: Tetsuo Koyama AuthorDate: Sun Jul 12 16:13:17 2020 +0900 :up: src/getfem/getfem_export.h --- src/getfem/getfem_export.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/getfem/get

[Getfem-commits] (no subject)

2020-10-03 Thread Tetsuo Koyama
branch: devel-tetsuo-xml-binary commit 01a0825b753dffa84539ef5f249dd0724b6a843e Author: Tetsuo Koyama AuthorDate: Sun Sep 6 00:48:43 2020 +0900 Update check_export_vtu.py to pass --- interface/tests/python/check_export_vtu.py | 6 +++--- interface/tests/python/check_mesh_binary.vtu | 12 +

  1   2   3   4   5   6   7   8   9   10   >