[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