[Getfem-commits] [getfem-commits] branch master updated: Add missing part from last commit

2024-05-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 b79b7680 Add missing part from last commit b79b7680 is described below commit

[Getfem-commits] [getfem-commits] branch master updated: Add 3D version of bspline basis functions on uniform rectilinear grid

2024-05-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 6da9ff14 Add 3D version of bspline basis functions on uniform rectilinear grid

[Getfem-commits] [getfem-commits] branch master updated: Enable accessing parallel MUMPS in the scripting API linsolve function

2024-04-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 3f88b0cb Enable accessing parallel MUMPS in the scripting API linsolve function

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

2024-04-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 04b6aac6 Minor fix 04b6aac6 is described below commit

[Getfem-commits] [getfem-commits] branch master updated: Minor fix in scripting API

2024-04-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 9e1450d7 Minor fix in scripting API 9e1450d7 is described below commit

[Getfem-commits] [getfem-commits] branch master updated: Whitespace and typos

2024-04-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 98f393a0 Whitespace and typos 98f393a0 is described below commit

[Getfem-commits] [getfem-commits] branch master updated: Fix preprocessor options handling

2024-04-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 12935f5a Fix preprocessor options handling 12935f5a is described below commit

[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

[Getfem-commits] [getfem-commits] master updated (77d406e1 -> 9216a7ac)

2024-04-12 Thread Konstantinos Poulios via Getfem-commits
logari81 pushed a change to branch master. from 77d406e1 Disable the use of lapack interface when building Matlab interface because of conflict with 64 bit lapack used by Matlab. new 9e3d4ec6 Variables renaming and typo fixes new 18e801fe Require relaxing overstrict security checks

[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

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

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

[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] [getfem-commits] branch master updated: Remove hack for treating blas64 in gmm

2024-03-26 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 cbe1442c Remove hack for treating blas64 in gmm cbe1442c is described below commit

[Getfem-commits] [getfem-commits] branch master updated: Remove detection of blas64 in matlab

2024-03-26 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 96250123 Remove detection of blas64 in matlab 96250123 is described below commit

[Getfem-commits] [getfem-commits] branch master updated: Fix regression from previous commit due to incompatible ABI between GNU and Intel BLAS

2024-03-26 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 17dd4ee3 Fix regression from previous commit due to incompatible ABI between GNU and

[Getfem-commits] [getfem-commits] branch master updated: Fix BLAS interface not supported by MKL and avoid nested macros

2024-03-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 d8be9712 Fix BLAS interface not supported by MKL and avoid nested macros d8be9712 is

[Getfem-commits] [getfem-commits] branch master updated: Remove const_cast occurrences

2024-03-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 90a30c01 Remove const_cast occurrences 90a30c01 is described below commit

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

2024-03-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 6e2e0c56 Only white space 6e2e0c56 is described below commit

[Getfem-commits] [getfem-commits] branch master updated: Avoid nested macros

2024-03-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 66e40968 Avoid nested macros 66e40968 is described below commit

[Getfem-commits] [getfem-commits] branch master updated: Remove redundant macro arguments

2024-03-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 7c08587f Remove redundant macro arguments 7c08587f is described below commit

[Getfem-commits] [getfem-commits] branch master updated: Simplify example script

2024-03-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 86286ae1 Simplify example script 86286ae1 is described below commit

[Getfem-commits] [getfem-commits] branch master updated: Remove unused class members

2024-03-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 1fbeda65 Remove unused class members 1fbeda65 is described below commit

[Getfem-commits] [getfem-commits] branch master updated: Fix issues with cmake builds

2024-03-11 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 99920d7b Fix issues with cmake builds 99920d7b is described below commit

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

2024-03-11 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 105e1626 Fix compilation warning 105e1626 is described below commit

[Getfem-commits] [getfem-commits] master updated (e3372b14 -> 8921634b)

2024-03-11 Thread Konstantinos Poulios via Getfem-commits
logari81 pushed a change to branch master. from e3372b14 Move function implementations from header to source file new 5ddd2b51 Improve compatibility with MSVC compiler new 8921634b Improve portability of auxiliary python script Summary of changes: bin/extract_doc

[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

[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

[Getfem-commits] [getfem-commits] master updated (ebeaddb0 -> e3372b14)

2024-03-07 Thread Konstantinos Poulios via Getfem-commits
logari81 pushed a change to branch master. from ebeaddb0 Fix test runs new 25aa8df0 Whitespace new e3372b14 Move function implementations from header to source file Summary of changes: src/getfem/getfem_mesh_slicers.h | 81 +++- src/getfem_mesh_slicers.cc

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

[Getfem-commits] [getfem-commits] branch master updated: Fix test runs

2024-03-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 master in repository getfem. The following commit(s) were added to refs/heads/master by this push: new ebeaddb0 Fix test runs ebeaddb0 is described below commit

[Getfem-commits] [getfem-commits] branch master updated: Fix test case (second try)

2024-03-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 master in repository getfem. The following commit(s) were added to refs/heads/master by this push: new 5b848f84 Fix test case (second try) 5b848f84 is described below commit

[Getfem-commits] [getfem-commits] branch master updated: Fix test broken by last commit

2024-03-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 master in repository getfem. The following commit(s) were added to refs/heads/master by this push: new 77091caf Fix test broken by last commit 77091caf is described below commit

[Getfem-commits] [getfem-commits] branch master updated: Do not expose static member variable outside the compilation unit

2024-03-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 master in repository getfem. The following commit(s) were added to refs/heads/master by this push: new 0d311bf4 Do not expose static member variable outside the compilation unit 0d311bf4

[Getfem-commits] [getfem-commits] branch master updated: Fix mistake in cmake file

2024-03-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 master in repository getfem. The following commit(s) were added to refs/heads/master by this push: new 6824fbf6 Fix mistake in cmake file 6824fbf6 is described below commit

[Getfem-commits] [getfem-commits] branch master updated: Remove strict requirement for MSVC flag

2024-03-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 master in repository getfem. The following commit(s) were added to refs/heads/master by this push: new 0ac615a1 Remove strict requirement for MSVC flag 0ac615a1 is described below commit

[Getfem-commits] [getfem-commits] branch master updated: Fix incompatibility with MSVC compiler

2024-03-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 98fe5824 Fix incompatibility with MSVC compiler 98fe5824 is described below commit

[Getfem-commits] [getfem-commits] branch master updated: Fix mumps linking issue when building with cmake

2024-03-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 c1cd6267 Fix mumps linking issue when building with cmake c1cd6267 is described below

[Getfem-commits] [getfem-commits] branch master updated: Make perl a soft build dependency with cmake

2024-03-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 98e03c6e Make perl a soft build dependency with cmake 98e03c6e is described below

[Getfem-commits] [getfem-commits] branch master updated: Whitespace and typo fixes

2024-03-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 5627f987 Whitespace and typo fixes 5627f987 is described below commit

[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

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

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

[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

[Getfem-commits] [getfem-commits] branch add-umfpack-interface created (now 0534ebd1)

2024-01-23 Thread Konstantinos Poulios via Getfem-commits
logari81 pushed a change to branch add-umfpack-interface. at 0534ebd1 Convert file to utf8 and add option for umfpack solver This branch includes the following new commits: new 87cf885e Fix error in configure script new c33dc738 Minor code maintenance changes new a3afc92c

[Getfem-commits] [getfem-commits] branch overhaul-build-system deleted (was 8511ba82)

2024-01-09 Thread Konstantinos Poulios via Getfem-commits
logari81 pushed a change to branch overhaul-build-system. was 8511ba82 Add basic cmake build support 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 (17155e82 -> 8511ba82)

2023-12-30 Thread Konstantinos Poulios via Getfem-commits
logari81 pushed a change to branch master. from 17155e82 Apply fixes from getfem_superlu.cc to gmm_superlu_interface.h add 4ff66802 Remove old copy of SuperLU, overhaul configure.ac, treat MUMPS and SuperLU equally add 8511ba82 Add basic cmake build support No new revisions were

[Getfem-commits] [getfem-commits] branch overhaul-build-system updated: Add basic cmake build support

2023-12-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 overhaul-build-system in repository getfem. The following commit(s) were added to refs/heads/overhaul-build-system by this push: new 8511ba82 Add basic cmake build support 8511ba82 is

[Getfem-commits] [getfem-commits] branch overhaul-build-system created (now 4ff66802)

2023-12-27 Thread Konstantinos Poulios via Getfem-commits
logari81 pushed a change to branch overhaul-build-system. at 4ff66802 Remove old copy of SuperLU, overhaul configure.ac, treat MUMPS and SuperLU equally This branch includes the following new commits: new 4ff66802 Remove old copy of SuperLU, overhaul configure.ac, treat MUMPS and

[Getfem-commits] [getfem-commits] branch master updated: Apply fixes from getfem_superlu.cc to gmm_superlu_interface.h

2023-12-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 17155e82 Apply fixes from getfem_superlu.cc to gmm_superlu_interface.h 17155e82 is

[Getfem-commits] [getfem-commits] branch master updated: Ensure getfem/getfem_im_list.h is created after a maintainer-clean

2023-12-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 cb207a37 Ensure getfem/getfem_im_list.h is created after a maintainer-clean cb207a37

[Getfem-commits] [getfem-commits] branch master updated: Whitespace fixes and other minor changes

2023-12-26 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 752f0399 Whitespace fixes and other minor changes 752f0399 is described below commit

[Getfem-commits] [getfem-commits] branch master updated: Remove leftovers and redundant includes, fix whitespace and other minor changes

2023-12-26 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 956a40ef Remove leftovers and redundant includes, fix whitespace and other minor

[Getfem-commits] [getfem-commits] branch master updated: Make gmm qr_factor more consistent with lapack for real square matrices

2023-12-20 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 27cc7174 Make gmm qr_factor more consistent with lapack for real square matrices

[Getfem-commits] [getfem-commits] branch master updated: Detect zero size matrices in gmm_dense_lu functions

2023-12-20 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 840d5073 Detect zero size matrices in gmm_dense_lu functions 840d5073 is described

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

2023-12-20 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 8fa3c636 Fix compilation warning 8fa3c636 is described below commit

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

2023-12-20 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 dc63475e Whitespace fixes dc63475e is described below commit

[Getfem-commits] [getfem-commits] branch master updated: Fix bug in blas interface for the Hermitian product

2023-12-20 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 9fd428c7 Fix bug in blas interface for the Hermitian product 9fd428c7 is described

[Getfem-commits] [getfem-commits] branch master updated: Whitespace fixes and code readability improvements

2023-12-20 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 fc87d143 Whitespace fixes and code readability improvements fc87d143 is described

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

2023-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 c8ed9342 Style changes c8ed9342 is described below commit

[Getfem-commits] [getfem-commits] branch remove-local-superlu updated: Fix typo

2023-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 remove-local-superlu in repository getfem. The following commit(s) were added to refs/heads/remove-local-superlu by this push: new c53ddd92 Fix typo c53ddd92 is described below commit

[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

[Getfem-commits] [getfem-commits] remove-local-superlu updated (a7601235 -> 8ce9151f)

2023-12-18 Thread Konstantinos Poulios via Getfem-commits
logari81 pushed a change to branch remove-local-superlu. discard a7601235 Improve configuration without superlu discard cfad3bd4 Make SuperLU optional discard 19656941 Remove local SuperLU copy add 3c37cc1a minor modification for clang compatibility new ad5f71e5 Remove local SuperLU

[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

[Getfem-commits] [getfem-commits] remove-local-superlu updated (597d39a0 -> a7601235)

2023-12-07 Thread Konstantinos Poulios via Getfem-commits
logari81 pushed a change to branch remove-local-superlu. discard 597d39a0 Improve configuration without superlu discard c7c7db69 Make SuperLU optional discard e0655e02 Remove local SuperLU copy add 0ce4bf39 Use hard coded loop unrollings add a6d784a5 Honor constness in ga_instruction

[Getfem-commits] [getfem-commits] branch master updated: Enable use of BLAS in generic assembly instructions by default

2023-12-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 master in repository getfem. The following commit(s) were added to refs/heads/master by this push: new 138f66ec Enable use of BLAS in generic assembly instructions by default 138f66ec is

[Getfem-commits] [getfem-commits] branch master updated: More (optional) use of BLAS inside ga_instruction_contraction... classes and rearrange code

2023-12-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 master in repository getfem. The following commit(s) were added to refs/heads/master by this push: new 6b16bb19 More (optional) use of BLAS inside ga_instruction_contraction... classes and

[Getfem-commits] [getfem-commits] branch master updated: Some more BLAS alternative implementations in ga_instructions and fixes for the previous commit

2023-12-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 a2054d89 Some more BLAS alternative implementations in ga_instructions and fixes for

[Getfem-commits] [getfem-commits] branch master updated: Add hardcoded matmult for small matrices and possibility of BLAS gemm for larger ones

2023-12-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 3812ecc6 Add hardcoded matmult for small matrices and possibility of BLAS gemm for

[Getfem-commits] [getfem-commits] branch master updated: Honor constness in ga_instruction classes and better variable names

2023-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 a6d784a5 Honor constness in ga_instruction classes and better variable names a6d784a5

[Getfem-commits] [getfem-commits] branch master updated: Use hard coded loop unrollings

2023-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 0ce4bf39 Use hard coded loop unrollings 0ce4bf39 is described below commit

[Getfem-commits] [getfem-commits] branch remove-local-superlu updated: Improve configuration without superlu

2023-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 remove-local-superlu in repository getfem. The following commit(s) were added to refs/heads/remove-local-superlu by this push: new 597d39a0 Improve configuration without superlu 597d39a0

[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] [getfem-commits] remove-local-superlu updated (bb988800 -> c7c7db69)

2023-11-30 Thread Konstantinos Poulios via Getfem-commits
logari81 pushed a change to branch remove-local-superlu. discard bb988800 Make SuperLU optional discard 2ca27bbb Remove local SuperLU copy add 517ffd4d Naming, whitespace and simplifications add be1bab31 Allow calling adapt() from scripting API for mesh_fem_sum and mesh_fem_product

[Getfem-commits] [getfem-commits] branch master updated: Update project communication information

2023-11-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 aa25b585 Update project communication information aa25b585 is described below commit

[Getfem-commits] [getfem-commits] master updated (3a323649 -> 7ff5109e)

2023-11-20 Thread Konstantinos Poulios via Getfem-commits
logari81 pushed a change to branch master. from 3a323649 Whitespace and other trivial simplifications new 517ffd4d Naming, whitespace and simplifications new be1bab31 Allow calling adapt() from scripting API for mesh_fem_sum and mesh_fem_product new 7ff5109e Add missing

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

[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] [getfem-commits] branch master updated: Whitespace and other trivial simplifications

2023-11-19 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 3a323649 Whitespace and other trivial simplifications 3a323649 is described below

[Getfem-commits] [getfem-commits] remove-local-superlu updated (2a8b6c8d -> 6f2da65d)

2023-11-17 Thread Konstantinos Poulios via Getfem-commits
logari81 pushed a change to branch remove-local-superlu. discard 2a8b6c8d Remove local SuperLU copy add ca961cce Fix openmp crash due to concurrency bug new 6f2da65d Remove local SuperLU copy This update added new revisions after undoing existing revisions. That is to say, some

[Getfem-commits] [getfem-commits] branch consistent_rtree_box_order deleted (was 00ddea3d)

2023-11-17 Thread Konstantinos Poulios via Getfem-commits
logari81 pushed a change to branch consistent_rtree_box_order. was 00ddea3d returning model_pb to the header as it's being used elsewhere 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 fixmisspell deleted (was c8ab0c03)

2023-11-17 Thread Konstantinos Poulios via Getfem-commits
logari81 pushed a change to branch fixmisspell. was c8ab0c03 Transifex's Web Application's Domain Change This change permanently discards the following revisions: discard c8ab0c03 Transifex's Web Application's Domain Change discard 07809d94 Update code samples from Python2 format to

[Getfem-commits] [getfem-commits] branch master updated: Remove redundant header includes

2023-11-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 master in repository getfem. The following commit(s) were added to refs/heads/master by this push: new 03e6c8e2 Remove redundant header includes 03e6c8e2 is described below commit

[Getfem-commits] [getfem-commits] remove-local-superlu updated (bb74a09a -> 64e3a4c2)

2023-11-07 Thread Konstantinos Poulios via Getfem-commits
logari81 pushed a change to branch remove-local-superlu. discard bb74a09a Remove local SuperLU copy add 38430cf3 minor change add 0a9ed217 Adding RT and BDM elements on simplicies for any degree and dimension add 938c963d Maintain underlying mesh_fem type when cloning mesh_fem

[Getfem-commits] [getfem-commits] branch master updated: Maintain underlying mesh_fem type when cloning mesh_fem objects in scripting API

2023-11-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 master in repository getfem. The following commit(s) were added to refs/heads/master by this push: new 938c963d Maintain underlying mesh_fem type when cloning mesh_fem objects in scripting

[Getfem-commits] [getfem-commits] branch improve-expm-performance created (now ee139e69)

2023-10-20 Thread Konstantinos Poulios via Getfem-commits
logari81 pushed a change to branch improve-expm-performance. at ee139e69 Use a Pade approximation for expm, ported from Eigen/Unsupported This branch includes the following new commits: new ee139e69 Use a Pade approximation for expm, ported from Eigen/Unsupported

[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] [getfem-commits] branch remove-local-superlu created (now bb74a09a)

2023-10-19 Thread Konstantinos Poulios via Getfem-commits
logari81 pushed a change to branch remove-local-superlu. at bb74a09a Remove local SuperLU copy This branch includes the following new commits: new bb74a09a Remove local SuperLU copy

[Getfem-commits] [getfem-commits] branch master updated: Clean up

2023-10-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 f50e5995 Clean up f50e5995 is described below commit

[Getfem-commits] [getfem-commits] branch master updated: Enable scripting interface to get and set internal model variables

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 b3d9703d Enable scripting interface to get and set internal model variables b3d9703d

[Getfem-commits] [getfem-commits] branch master updated: Allow to define Lagrange multipliers for contact on integration points

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 f56fc155 Allow to define Lagrange multipliers for contact on integration points

[Getfem-commits] [getfem-commits] branch master updated: Replace some switches with lookup tables to reduce code duplication

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 9a57bfb9 Replace some switches with lookup tables to reduce code duplication 9a57bfb9

[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 31278f3d Fix compilation warnings 31278f3d is described below commit

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

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 24c096f9 Fix compilation warnings and coding style 24c096f9 is described below commit

[Getfem-commits] [getfem-commits] branch master updated: Fix compilation warning, allocate memory for strings passed from Python

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 77348c0c Fix compilation warning, allocate memory for strings passed from Python

[Getfem-commits] [getfem-commits] branch master updated: Whitespace 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 23dfd3c8 Whitespace changes 23dfd3c8 is described below commit

  1   2   3   >