[Getfem-commits] [getfem-commits] devel-logari81 updated (bf14faf -> b9bc748)

2017-08-01 Thread Konstantinos Poulios
logari81 pushed a change to branch devel-logari81. from bf14faf add documentation for importing ANSYS meshes adds d791a6a preparing 5.2 release adds 1d0aedd last changes for version 5.2 adds d6264e8 still a small modification for version 5.2 adds d0a14a4

[Getfem-commits] [getfem-commits] devel-logari81 updated (cc2a093 -> 816c2c0)

2017-08-01 Thread Konstantinos Poulios
logari81 pushed a change to branch devel-logari81. from cc2a093 add support for default values in md_param new 2f8f796 calculate and cache the center of the real element in geotrans_interpolation_context new 816c2c0 code simplifications and clean up Summary of

[Getfem-commits] (no subject)

2017-08-01 Thread Konstantinos Poulios
branch: devel-logari81 commit 2f8f796f5744704ff63b7b3cb08f744f350b40a1 Author: Konstantinos Poulios <logar...@gmail.com> Date: Tue Aug 1 22:58:10 2017 +0200 calculate and cache the center of the real element in geotrans_interpolation_context --- src/getfem/bgeot_geometric_trans.

[Getfem-commits] [getfem-commits] devel-logari81 updated (b9bc748 -> cc2a093)

2017-08-01 Thread Konstantinos Poulios
logari81 pushed a change to branch devel-logari81. from b9bc748 normalize source code whitespace new cc2a093 add support for default values in md_param Summary of changes: src/bgeot_ftool.cc | 19 --- src/getfem/bgeot_ftool.h | 9 ++--- 2 files

[Getfem-commits] (no subject)

2017-08-01 Thread Konstantinos Poulios
branch: devel-logari81 commit cc2a093e9db5999373c204b97155ce3fb587e26e Author: Konstantinos Poulios <logar...@gmail.com> Date: Tue Aug 1 22:54:39 2017 +0200 add support for default values in md_param --- src/bgeot_ftool.cc | 19 --- src/getfem/bgeot_ftool.

[Getfem-commits] (no subject)

2017-08-04 Thread Konstantinos Poulios
branch: master commit ec500b19e242a1ca4434257401491e4a3190ad5b Author: lj Date: Wed Aug 2 11:37:22 2017 +0200 Make sure that the grad and hess computations are thread safe. --- src/bgeot_geometric_trans.cc | 18 ++ 1 file changed, 14 insertions(+), 4

[Getfem-commits] (no subject)

2017-08-04 Thread Konstantinos Poulios
branch: master commit 801f42609710a389aa775d4a7a2c01b10fe4143f Author: lj Date: Wed Aug 2 11:27:20 2017 +0200 Make computation of gradient and hessian of fem thread safe. --- src/getfem/getfem_fem.h | 14 -- 1 file changed, 12 insertions(+), 2 deletions(-)

[Getfem-commits] (no subject)

2017-08-04 Thread Konstantinos Poulios
branch: master commit ddc897e5e5ad9e4c422e7b3f36ff92840226b8b8 Author: aa Date: Mon Jul 31 13:51:36 2017 +0200 fixing compiler error caused by removing of a argument (the argument is still being used in GMM_ASSERT3 in every function) --- src/gmm/gmm_def.h | 17

[Getfem-commits] [getfem-commits] master updated (ec500b1 -> ddc897e)

2017-08-04 Thread Konstantinos Poulios
logari81 pushed a change to branch master. from ec500b1 Make sure that the grad and hess computations are thread safe. new ddc897e fixing compiler error caused by removing of a argument (the argument is still being used in GMM_ASSERT3 in every function) Summary of changes:

[Getfem-commits] [getfem-commits] master updated (de3f720 -> 816c2c0)

2017-08-04 Thread Konstantinos Poulios
logari81 pushed a change to branch master. from de3f720 moving three functions in vtk_export to protected classification to make them accessible for derived classes adds b9bc748 normalize source code whitespace adds cc2a093 add support for default values in md_param

[Getfem-commits] [getfem-commits] master updated (816c2c0 -> ec500b1)

2017-08-04 Thread Konstantinos Poulios
logari81 pushed a change to branch master. from 816c2c0 code simplifications and clean up new 801f426 Make computation of gradient and hessian of fem thread safe. new 4b580c0 Hierarchical fem should recompute again grad and hessian, instead of taking the copy from

[Getfem-commits] (no subject)

2017-08-04 Thread Konstantinos Poulios
branch: master commit 4b580c048e9f61403f1c640e7dd0cd81dd09ef5e Author: lj Date: Wed Aug 2 11:31:16 2017 +0200 Hierarchical fem should recompute again grad and hessian, instead of taking the copy from the initial fem. --- src/getfem_fem.cc | 2 ++ 1 file changed, 2

Re: [Getfem-commits] (no subject)

2017-07-03 Thread Konstantinos Poulios
Dear Roman, Is it possible to split these changes into multiple commits so that they are easy to review? If you have whitespace changes you should at least create a separate changeset for this purpose. You can also have a look at: https://kernelnewbies.org/PatchPhilosophy Kind regards Kostas

[Getfem-commits] [getfem-commits] devel-logari81 updated (816c2c0 -> 2a0d183)

2017-08-06 Thread Konstantinos Poulios
logari81 pushed a change to branch devel-logari81. from 816c2c0 code simplifications and clean up new 2a0d183 fix bug in dof enumeration (causing invalid merging of dofs in very small elements) Summary of changes: src/getfem_mesh_fem.cc | 2 +- 1 file changed, 1

[Getfem-commits] [getfem-commits] master updated (b5617c4 -> 07114d1)

2017-08-07 Thread Konstantinos Poulios
logari81 pushed a change to branch master. from b5617c4 fix bug in dof enumeration (causing invalid merging of dofs in very small elements) adds 26f216c white space and minor coding style normalization adds 4d1d1f9 function/class naming normalization adds

[Getfem-commits] (no subject)

2017-08-07 Thread Konstantinos Poulios
branch: devel-logari81 commit a1e69b342dd1d250250dfef7c08c42541b3ab089 Author: Konstantinos Poulios <logar...@gmail.com> Date: Mon Aug 7 23:14:59 2017 +0200 implement import of 13-node pyramids and 15-node prisms from ANSYS cdb files --- src/getfem_import.c

[Getfem-commits] [getfem-commits] devel-logari81 updated (bf57fd6 -> 07114d1)

2017-08-07 Thread Konstantinos Poulios
logari81 pushed a change to branch devel-logari81. from bf57fd6 code documentation improvements new 32a5297 implement vtk export of 15-node prism elements and enable vtk export of both 13-node and 14-node pyramids new a1e69b3 implement import of 13-node pyramids and

[Getfem-commits] (no subject)

2017-08-07 Thread Konstantinos Poulios
branch: devel-logari81 commit 07114d1cc1cf44fc2740096ea489e14a1c51a4fc Author: Konstantinos Poulios <logar...@gmail.com> Date: Mon Aug 7 23:18:11 2017 +0200 fix the processing of mesh_region::all_convexes() in select_faces_in_box --- src/getfem_mesh.cc | 2 +- 1 file changed, 1 ins

[Getfem-commits] (no subject)

2017-08-07 Thread Konstantinos Poulios
branch: devel-logari81 commit 32a52976d7966a9bfaf396972479a7525c298cdb Author: Konstantinos Poulios <logar...@gmail.com> Date: Mon Aug 7 22:56:59 2017 +0200 implement vtk export of 15-node prism elements and enable vtk export of both 13-node and 14-node pyramids --- interface/tests/

[Getfem-commits] (no subject)

2017-08-07 Thread Konstantinos Poulios
branch: devel-logari81 commit a1a0185f9207a91d526f9835810d00930c3a2c55 Author: Konstantinos Poulios <logar...@gmail.com> Date: Mon Aug 7 14:07:34 2017 +0200 code refactoring and simplifications --- src/bgeot_convex_ref.cc| 6 ++--- src/getfem/dal_static_stored_obj

[Getfem-commits] [getfem-commits] devel-logari81 updated (4d1d1f9 -> da4bee7)

2017-08-07 Thread Konstantinos Poulios
logari81 pushed a change to branch devel-logari81. from 4d1d1f9 function/class naming normalization new da4bee7 substitute use of bgeot::Comma_initializer with standard C++11 syntax Summary of changes: src/bgeot_convex_ref.cc | 30 +++---

[Getfem-commits] (no subject)

2017-08-07 Thread Konstantinos Poulios
branch: devel-logari81 commit 7fd00f41c48e8f2704a2704196f84c699694e798 Author: Konstantinos Poulios <logar...@gmail.com> Date: Mon Aug 7 16:31:25 2017 +0200 fix compilation issue --- src/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Makefile.am b/src/Makefile.am

[Getfem-commits] (no subject)

2017-08-07 Thread Konstantinos Poulios
branch: devel-logari81 commit 2061fb8d3c04095790fbff8997fdbdeac6eff200 Author: Konstantinos Poulios <logar...@gmail.com> Date: Mon Aug 7 15:15:16 2017 +0200 fix import of ANSYS cdb files with NBLOCK missing a total nodes number entry and avoid use of sscanf --- src/getfem_import.cc

[Getfem-commits] [getfem-commits] devel-logari81 updated (a1a0185 -> 2061fb8)

2017-08-07 Thread Konstantinos Poulios
logari81 pushed a change to branch devel-logari81. from a1a0185 code refactoring and simplifications new 2061fb8 fix import of ANSYS cdb files with NBLOCK missing a total nodes number entry and avoid use of sscanf Summary of changes: src/getfem_import.cc | 177

[Getfem-commits] (no subject)

2017-08-06 Thread Konstantinos Poulios
branch: devel-logari81 commit 2a0d1836a70dcb67df9a353bfa7a8881e815f57b Author: Konstantinos Poulios <logar...@gmail.com> Date: Sun Aug 6 14:41:54 2017 +0200 fix bug in dof enumeration (causing invalid merging of dofs in very small elements) --- src/getfem_mesh_fem.cc | 2 +-

[Getfem-commits] (no subject)

2017-08-06 Thread Konstantinos Poulios
branch: devel-logari81 commit b5617c4d2883fe8c4c47aab201150298e58ee848 Author: Konstantinos Poulios <logar...@gmail.com> Date: Sun Aug 6 14:59:35 2017 +0200 fix bug in dof enumeration (causing invalid merging of dofs in very small elements) --- src/getfem_mesh_fem.cc | 2 +-

[Getfem-commits] [getfem-commits] devel-logari81 updated (816c2c0 -> b5617c4)

2017-08-06 Thread Konstantinos Poulios
logari81 pushed a change to branch devel-logari81. from 816c2c0 code simplifications and clean up adds 801f426 Make computation of gradient and hessian of fem thread safe. adds 4b580c0 Hierarchical fem should recompute again grad and hessian, instead of taking the

[Getfem-commits] [getfem-commits] master updated (ddc897e -> b5617c4)

2017-08-06 Thread Konstantinos Poulios
logari81 pushed a change to branch master. from ddc897e fixing compiler error caused by removing of a argument (the argument is still being used in GMM_ASSERT3 in every function) adds b5617c4 fix bug in dof enumeration (causing invalid merging of dofs in very small elements)

[Getfem-commits] (no subject)

2017-08-06 Thread Konstantinos Poulios
branch: devel-logari81 commit 4d1d1f9124dc9fed19eb5b6eb318042b71fb1ba8 Author: Konstantinos Poulios <logar...@gmail.com> Date: Mon Aug 7 01:22:51 2017 +0200 function/class naming normalization --- interface/src/gf_mesh.cc | 2 +- src/bgeot_convex_ref.cc

[Getfem-commits] (no subject)

2017-08-06 Thread Konstantinos Poulios
branch: devel-logari81 commit 26f216c888fbd0edf13953fe2c6ad8012327f02a Author: Konstantinos Poulios <logar...@gmail.com> Date: Mon Aug 7 01:17:01 2017 +0200 white space and minor coding style normalization --- src/bgeot_convex_ref.cc | 21 +

[Getfem-commits] [getfem-commits] devel-logari81 updated (267e7fa -> 26f216c)

2017-08-06 Thread Konstantinos Poulios
logari81 pushed a change to branch devel-logari81. discards 267e7fa white space and minor coding style normalization new 26f216c white space and minor coding style normalization This update added new revisions after undoing existing revisions. That is to say, some revisions that

[Getfem-commits] (no subject)

2017-08-06 Thread Konstantinos Poulios
branch: devel-logari81 commit 267e7fa26603c3a0dd32fcd282c1a4105481c008 Author: Konstantinos Poulios <logar...@gmail.com> Date: Sun Aug 6 21:52:55 2017 +0200 white space and minor coding style normalization --- src/bgeot_convex_ref.cc | 21 +

[Getfem-commits] [getfem-commits] devel-logari81 updated (2a0d183 -> 816c2c0)

2017-08-06 Thread Konstantinos Poulios
logari81 pushed a change to branch devel-logari81. discards 2a0d183 fix bug in dof enumeration (causing invalid merging of dofs in very small elements) This update removed existing revisions from the reference, leaving the reference pointing at a previous point in the repository history.

[Getfem-commits] (no subject)

2017-08-07 Thread Konstantinos Poulios
branch: devel-logari81 commit da4bee71c620cb12cfe60ba199b890d02b9cab76 Author: Konstantinos Poulios <logar...@gmail.com> Date: Mon Aug 7 11:00:38 2017 +0200 substitute use of bgeot::Comma_initializer with standard C++11 syntax --- src/bgeot_convex_ref.cc

[Getfem-commits] [getfem-commits] devel-logari81 updated (da4bee7 -> 44b56df)

2017-08-07 Thread Konstantinos Poulios
logari81 pushed a change to branch devel-logari81. from da4bee7 substitute use of bgeot::Comma_initializer with standard C++11 syntax new 44b56df fix compilation warning for unused variable Summary of changes: src/gmm/gmm_def.h | 8 1 file changed, 4 insertions(+),

[Getfem-commits] (no subject)

2017-08-07 Thread Konstantinos Poulios
branch: devel-logari81 commit 44b56dfb258085cd6c0630978df03f067728c657 Author: Konstantinos Poulios <logar...@gmail.com> Date: Mon Aug 7 11:03:56 2017 +0200 fix compilation warning for unused variable --- src/gmm/gmm_def.h | 8 1 file changed, 4 insertions(+), 4 deletions(-)

[Getfem-commits] [getfem-commits] devel-logari81 updated (7fd00f4 -> d8548b7)

2017-08-07 Thread Konstantinos Poulios
logari81 pushed a change to branch devel-logari81. from 7fd00f4 fix compilation issue new d8548b7 add missing implementation of geotrans_interpolation_context::cv_center() Summary of changes: src/bgeot_geometric_trans.cc | 14 ++ 1 file changed, 14 insertions(+)

[Getfem-commits] (no subject)

2017-08-07 Thread Konstantinos Poulios
branch: devel-logari81 commit d8e7c67f8c64572bca012f53af36a0ed52be196a Author: Konstantinos Poulios <logar...@gmail.com> Date: Mon Aug 7 17:57:27 2017 +0200 implement incomplete quadratic pyramid (13-node) and prism (15-node) elements 13-node pyramid based on Bedrosian

[Getfem-commits] (no subject)

2017-08-07 Thread Konstantinos Poulios
branch: devel-logari81 commit bf57fd6f48dd56f2eea52d2ae053f04458805dd4 Author: Konstantinos Poulios <logar...@gmail.com> Date: Mon Aug 7 18:06:34 2017 +0200 code documentation improvements --- src/getfem/bgeot_geometric_trans.h | 1 + src/getfem/getfem_fem.h| 5 +++-- 2

[Getfem-commits] [getfem-commits] devel-logari81 updated (d8548b7 -> bf57fd6)

2017-08-07 Thread Konstantinos Poulios
logari81 pushed a change to branch devel-logari81. from d8548b7 add missing implementation of geotrans_interpolation_context::cv_center() new d8e7c67 implement incomplete quadratic pyramid (13-node) and prism (15-node) elements new bf57fd6 code documentation

[Getfem-commits] (no subject)

2017-08-07 Thread Konstantinos Poulios
branch: devel-logari81 commit d8548b7c6eee2dfe887d244bda7bd509f6316034 Author: Konstantinos Poulios <logar...@gmail.com> Date: Mon Aug 7 16:46:54 2017 +0200 add missing implementation of geotrans_interpolation_context::cv_center() --- src/bgeot_geometric_trans.cc | 14 +++

[Getfem-commits] [getfem-commits] branch devel-logari81 created (now 2d7e2b0)

2017-06-24 Thread Konstantinos Poulios
logari81 pushed a change to branch devel-logari81. at 2d7e2b0 add new function getfem::mesh::select_convexes_in_box This branch includes the following new commits: new 4300ebb add support for importing ASNYS plane elements new 2d7e2b0 add new function

[Getfem-commits] (no subject)

2017-06-24 Thread Konstantinos Poulios
branch: devel-logari81 commit 4300ebbe4739b8b6a16fd9c9654ebedc12e7367a Author: Konstantinos Poulios <logar...@gmail.com> Date: Sat Jun 24 23:23:20 2017 +0200 add support for importing ASNYS plane elements --- src/getfem_import.cc | 113 +---

[Getfem-commits] [getfem-commits] fix-valgrind-issues updated (d435d97 -> 638cf10)

2017-09-14 Thread Konstantinos Poulios
logari81 pushed a change to branch fix-valgrind-issues. from d435d97 fix memleak new 638cf10 code simplification Summary of changes: src/getfem_generic_assembly.cc | 53 ++ 1 file changed, 22 insertions(+), 31 deletions(-)

[Getfem-commits] (no subject)

2017-09-14 Thread Konstantinos Poulios
branch: fix-valgrind-issues commit 638cf1032ea399c6c894f1ff81fbbf2af8818563 Author: Konstantinos Poulios <logar...@gmail.com> Date: Thu Sep 14 11:46:22 2017 +0200 code simplification --- src/getfem_generic_assembly.cc | 53 ++ 1 file chang

[Getfem-commits] (no subject)

2017-09-15 Thread Konstantinos Poulios
branch: serendipity-elements commit c27ee5a33580c7720ee6f36bad57d0eedbb75287 Author: Konstantinos Poulios <logar...@gmail.com> Date: Fri Sep 15 12:51:57 2017 +0200 improve support for incomplete (serendipity) elements and add discontinuous versions --- interface/src/gf_mesh_fem_

[Getfem-commits] [getfem-commits] serendipity-elements updated (bec90ba -> c27ee5a)

2017-09-15 Thread Konstantinos Poulios
logari81 pushed a change to branch serendipity-elements. from bec90ba fix simplexification of pyramids new 5c07612 account for pyramid elements in classic integration methods new c27ee5a improve support for incomplete (serendipity) elements and add discontinuous

[Getfem-commits] (no subject)

2017-09-15 Thread Konstantinos Poulios
branch: serendipity-elements commit c40ce74974e44eb85a02d2f1b8df5fb6f8cc8f5c Author: Konstantinos Poulios <logar...@gmail.com> Date: Fri Sep 15 10:45:42 2017 +0200 renaming of geotrans and fem types --- doc/sphinx/source/project/femdesc.rst | 2 +- interface/src/gf_m

[Getfem-commits] (no subject)

2017-09-15 Thread Konstantinos Poulios
branch: serendipity-elements commit bec90babb7f7046d2b0eb915d3d38996b1b29c07 Author: Konstantinos Poulios <logar...@gmail.com> Date: Fri Sep 15 11:33:45 2017 +0200 fix simplexification of pyramids --- src/bgeot_convex_ref_simplexified.cc | 6 +++--- 1 file changed, 3 insertions

[Getfem-commits] [getfem-commits] branch serendipity-elements created (now bec90ba)

2017-09-15 Thread Konstantinos Poulios
logari81 pushed a change to branch serendipity-elements. at bec90ba fix simplexification of pyramids This branch includes the following new commits: new c40ce74 renaming of geotrans and fem types new 02bc349 cosmetic changes new bec90ba fix

[Getfem-commits] (no subject)

2017-09-14 Thread Konstantinos Poulios
branch: fix-valgrind-issues commit c82245fc37f55701833a9ff531711dc84f7a54f8 Author: Konstantinos Poulios <logar...@gmail.com> Date: Thu Sep 14 15:35:57 2017 +0200 code simplification --- src/getfem_generic_assembly.cc | 123 +++-- 1 file chang

[Getfem-commits] [getfem-commits] fix-valgrind-issues updated (42a3e5f -> 830123b)

2017-09-14 Thread Konstantinos Poulios
logari81 pushed a change to branch fix-valgrind-issues. from 42a3e5f use nullptr instead of 0 new 830123b add debugging questions/info (not to be pushed to master) Summary of changes: src/getfem_generic_assembly.cc | 7 +++ 1 file changed, 7 insertions(+)

[Getfem-commits] (no subject)

2017-09-16 Thread Konstantinos Poulios
branch: fix-valgrind-issues commit f710f52530d7fbcbfdc41d4e77a4067d918e8c86 Author: Konstantinos Poulios <logar...@gmail.com> Date: Sat Sep 16 11:37:19 2017 +0200 add few new assertions inside ga_tree --- src/getfem_generic_assembly.cc | 10 +- 1 file changed, 5 insertions

[Getfem-commits] [getfem-commits] fix-valgrind-issues updated (830123b -> f710f52)

2017-09-16 Thread Konstantinos Poulios
logari81 pushed a change to branch fix-valgrind-issues. discards 830123b add debugging questions/info (not to be pushed to master) new f710f52 add few new assertions inside ga_tree This update added new revisions after undoing existing revisions. That is to say, some revisions

[Getfem-commits] [getfem-commits] master updated (b7a7994 -> f710f52)

2017-09-16 Thread Konstantinos Poulios
logari81 pushed a change to branch master. from b7a7994 Merge remote-tracking branch 'origin/mb_convex_quality_torus' adds 76c1f5c fix valgrind warning about unitialized variable adds d435d97 fix memleak adds 638cf10 code simplification adds c82245f

[Getfem-commits] [getfem-commits] branch fix-valgrind-issues deleted (was f710f52)

2017-09-20 Thread Konstantinos Poulios
logari81 pushed a change to branch fix-valgrind-issues. was f710f52 add few new assertions inside ga_tree 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)

2017-09-20 Thread Konstantinos Poulios
branch: master commit 36565e08fc58b5860dcf2b064e55abddb9a89982 Author: mb Date: Tue Sep 12 12:35:56 2017 +0200 Don't change current cvs, since it is a const function. --- src/bgeot_convex_ref.cc | 8 src/getfem/bgeot_convex_ref.h | 2 +- 2 files changed, 5

[Getfem-commits] (no subject)

2017-09-20 Thread Konstantinos Poulios
branch: master commit cf5355ff2213ab1617d91a8503a2787f6fe8673b Author: Yves Renard Date: Thu Sep 21 00:22:23 2017 +0200 use qhull to simplexify unlisted reference elements --- src/bgeot_convex_ref.cc | 120 +++---

[Getfem-commits] (no subject)

2017-09-20 Thread Konstantinos Poulios
branch: master commit 9ad22f9f0b1b811fe87cd04e1ad715d11951e465 Author: mb Date: Wed Sep 13 13:45:02 2017 +0200 Also for 0-dimensional convex, auto_basic has to be true. --- src/bgeot_convex_ref.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git

[Getfem-commits] (no subject)

2017-09-20 Thread Konstantinos Poulios
branch: master commit d1f8db242d47ebc15c1e363681dba356e00b3654 Author: mb Date: Tue Sep 12 12:36:26 2017 +0200 Create cvs in the constructor and set auto_basic flag. --- src/bgeot_convex_ref.cc | 78 +-- src/bgeot_torus.cc

[Getfem-commits] (no subject)

2017-09-20 Thread Konstantinos Poulios
branch: master commit 931b69d5d9e16ea3afcc42f5dc0a99a50c59e1d2 Author: mb Date: Fri Sep 15 10:29:11 2017 +0200 Revert moving the assert. --- src/bgeot_convex_ref.cc | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/bgeot_convex_ref.cc

[Getfem-commits] (no subject)

2017-09-20 Thread Konstantinos Poulios
branch: master commit 2b4e0ca5ea94e35bf8fbfa827f7ce6cada6ce951 Author: mb Date: Thu Sep 14 11:09:58 2017 +0200 Add getter for auto_basic. --- src/bgeot_convex_ref.cc | 4 src/getfem/bgeot_convex_ref.h | 1 + 2 files changed, 5 insertions(+) diff --git

[Getfem-commits] [getfem-commits] master updated (8df3383 -> cf5355f)

2017-09-20 Thread Konstantinos Poulios
logari81 pushed a change to branch master. from 8df3383 minor modification new 36565e0 Don't change current cvs, since it is a const function. new d1f8db2 Create cvs in the constructor and set auto_basic flag. new 9ad22f9 Also for 0-dimensional convex,

Re: [Getfem-commits] [getfem-commits] branch mb_race_condition_convex_of_reference created (now 84b5d14)

2017-09-12 Thread Konstantinos Poulios
Hi Markus, I haven't tried it yet but the commit with message "1D simplices should not have faces" worries me a bit. Currently GetFEM allows to assemble terms on 1D simplex faces, even if these faces are single points and this behavior makes sense. Could you please make sure that your commit does

[Getfem-commits] [getfem-commits] devel-logari81 updated (07114d1 -> 494de10)

2017-08-26 Thread Konstantinos Poulios
logari81 pushed a change to branch devel-logari81. from 07114d1 fix the processing of mesh_region::all_convexes() in select_faces_in_box new 494de10 fix bug in simplexification of pyramid elements Summary of changes: src/bgeot_convex_ref_simplexified.cc | 2 +- 1 file

Re: [Getfem-commits] please merge branch devel-tunc

2017-09-01 Thread Konstantinos Poulios
Hi Tunc and welcome to getfem-commit It looks fine. Just some minor comments: - The comment lines included in the commit they do not document the code, they actually document your commit. Normally if you want to explain and document why you did the change, you can write this to the commit

[Getfem-commits] (no subject)

2018-05-21 Thread Konstantinos Poulios
branch: devel-logari81-plasticity commit e930335dae6cbcea1ab4c219f53a9f50ea5d70e8 Author: Konstantinos Poulios <logar...@gmail.com> Date: Mon May 21 14:01:05 2018 +0200 Fix kinematic hardening coefficient error in small strain plasticity --- src/getfem_plasticity.c

[Getfem-commits] (no subject)

2018-06-11 Thread Konstantinos Poulios
branch: master commit 6a5e4f88805ce9fdf31c4ac2fa292b476dfb83b4 Author: Konstantinos Poulios Date: Mon Jun 11 11:24:59 2018 +0200 White space and typo fixes --- .../source/userdoc/model_generic_assembly.rst | 2 +- interface/tests/matlab/tutorial1.m | 2 +- src

[Getfem-commits] [getfem-commits] master updated (f450689 -> 6a5e4f8)

2018-06-11 Thread Konstantinos Poulios
logari81 pushed a change to branch master. from f450689 remove undesirable ';' new 6a5e4f8 White space and typo fixes Summary of changes: .../source/userdoc/model_generic_assembly.rst | 2 +- interface/tests/matlab/tutorial1.m | 2 +-

[Getfem-commits] [getfem-commits] master updated (6a5e4f8 -> 3a1c26a)

2018-06-11 Thread Konstantinos Poulios
logari81 pushed a change to branch master. from 6a5e4f8 White space and typo fixes new 3a1c26a Add target region option to interpolate transformation from expression Summary of changes: src/getfem/getfem_generic_assembly.h | 27 +++--

[Getfem-commits] (no subject)

2018-06-11 Thread Konstantinos Poulios
branch: master commit 3a1c26a8adfd7eacd320f6a109b9ba10557556d4 Author: Konstantinos Poulios Date: Mon Jun 11 11:35:17 2018 +0200 Add target region option to interpolate transformation from expression --- src/getfem/getfem_generic_assembly.h | 27 +++-- src

[Getfem-commits] [getfem-commits] master updated (3a1c26a -> 987b363)

2018-06-11 Thread Konstantinos Poulios
logari81 pushed a change to branch master. from 3a1c26a Add target region option to interpolate transformation from expression new 987b363 Minor code simplifications Summary of changes: src/getfem_generic_assembly_compile_and_exec.cc | 34 ++--- 1 file

[Getfem-commits] (no subject)

2018-06-11 Thread Konstantinos Poulios
branch: master commit 987b363017b32ac677d29567c6fba49be691347b Author: Konstantinos Poulios Date: Mon Jun 11 11:37:19 2018 +0200 Minor code simplifications --- src/getfem_generic_assembly_compile_and_exec.cc | 34 ++--- 1 file changed, 14 insertions(+), 20 deletions

[Getfem-commits] [getfem-commits] master updated (987b363 -> 8d65fe7)

2018-06-11 Thread Konstantinos Poulios
logari81 pushed a change to branch master. from 987b363 Minor code simplifications new 8d65fe7 White space, file enconding and other minor changes Summary of changes: src/bgeot_mesh_structure.cc | 2 +- src/bgeot_poly_composite.cc | 198

[Getfem-commits] (no subject)

2018-06-11 Thread Konstantinos Poulios
branch: master commit 8d65fe72becd9e819b23c4637a5b561f2323cc46 Author: Konstantinos Poulios Date: Mon Jun 11 15:03:03 2018 +0200 White space, file enconding and other minor changes --- src/bgeot_mesh_structure.cc | 2 +- src/bgeot_poly_composite.cc | 198 src

[Getfem-commits] [getfem-commits] master updated (8d65fe7 -> e9c45ff)

2018-06-11 Thread Konstantinos Poulios
logari81 pushed a change to branch master. from 8d65fe7 White space, file enconding and other minor changes new e9c45ff Renaming of geotrans and fem types Summary of changes: doc/sphinx/source/project/femdesc.rst | 2 +- interface/src/gf_mesh.cc | 2 +-

[Getfem-commits] (no subject)

2018-06-11 Thread Konstantinos Poulios
branch: master commit e9c45ffa7fbf92b5529e9a47ef25f3fc990c4796 Author: Konstantinos Poulios Date: Mon Jun 11 15:48:36 2018 +0200 Renaming of geotrans and fem types --- doc/sphinx/source/project/femdesc.rst | 2 +- interface/src/gf_mesh.cc | 2 +- internal_tools

[Getfem-commits] (no subject)

2018-06-11 Thread Konstantinos Poulios
branch: master commit 4d70d1d35df82a3cdceccaa52ac23a1bdc611275 Author: Konstantinos Poulios Date: Mon Jun 11 16:19:59 2018 +0200 Minor cosmetic changes --- interface/src/gf_mesh_fem_set.cc | 52 ++-- src/bgeot_convex_ref_simplexified.cc | 4 +-- src

[Getfem-commits] [getfem-commits] master updated (e9c45ff -> 4d70d1d)

2018-06-11 Thread Konstantinos Poulios
logari81 pushed a change to branch master. from e9c45ff Renaming of geotrans and fem types new 4d70d1d Minor cosmetic changes Summary of changes: interface/src/gf_mesh_fem_set.cc | 52 ++-- src/bgeot_convex_ref_simplexified.cc | 4 +--

[Getfem-commits] [getfem-commits] master updated (4d70d1d -> 3480c3b)

2018-06-11 Thread Konstantinos Poulios
logari81 pushed a change to branch master. from 4d70d1d Minor cosmetic changes new 3480c3b Account for pyramid elements in classic integration methods Summary of changes: src/getfem_integration.cc | 3 +++ 1 file changed, 3 insertions(+)

[Getfem-commits] [getfem-commits] master updated (3480c3b -> b7ba5d1)

2018-06-11 Thread Konstantinos Poulios
logari81 pushed a change to branch master. from 3480c3b Account for pyramid elements in classic integration methods new b7ba5d1 Improve support for incomplete (serendipity) elements and add discontinuous versions Summary of changes: interface/src/gf_mesh_fem_set.cc | 35

[Getfem-commits] (no subject)

2018-06-11 Thread Konstantinos Poulios
branch: master commit b7ba5d1120f1fbdddc284439c081a81ebf83d774 Author: Konstantinos Poulios Date: Mon Jun 11 17:06:25 2018 +0200 Improve support for incomplete (serendipity) elements and add discontinuous versions --- interface/src/gf_mesh_fem_set.cc | 35 -- src/getfem/getfem_fem.h

[Getfem-commits] [getfem-commits] branch code-cleanup created (now 7328044)

2018-06-05 Thread Konstantinos Poulios
logari81 pushed a change to branch code-cleanup. at 7328044 Remove unused mesh_region option This branch includes the following new commits: new 7328044 Remove unused mesh_region option

[Getfem-commits] [getfem-commits] devel-logari81-plasticity updated (e930335 -> ca00b69)

2018-05-27 Thread Konstantinos Poulios
logari81 pushed a change to branch devel-logari81-plasticity. from e930335 Fix kinematic hardening coefficient error in small strain plasticity new ca00b69 Fix kinematic hardening modulus definition in small strain plasticity documentation Summary of changes:

[Getfem-commits] (no subject)

2018-05-27 Thread Konstantinos Poulios
branch: devel-logari81-plasticity commit ca00b69be06ee2e49357aeae3df0ffd7af650666 Author: Konstantinos Poulios <logar...@gmail.com> Date: Sun May 27 15:27:00 2018 +0200 Fix kinematic hardening modulus definition in small strain plasticity documentation --- .../u

[Getfem-commits] (no subject)

2018-06-20 Thread Konstantinos Poulios
branch: master commit e810228aef0078e14a481435f5806976b040e9c4 Author: Konstantinos Poulios Date: Wed Jun 20 18:28:52 2018 +0200 Additions to release notes --- doc/sphinx/source/whatsnew/5.3.rst | 7 ++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/doc/sphinx/source

[Getfem-commits] (no subject)

2018-06-20 Thread Konstantinos Poulios
branch: devel-logari81 commit 5df388a58fdacdcc0fa06c052616a69d4919b696 Author: Konstantinos Poulios Date: Wed Jun 20 10:35:38 2018 +0200 Remove unused mesh_region option --- src/getfem/getfem_mesh_region.h | 11 +++ src/getfem_mesh_region.cc | 28

[Getfem-commits] (no subject)

2018-06-20 Thread Konstantinos Poulios
branch: master commit f2326e4fd0e07698ac0af539200c60e64382b99e Author: Konstantinos Poulios Date: Wed Jun 20 10:33:06 2018 +0200 Stricter checks in the use of mesh regions --- src/getfem_mesh_region.cc | 9 ++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/src

[Getfem-commits] (no subject)

2018-06-20 Thread Konstantinos Poulios
branch: master commit 74b5b5a73f9bd82c967b71350f796cb0bd365d3e Author: Konstantinos Poulios Date: Wed Jun 20 10:30:06 2018 +0200 Cosmetic changes and typo fix --- src/getfem/getfem_mesh.h | 39 -- src/getfem/getfem_regular_meshes.h | 2 +- 2

[Getfem-commits] (no subject)

2018-06-20 Thread Konstantinos Poulios
branch: master commit 4f1703d1d228e8cc0e5e48ecc6b9dee0f65c7d8c Author: Konstantinos Poulios Date: Wed Jun 20 15:50:09 2018 +0200 Minor improvements in finite strain plasticity brick and new demos --- .../tests/python/demo_finite_strain_plasticity.py | 318

[Getfem-commits] [getfem-commits] master updated (b6c2f77 -> 4f1703d)

2018-06-20 Thread Konstantinos Poulios
logari81 pushed a change to branch master. from b6c2f77 Adding a test for mixed mesh and inter-element computation new 74b5b5a Cosmetic changes and typo fix new f2326e4 Stricter checks in the use of mesh regions new 4f1703d Minor improvements in finite

[Getfem-commits] (no subject)

2018-06-20 Thread Konstantinos Poulios
branch: master commit a3785e5b557fe7db326e5d6d642ec155df31efdc Author: Konstantinos Poulios Date: Wed Jun 20 17:51:13 2018 +0200 Fix typos --- doc/sphinx/source/project/images/getfem_structure.svg | 2 +- doc/sphinx/source/project/libdesc_high_gen_assemb.rst | 2 +- doc

[Getfem-commits] [getfem-commits] master updated (4f1703d -> a3785e5)

2018-06-20 Thread Konstantinos Poulios
logari81 pushed a change to branch master. from 4f1703d Minor improvements in finite strain plasticity brick and new demos new a3785e5 Fix typos Summary of changes: doc/sphinx/source/project/images/getfem_structure.svg | 2 +-

[Getfem-commits] (no subject)

2018-07-14 Thread Konstantinos Poulios
branch: code-cleanup commit d2238046f55b8bc24fa80d88bba4a3fafb2a383b Author: Konstantinos Poulios Date: Sat Jul 14 23:51:33 2018 +0200 Refactor geotrans_inv_convex --- src/bgeot_geotrans_inv.cc | 265 ++-- src/getfem/bgeot_geotrans_inv.h | 79

[Getfem-commits] (no subject)

2018-07-13 Thread Konstantinos Poulios
branch: phuoc commit ff4b4ca76db4ce94c3140336463047f391178210 Author: Konstantinos Poulios Date: Sat Jul 14 07:37:13 2018 +0200 Revise vtk import code (not tested) --- src/getfem_import.cc | 2872 +- 1 file changed, 1424 insertions(+), 1448

[Getfem-commits] [getfem-commits] phuoc updated (3670b70 -> ff4b4ca)

2018-07-13 Thread Konstantinos Poulios
logari81 pushed a change to branch phuoc. from 3670b70 FIXED 2-space indentation new ff4b4ca Revise vtk import code (not tested) Summary of changes: src/getfem_import.cc | 2872 +- 1 file changed, 1424 insertions(+), 1448

[Getfem-commits] [getfem-commits] code-cleanup updated (7328044 -> 73ae4aa)

2018-07-14 Thread Konstantinos Poulios
logari81 pushed a change to branch code-cleanup. from 7328044 Remove unused mesh_region option new 73ae4aa Revert "Remove unused mesh_region option" Summary of changes: src/getfem/getfem_mesh_region.h | 11 --- src/getfem_mesh_region.cc | 22

[Getfem-commits] (no subject)

2018-07-13 Thread Konstantinos Poulios
branch: master commit 2ac13425b06a2948a9ab09ea474b87be7e2ce795 Author: Konstantinos Poulios Date: Fri Jul 13 22:09:33 2018 +0200 Relaxed is_in check for interpolate transformation from expression --- src/getfem_generic_assembly_interpolation.cc | 79 +--- 1 file

[Getfem-commits] [getfem-commits] fixmisspell updated (a77686c -> 0c10151)

2018-07-13 Thread Konstantinos Poulios
logari81 pushed a change to branch fixmisspell. from a77686c minor fix new 0c10151 Fix typo Summary of changes: doc/sphinx/source/userdoc/gasm_high.rst| 4 ++-- doc/sphinx/source/userdoc/model_contact_friction_large_sliding.rst | 2 +- 2 files

[Getfem-commits] (no subject)

2018-07-13 Thread Konstantinos Poulios
branch: fixmisspell commit 0c10151a3d0f80ca3d1281de90cb312a07ea9a4e Author: Konstantinos Poulios Date: Sat Jul 14 07:43:13 2018 +0200 Fix typo --- doc/sphinx/source/userdoc/gasm_high.rst| 4 ++-- doc/sphinx/source/userdoc

  1   2   3   4   5   >