[Getfem-commits] (no subject)

2019-03-23 Thread Konstantinos Poulios
branch: master commit d52f5b96e1a3a1ad9f77b61d48edccac0d584e94 Author: Konstantinos Poulios Date: Sat Mar 23 08:40:37 2019 +0100 Reduce code repetition for populating dof vectors in assembly instructions --- src/getfem_generic_assembly_compile_and_exec.cc | 202 ++-- 1

[Getfem-commits] (no subject)

2019-03-23 Thread Konstantinos Poulios
branch: master commit 47e1995bc637877d19d266bc6a90b8037c0a718f Author: Konstantinos Poulios Date: Sat Mar 23 08:09:30 2019 +0100 Replace repeated code with inline functions --- src/getfem_generic_assembly_compile_and_exec.cc | 193 +--- 1 file changed, 101 insertions

[Getfem-commits] [getfem-commits] master updated (1af40fc -> 47e1995)

2019-03-23 Thread Konstantinos Poulios
logari81 pushed a change to branch master. from 1af40fc Increase constness in model::var_description new 47e1995 Replace repeated code with inline functions Summary of changes: src/getfem_generic_assembly_compile_and_exec.cc | 193 +--- 1 file changed,

[Getfem-commits] (no subject)

2019-03-23 Thread Konstantinos Poulios
branch: master commit 1af40fc293dd133a9dfdec62fb84646c9976241b Author: Konstantinos Poulios Date: Sat Mar 23 07:39:01 2019 +0100 Increase constness in model::var_description --- src/getfem/getfem_models.h | 40 ++-- src/getfem_models.cc | 65

[Getfem-commits] (no subject)

2019-03-19 Thread Konstantinos Poulios
branch: master commit 30d3f3904b51ef448ca104a5a91654c2c2ee0f00 Author: Konstantinos Poulios Date: Tue Mar 19 17:26:04 2019 +0100 Fix regression in assembly with assignment expressions --- src/getfem_generic_assembly_workspace.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff

[Getfem-commits] [getfem-commits] master updated (00ddea3 -> 30d3f39)

2019-03-19 Thread Konstantinos Poulios
logari81 pushed a change to branch master. from 00ddea3 returning model_pb to the header as it's being used elsewhere new 30d3f39 Fix regression in assembly with assignment expressions Summary of changes: src/getfem_generic_assembly_workspace.cc | 2 +- 1 file changed, 1

[Getfem-commits] (no subject)

2019-03-14 Thread Konstantinos Poulios
branch: debug_assembly_breakage commit c39b1d56ece575569531307af3c39ade16727b02 Author: Konstantinos Poulios Date: Thu Mar 14 23:04:50 2019 +0100 Fix 1 --- src/getfem_generic_assembly_workspace.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src

[Getfem-commits] (no subject)

2019-03-13 Thread Konstantinos Poulios
branch: debug_assembly_breakage commit be317eb0246fd2682a50c8028e106f809f9b6704 Author: Konstantinos Poulios Date: Wed Mar 13 22:28:16 2019 +0100 Revert 2 --- src/getfem/getfem_generic_assembly.h | 14 .../getfem_generic_assembly_compile_and_exec.h | 21

[Getfem-commits] [getfem-commits] branch debug_assembly_breakage created (now 31d449d)

2019-03-13 Thread Konstantinos Poulios
logari81 pushed a change to branch debug_assembly_breakage. at 31d449d Revert 3 This branch includes the following new commits: new 8392e34 Revert 1 new be317eb Revert 2 new 31d449d Revert 3

[Getfem-commits] (no subject)

2019-03-13 Thread Konstantinos Poulios
branch: debug_assembly_breakage commit 31d449da0920f67a46d0bb96cc094c5261a794be Author: Konstantinos Poulios Date: Wed Mar 13 22:44:10 2019 +0100 Revert 3 --- src/getfem/getfem_generic_assembly.h | 9 ++--- src/getfem_generic_assembly_workspace.cc | 22 +++--- 2

[Getfem-commits] (no subject)

2019-03-04 Thread Konstantinos Poulios
branch: master commit 69f08ef36e9346327655a2585ad05bd49267c76f Author: Konstantinos Poulios Date: Mon Mar 4 10:00:44 2019 +0100 Delete ambiguous constructor for tensors --- src/getfem/bgeot_tensor.h | 9 - 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/src/getfem

[Getfem-commits] [getfem-commits] master updated (2f7396a -> 69f08ef)

2019-03-04 Thread Konstantinos Poulios
logari81 pushed a change to branch master. from 2f7396a Code cleanup and stricter constness new 69f08ef Delete ambiguous constructor for tensors Summary of changes: src/getfem/bgeot_tensor.h | 9 - 1 file changed, 4 insertions(+), 5 deletions(-)

[Getfem-commits] (no subject)

2019-03-03 Thread Konstantinos Poulios
branch: master commit 2f7396a46dadad266ba882623d300d1a19e274dc Author: Konstantinos Poulios Date: Sun Mar 3 23:17:02 2019 +0100 Code cleanup and stricter constness --- src/getfem/getfem_generic_assembly.h | 42 - .../getfem_generic_assembly_compile_and_exec.h

[Getfem-commits] [getfem-commits] master updated (dffc8b5 -> 2f7396a)

2019-03-03 Thread Konstantinos Poulios
logari81 pushed a change to branch master. from dffc8b5 Merge branch 'master' of ssh://git.sv.gnu.org:/srv/git/getfem new 2f7396a Code cleanup and stricter constness Summary of changes: src/getfem/getfem_generic_assembly.h | 42 -

[Getfem-commits] [getfem-commits] master updated (982ccbd -> 290b604)

2019-02-22 Thread Konstantinos Poulios
logari81 pushed a change to branch master. from 982ccbd Merge remote-tracking branch 'origin/devel-tetsuo-code-cleanup' new 290b604 Interface simplification Summary of changes: src/getfem/getfem_models.h | 5 + src/getfem_models.cc | 21 - 2

[Getfem-commits] (no subject)

2019-02-21 Thread Konstantinos Poulios
branch: integration-point-variables commit ee816178dd5be8ff1ba319f3cf566ca7fe825605 Author: Konstantinos Poulios Date: Thu Feb 21 14:32:34 2019 +0100 Code simplifications by use of inline functions --- src/getfem_generic_assembly_compile_and_exec.cc | 404 +++- 1 file

[Getfem-commits] [getfem-commits] integration-point-variables updated (8e2324c -> ee81617)

2019-02-21 Thread Konstantinos Poulios
logari81 pushed a change to branch integration-point-variables. from 8e2324c Code cleanup and stricter constness new ee81617 Code simplifications by use of inline functions Summary of changes: src/getfem_generic_assembly_compile_and_exec.cc | 404 +++- 1

[Getfem-commits] [getfem-commits] integration-point-variables updated (ebcf00d -> 8e2324c)

2019-02-20 Thread Konstantinos Poulios
logari81 pushed a change to branch integration-point-variables. discards ebcf00d Code cleanup and stricter constness discards 27bef1e Code cleanup discards c279fd3 Stricter constness in model::var_description and tidying up discards 1ff720e Enable integration point (internal)

[Getfem-commits] (no subject)

2019-02-20 Thread Konstantinos Poulios
branch: integration-point-variables commit 8e2324ccc7587772735f0bafec3a2cebce2778ba Author: Konstantinos Poulios Date: Wed Jan 16 12:58:12 2019 +0100 Code cleanup and stricter constness --- src/getfem/getfem_generic_assembly.h | 17 +++-- src

[Getfem-commits] (no subject)

2019-02-20 Thread Konstantinos Poulios
branch: integration-point-variables commit d87683156bcc77c134a8efe706da4642d9d4af7c Author: Konstantinos Poulios Date: Thu Dec 20 09:46:12 2018 +0100 Enable integration point (internal) variables --- src/getfem/getfem_generic_assembly.h| 21 --- src/getfem/getfem_models.h

[Getfem-commits] (no subject)

2019-02-20 Thread Konstantinos Poulios
branch: integration-point-variables commit 147d3af4773d3e8f3cac61c116f8fbcd1943422d Author: Konstantinos Poulios Date: Fri Jan 11 10:22:58 2019 +0100 Stricter constness in model::var_description and tidying up --- src/getfem/getfem_models.h | 86 +++--- src

[Getfem-commits] [getfem-commits] master updated (2d8cea5 -> cd0c759)

2019-02-20 Thread Konstantinos Poulios
logari81 pushed a change to branch master. from 2d8cea5 Small extension of bgeot::tensor constructors new cd0c759 Coding style changes and simplifications Summary of changes: src/getfem/getfem_models.h | 27 +++-

[Getfem-commits] (no subject)

2019-02-20 Thread Konstantinos Poulios
branch: master commit 2d8cea5b5dd93a456449a9b9a093d035dd4d6457 Author: Konstantinos Poulios Date: Wed Feb 20 13:30:28 2019 +0100 Small extension of bgeot::tensor constructors --- src/getfem/bgeot_tensor.h | 4 1 file changed, 4 insertions(+) diff --git a/src/getfem/bgeot_tensor.h b

[Getfem-commits] (no subject)

2019-02-20 Thread Konstantinos Poulios
branch: master commit 65084cef321ce1d4824144042c77ac56815cf348 Author: Konstantinos Poulios Date: Wed Jan 30 05:59:16 2019 +0100 Move model_pb class from header to implementation file and remove scale_residual() function --- src/getfem/getfem_model_solvers.h | 125

[Getfem-commits] [getfem-commits] integration-point-variables updated (7f2039e -> ebcf00d)

2019-02-20 Thread Konstantinos Poulios
logari81 pushed a change to branch integration-point-variables. discards 7f2039e Move model_pb class from header to implementation file and remove scale_residual() function discards 89ee4f3 White space changes discards 5c0db7f Code cleanup and small extension of bgeot::tensor

[Getfem-commits] (no subject)

2019-02-20 Thread Konstantinos Poulios
branch: integration-point-variables commit 27bef1e0f0d120194185ee1689b9e21d2f2b99c8 Author: Konstantinos Poulios Date: Sun Jan 13 09:04:53 2019 +0100 Code cleanup --- src/getfem/getfem_generic_assembly.h | 21 +++--- .../getfem_generic_assembly_compile_and_exec.h | 25

[Getfem-commits] (no subject)

2019-02-20 Thread Konstantinos Poulios
branch: integration-point-variables commit c279fd388e901edee1dd58b022a8210047d54147 Author: Konstantinos Poulios Date: Fri Jan 11 10:22:58 2019 +0100 Stricter constness in model::var_description and tidying up --- src/getfem/getfem_models.h | 86 --- src

[Getfem-commits] (no subject)

2019-02-20 Thread Konstantinos Poulios
branch: master commit bf68273a853c0fc9b03e09ed2667e911dd0ab40b Author: Konstantinos Poulios Date: Wed Feb 20 11:24:52 2019 +0100 Code simplifications --- src/getfem_generic_assembly_compile_and_exec.cc | 94 - src/getfem_generic_assembly_workspace.cc| 26

[Getfem-commits] [getfem-commits] master updated (05f69a3 -> bf68273)

2019-02-20 Thread Konstantinos Poulios
logari81 pushed a change to branch master. from 05f69a3 Code simplifications and whitespace new bf68273 Code simplifications Summary of changes: src/getfem_generic_assembly_compile_and_exec.cc | 94 - src/getfem_generic_assembly_workspace.cc|

[Getfem-commits] (no subject)

2019-02-20 Thread Konstantinos Poulios
branch: master commit 05f69a3e91911c0739c03b27ab9360b731aba604 Author: Konstantinos Poulios Date: Wed Feb 20 08:58:49 2019 +0100 Code simplifications and whitespace --- src/getfem/bgeot_tensor.h | 20 +- src/getfem/getfem_generic_assembly.h | 14

[Getfem-commits] [getfem-commits] master updated (f374fd7 -> 05f69a3)

2019-02-20 Thread Konstantinos Poulios
logari81 pushed a change to branch master. from f374fd7 Whitespace, typos, file encodings new 05f69a3 Code simplifications and whitespace Summary of changes: src/getfem/bgeot_tensor.h | 20 +- src/getfem/getfem_generic_assembly.h | 14

[Getfem-commits] (no subject)

2019-02-19 Thread Konstantinos Poulios
branch: master commit f374fd75eabd2596d3a2fd766ec08932c3307e40 Author: Konstantinos Poulios Date: Tue Feb 19 23:15:04 2019 +0100 Whitespace, typos, file encodings --- interface/src/gf_asm.cc | 80 +++ src/getfem/getfem_assembling.h| 8 +- src

[Getfem-commits] [getfem-commits] master updated (21c9098 -> f374fd7)

2019-02-19 Thread Konstantinos Poulios
logari81 pushed a change to branch master. from 21c9098 Type naming simplifications new f374fd7 Whitespace, typos, file encodings Summary of changes: interface/src/gf_asm.cc | 80 +++ src/getfem/getfem_assembling.h| 8 +-

[Getfem-commits] (no subject)

2019-02-19 Thread Konstantinos Poulios
branch: master commit 21c9098143ede42a13670684615737c1ef355be6 Author: Konstantinos Poulios Date: Tue Feb 19 17:02:40 2019 +0100 Type naming simplifications --- src/getfem/bgeot_mesh.h | 4 ++-- src/getfem/bgeot_mesh_structure.h| 6 +++--- src/getfem

[Getfem-commits] [getfem-commits] master updated (d45f136 -> 21c9098)

2019-02-19 Thread Konstantinos Poulios
logari81 pushed a change to branch master. from d45f136 Fix bug introduced in #69583e8b new 21c9098 Type naming simplifications Summary of changes: src/getfem/bgeot_mesh.h | 4 ++-- src/getfem/bgeot_mesh_structure.h| 6 +++---

[Getfem-commits] (no subject)

2019-02-02 Thread Konstantinos Poulios
branch: fix-skipped-update-pfp-in-interpolate-filter commit 76a8dc68b459c34a5349f662a7637fcb6cafc5e6 Author: Konstantinos Poulios Date: Sun Feb 3 08:01:47 2019 +0100 Fix printing of interpolate filter nodes in ga_print_node --- src/getfem_generic_assembly_tree.cc | 1 - 1 file changed, 1

[Getfem-commits] [getfem-commits] fix-skipped-update-pfp-in-interpolate-filter updated (8a4a34b -> 76a8dc6)

2019-02-02 Thread Konstantinos Poulios
logari81 pushed a change to branch fix-skipped-update-pfp-in-interpolate-filter. from 8a4a34b Minor coding style and whitespace changes new 76a8dc6 Fix printing of interpolate filter nodes in ga_print_node Summary of changes: src/getfem_generic_assembly_tree.cc | 1 - 1 file

[Getfem-commits] [getfem-commits] fix-skipped-update-pfp-in-interpolate-filter updated (72783ed -> 8a4a34b)

2019-02-02 Thread Konstantinos Poulios
logari81 pushed a change to branch fix-skipped-update-pfp-in-interpolate-filter. from 72783ed Fix skipped pfp update due to interpolate filter new 8a4a34b Minor coding style and whitespace changes Summary of changes: .../getfem_generic_assembly_compile_and_exec.h | 15

[Getfem-commits] (no subject)

2019-02-02 Thread Konstantinos Poulios
branch: fix-skipped-update-pfp-in-interpolate-filter commit 8a4a34b4084c1adff767ad2be2423140cd9547f0 Author: Konstantinos Poulios Date: Sun Feb 3 00:43:31 2019 +0100 Minor coding style and whitespace changes --- .../getfem_generic_assembly_compile_and_exec.h | 15 +++ src

[Getfem-commits] (no subject)

2019-02-02 Thread Konstantinos Poulios
branch: fix-skipped-update-pfp-in-interpolate-filter commit 72783ed31fd40de93086bc4880e67f83ff84826d Author: Konstantinos Poulios Date: Sun Feb 3 00:31:38 2019 +0100 Fix skipped pfp update due to interpolate filter --- .../getfem_generic_assembly_compile_and_exec.h | 1 + src

[Getfem-commits] [getfem-commits] branch fix-skipped-update-pfp-in-interpolate-filter created (now 72783ed)

2019-02-02 Thread Konstantinos Poulios
logari81 pushed a change to branch fix-skipped-update-pfp-in-interpolate-filter. at 72783ed Fix skipped pfp update due to interpolate filter This branch includes the following new commits: new 72783ed Fix skipped pfp update due to interpolate filter

[Getfem-commits] [getfem-commits] master updated (c744abd -> 6501f90)

2019-01-30 Thread Konstantinos Poulios
logari81 pushed a change to branch master. from c744abd Merge remote-tracking branch 'origin/devel-arsha-remove-projection-in-invert-lin' new 6501f90 Fix ANSYS mesh import when ANSYS skips the last coordinate of a node being zero Summary of changes: src/getfem_import.cc |

[Getfem-commits] (no subject)

2019-01-30 Thread Konstantinos Poulios
branch: master commit 6501f908d49f28be9e36e7dda4a12f2c9542a479 Author: Konstantinos Poulios Date: Wed Jan 30 14:39:38 2019 +0100 Fix ANSYS mesh import when ANSYS skips the last coordinate of a node being zero --- src/getfem_import.cc | 5 - 1 file changed, 4 insertions(+), 1 deletion

[Getfem-commits] (no subject)

2019-01-29 Thread Konstantinos Poulios
branch: integration-point-variables commit 7f2039e4f39ef9d63e6603fac40a5fe24122d27f Author: Konstantinos Poulios Date: Wed Jan 30 05:59:16 2019 +0100 Move model_pb class from header to implementation file and remove scale_residual() function --- src/getfem/getfem_model_solvers.h | 125

[Getfem-commits] (no subject)

2019-01-29 Thread Konstantinos Poulios
branch: integration-point-variables commit 89ee4f3edd5d6c8b089d3f74e8e9b119483f885f Author: Konstantinos Poulios Date: Wed Jan 30 05:56:19 2019 +0100 White space changes --- src/getfem/getfem_model_solvers.h | 238 +++--- src/getfem_model_solvers.cc

[Getfem-commits] [getfem-commits] integration-point-variables updated (5c0db7f -> 7f2039e)

2019-01-29 Thread Konstantinos Poulios
logari81 pushed a change to branch integration-point-variables. from 5c0db7f Code cleanup and small extension of bgeot::tensor constructors new 89ee4f3 White space changes new 7f2039e Move model_pb class from header to implementation file and remove scale_residual()

[Getfem-commits] [getfem-commits] master updated (9b4bc96 -> c2f2204)

2019-01-29 Thread Konstantinos Poulios
logari81 pushed a change to branch master. from 9b4bc96 minor change new c2f2204 Add convexes_in_box function to the scripting interface Summary of changes: interface/src/gf_mesh_get.cc | 26 ++ 1 file changed, 26 insertions(+)

[Getfem-commits] (no subject)

2019-01-29 Thread Konstantinos Poulios
branch: master commit c2f2204676ed4e70799b87e8d7ff952d7ed9cde8 Author: Konstantinos Poulios Date: Tue Jan 29 09:08:06 2019 +0100 Add convexes_in_box function to the scripting interface --- interface/src/gf_mesh_get.cc | 26 ++ 1 file changed, 26 insertions(+) diff

[Getfem-commits] (no subject)

2019-01-16 Thread Konstantinos Poulios
branch: integration-point-variables commit 290b2f93844366897aa52325107bd6929535db66 Author: Konstantinos Poulios Date: Wed Jan 16 12:58:12 2019 +0100 Code cleanup and stricter constness --- src/getfem/getfem_generic_assembly.h | 21 + src

[Getfem-commits] (no subject)

2019-01-16 Thread Konstantinos Poulios
branch: integration-point-variables commit 5c0db7f3ab476c0d8bc3877480f45e1bba426909 Author: Konstantinos Poulios Date: Wed Jan 16 14:09:42 2019 +0100 Code cleanup and small extension of bgeot::tensor constructors --- src/Makefile.am | 2 +- src/getfem

[Getfem-commits] [getfem-commits] integration-point-variables updated (04f0d40 -> 5c0db7f)

2019-01-16 Thread Konstantinos Poulios
logari81 pushed a change to branch integration-point-variables. from 04f0d40 Code cleanup new 290b2f9 Code cleanup and stricter constness new 5c0db7f Code cleanup and small extension of bgeot::tensor constructors Summary of changes: src/Makefile.am

[Getfem-commits] [getfem-commits] integration-point-variables updated (8757013 -> 04f0d40)

2019-01-13 Thread Konstantinos Poulios
logari81 pushed a change to branch integration-point-variables. from 8757013 Stricter constness in model::var_description and tidying up new 04f0d40 Code cleanup Summary of changes: src/getfem/getfem_generic_assembly.h | 29 ---

[Getfem-commits] (no subject)

2019-01-13 Thread Konstantinos Poulios
branch: integration-point-variables commit 04f0d40643c99b1a196dd30fc238836b4c0c2ed9 Author: Konstantinos Poulios Date: Sun Jan 13 09:04:53 2019 +0100 Code cleanup --- src/getfem/getfem_generic_assembly.h | 29 --- .../getfem_generic_assembly_compile_and_exec.h | 35

[Getfem-commits] [getfem-commits] integration-point-variables updated (20c948b -> 8757013)

2019-01-11 Thread Konstantinos Poulios
logari81 pushed a change to branch integration-point-variables. from 20c948b Enable integration point (internal) variables new 8757013 Stricter constness in model::var_description and tidying up Summary of changes: src/getfem/getfem_models.h | 92

[Getfem-commits] (no subject)

2019-01-10 Thread Konstantinos Poulios
branch: integration-point-variables commit 7f3e16af9175c3685d2facd322f88f64180fb6f8 Author: Konstantinos Poulios Date: Thu Dec 20 01:46:38 2018 +0100 Code cleanup --- interface/src/gf_asm.cc | 4 ++-- src/getfem/getfem_generic_assembly.h| 10

[Getfem-commits] [getfem-commits] branch integration-point-variables created (now 20c948b)

2019-01-10 Thread Konstantinos Poulios
logari81 pushed a change to branch integration-point-variables. at 20c948b Enable integration point (internal) variables This branch includes the following new commits: new 7f3e16a Code cleanup new 20c948b Enable integration point (internal) variables

[Getfem-commits] [getfem-commits] branch integration-point-variables deleted (was b300253)

2019-01-10 Thread Konstantinos Poulios
logari81 pushed a change to branch integration-point-variables. was b300253 Enable integration point (internal) variables This change permanently discards the following revisions: discards b300253 Enable integration point (internal) variables discards 14147e6 Code cleanup

[Getfem-commits] [getfem-commits] master updated (b83e2f9 -> f821dce)

2019-01-10 Thread Konstantinos Poulios
logari81 pushed a change to branch master. from b83e2f9 Optional argument of the sub-element, to improve performance by avoiding space search. new f821dce Add projected_fem to the scripting interface Summary of changes: interface/src/gf_fem.cc | 70

[Getfem-commits] (no subject)

2019-01-10 Thread Konstantinos Poulios
branch: master commit f821dce7436bfb41cc650b6af3f9480d1d0b49ee Author: Konstantinos Poulios Date: Thu Jan 10 15:33:53 2019 +0100 Add projected_fem to the scripting interface --- interface/src/gf_fem.cc | 70 ++--- 1 file changed, 55 insertions

[Getfem-commits] (no subject)

2018-12-27 Thread Konstantinos Poulios
branch: master commit efdbaac130511c83be3d1015f3428e5bcc88fe59 Author: Konstantinos Poulios Date: Thu Dec 27 21:58:20 2018 +0100 Fix typos (also in class name) and code cleanup --- src/getfem/getfem_generic_assembly.h| 12 +- src/getfem/getfem_generic_assembly_tree.h

[Getfem-commits] (no subject)

2018-12-02 Thread Konstantinos Poulios
branch: master commit 18bcf868d5029b9899cf82776915b296fe7b1d48 Author: Konstantinos Poulios Date: Sun Dec 2 21:05:25 2018 +0100 Add initial support for gmsh mesh format version 4 --- src/getfem_import.cc | 460 ++- 1 file changed, 239

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

2018-12-02 Thread Konstantinos Poulios
logari81 pushed a change to branch master. from 3326ae3 minor fix new 18bcf86 Add initial support for gmsh mesh format version 4 Summary of changes: src/getfem_import.cc | 460 ++- 1 file changed, 239 insertions(+), 221

[Getfem-commits] [getfem-commits] master updated (5e91d08 -> 4001a79)

2018-11-11 Thread Konstantinos Poulios
logari81 pushed a change to branch master. from 5e91d08 Fix projected_fem new 4001a79 Fix copyright header Summary of changes: interface/tests/python/demo_cracked_thermo_elastic_body.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

[Getfem-commits] (no subject)

2018-11-11 Thread Konstantinos Poulios
branch: master commit 4001a7907e5ea271529e0b72708b20b8212eb8ac Author: Konstantinos Poulios Date: Sun Nov 11 13:42:08 2018 +0100 Fix copyright header --- interface/tests/python/demo_cracked_thermo_elastic_body.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[Getfem-commits] [getfem-commits] master updated (3e2655b -> 5e91d08)

2018-11-11 Thread Konstantinos Poulios
logari81 pushed a change to branch master. from 3e2655b New implementation of project_into_convex as a geotrans class function adds 5e91d08 Fix projected_fem No new revisions were added by this update. Summary of changes: src/getfem_projected_fem.cc | 86

[Getfem-commits] (no subject)

2018-11-11 Thread Konstantinos Poulios
branch: fix-project-into-element commit 5e91d088ce074a4af5d15172b2737b7bbc9e6c49 Author: Konstantinos Poulios Date: Sat Sep 8 22:29:18 2018 +0200 Fix projected_fem --- src/getfem_projected_fem.cc | 86 + 1 file changed, 55 insertions(+), 31

[Getfem-commits] [getfem-commits] master updated (b462708 -> 3e2655b)

2018-11-11 Thread Konstantinos Poulios
logari81 pushed a change to branch master. from b462708 Add merge_convexes_from_mesh method to the mesh object adds 3e2655b New implementation of project_into_convex as a geotrans class function No new revisions were added by this update. Summary of changes:

[Getfem-commits] (no subject)

2018-11-11 Thread Konstantinos Poulios
branch: fix-project-into-element commit 3e2655bc74191572e01ec7ecc3d949404a82a399 Author: Konstantinos Poulios Date: Sat Sep 8 06:41:02 2018 +0200 New implementation of project_into_convex as a geotrans class function --- src/bgeot_convex_ref.cc| 66

[Getfem-commits] [getfem-commits] fix-project-into-element updated (b462708 -> 3e2655b)

2018-11-11 Thread Konstantinos Poulios
logari81 pushed a change to branch fix-project-into-element. from b462708 Add merge_convexes_from_mesh method to the mesh object new 3e2655b New implementation of project_into_convex as a geotrans class function Summary of changes: src/bgeot_convex_ref.cc| 66

[Getfem-commits] [getfem-commits] fix-project-into-element updated (f054185 -> b462708)

2018-11-10 Thread Konstantinos Poulios
logari81 pushed a change to branch fix-project-into-element. from f054185 Let the tolerance sign determine if added points to a mesh are merged with existing ones or not adds b462708 Add merge_convexes_from_mesh method to the mesh object No new revisions were added by this

[Getfem-commits] [getfem-commits] branch merge-mesh-feature deleted (was 35a596a)

2018-11-10 Thread Konstantinos Poulios
logari81 pushed a change to branch merge-mesh-feature. was 35a596a Add merge_convexes_from_mesh method to the mesh object This change permanently discards the following revisions: discards 35a596a Add merge_convexes_from_mesh method to the mesh object discards b56a631 Minor

[Getfem-commits] (no subject)

2018-11-10 Thread Konstantinos Poulios
branch: master commit b46270838c95b0a188815ba4d2efeee9e741918a Author: Konstantinos Poulios Date: Fri Sep 7 20:23:40 2018 +0200 Add merge_convexes_from_mesh method to the mesh object --- src/getfem/getfem_mesh.h | 7 +++ src/getfem_mesh.cc | 41

[Getfem-commits] [getfem-commits] master updated (a14b31c -> f054185)

2018-11-10 Thread Konstantinos Poulios
logari81 pushed a change to branch master. from a14b31c Code clean up adds f054185 Let the tolerance sign determine if added points to a mesh are merged with existing ones or not No new revisions were added by this update. Summary of changes: src/bgeot_node_tab.cc | 26

[Getfem-commits] [getfem-commits] branch fix-project-into-element created (now f054185)

2018-11-10 Thread Konstantinos Poulios
logari81 pushed a change to branch fix-project-into-element. at f054185 Let the tolerance sign determine if added points to a mesh are merged with existing ones or not This branch includes the following new commits: new f054185 Let the tolerance sign determine if added

[Getfem-commits] (no subject)

2018-11-09 Thread Konstantinos Poulios
branch: master commit a14b31c7f24724b7de18ba967f8bb129e18bec76 Author: Konstantinos Poulios Date: Fri Nov 9 18:26:52 2018 +0100 Code clean up --- interface/src/gf_asm.cc | 2 +- src/bgeot_geometric_trans.cc | 20 ++-- src/getfem

[Getfem-commits] (no subject)

2018-11-09 Thread Konstantinos Poulios
branch: master commit 45c3f1baccf8ff8e804a2d14498532ef23fa1609 Author: Konstantinos Poulios Date: Fri Nov 9 17:29:49 2018 +0100 Add a ball shell structured mesh generator (tested in 2D and 3D) --- src/getfem/getfem_regular_meshes.h | 22 +++ src/getfem_import.cc | 2

[Getfem-commits] (no subject)

2018-11-07 Thread Konstantinos Poulios
branch: devel-logari81 commit d87054dd0bdde511d482c7ae7811df5cd7ebcb39 Merge: 5f31268 7d42374 Author: Konstantinos Poulios Date: Fri Sep 7 12:50:04 2018 +0200 Merge branch 'master' into devel-logari81 interface/src/gf_asm.cc| 110 +- .../tests/matlab

[Getfem-commits] [getfem-commits] devel-logari81 updated (5f31268 -> d87054d)

2018-11-07 Thread Konstantinos Poulios
logari81 pushed a change to branch devel-logari81. from 5f31268 Merge branch 'master' into devel-logari81 adds 2ac1342 Relaxed is_in check for interpolate transformation from expression adds 1c5a402 Bug fix in gradient computation adds f6a5bd8 fix a bug in Inv

[Getfem-commits] [getfem-commits] master updated (0dbd158 -> 7bb6268)

2018-09-22 Thread Konstantinos Poulios
logari81 pushed a change to branch master. from 0dbd158 bug fix in second derivative of Det() new 7bb6268 Final fix in second derivative of Det() Summary of changes: ...fem_generic_assembly_functions_and_operators.cc | 23 +++--- 1 file changed, 11

[Getfem-commits] (no subject)

2018-09-22 Thread Konstantinos Poulios
branch: master commit 7bb626804295c04f65cf587428792dc879ec Author: Konstantinos Poulios Date: Sat Sep 22 17:02:55 2018 +0200 Final fix in second derivative of Det() --- ...fem_generic_assembly_functions_and_operators.cc | 23 +++--- 1 file changed, 11 insertions(+), 12

[Getfem-commits] (no subject)

2018-09-07 Thread Konstantinos Poulios
branch: merge-mesh-feature commit 35a596ab9d82f81d35f31e0cb41d804109d41f97 Author: Konstantinos Poulios Date: Fri Sep 7 20:23:40 2018 +0200 Add merge_convexes_from_mesh method to the mesh object --- src/getfem/getfem_mesh.h | 7 +++ src/getfem_mesh.cc | 41

[Getfem-commits] [getfem-commits] code-cleanup updated (7d42374 -> b56a631)

2018-09-07 Thread Konstantinos Poulios
logari81 pushed a change to branch code-cleanup. from 7d42374 Merge branch 'code-cleanup' adds b56a631 Minor changes and substitute remove_duplicate_nodes option by passing a negative radius value No new revisions were added by this update. Summary of changes:

[Getfem-commits] (no subject)

2018-09-07 Thread Konstantinos Poulios
branch: merge-mesh-feature commit b56a63161072efa69d796faf60109c7f2cdeea3a Author: Konstantinos Poulios Date: Fri Sep 7 12:47:08 2018 +0200 Minor changes and substitute remove_duplicate_nodes option by passing a negative radius value --- src/bgeot_convex_ref.cc | 2

[Getfem-commits] [getfem-commits] branch merge-mesh-feature created (now b56a631)

2018-09-07 Thread Konstantinos Poulios
logari81 pushed a change to branch merge-mesh-feature. at b56a631 Minor changes and substitute remove_duplicate_nodes option by passing a negative radius value This branch includes the following new commits: new b56a631 Minor changes and substitute remove_duplicate_nodes

[Getfem-commits] [getfem-commits] code-cleanup updated (703515f -> 7d42374)

2018-09-07 Thread Konstantinos Poulios
logari81 pushed a change to branch code-cleanup. from 703515f Typo fixes, white space and constness changes adds 1c5a402 Bug fix in gradient computation adds f6a5bd8 fix a bug in Inv operator adds 012f127 - search_stored_object_on_all_threads - equal method

[Getfem-commits] [getfem-commits] master updated (f08de78 -> 7d42374)

2018-09-07 Thread Konstantinos Poulios
logari81 pushed a change to branch master. from f08de78 Parallelise interpolation on different meshes. adds 7328044 Remove unused mesh_region option adds 73ae4aa Revert "Remove unused mesh_region option" adds baff238 Merge branch 'master' into code-cleanup

[Getfem-commits] (no subject)

2018-09-06 Thread Konstantinos Poulios
branch: code-cleanup commit 703515faa16b6b2325840444ed0e26f9f628608a Author: Konstantinos Poulios Date: Thu Sep 6 20:13:37 2018 +0200 Typo fixes, white space and constness changes --- interface/src/gf_asm.cc | 39 +- src/bgeot_convex_ref.cc

[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] [getfem-commits] code-cleanup updated (2758c30 -> 19f1bd3)

2018-07-14 Thread Konstantinos Poulios
logari81 pushed a change to branch code-cleanup. from 2758c30 Whitespace new 19f1bd3 Simplify geotrans_inv Summary of changes: src/bgeot_geotrans_inv.cc | 65 +++-- src/getfem/bgeot_geotrans_inv.h | 37 +++ 2

[Getfem-commits] (no subject)

2018-07-14 Thread Konstantinos Poulios
branch: code-cleanup commit 19f1bd3f4682149e3f49e93931e1fe64adce4abd Author: Konstantinos Poulios Date: Sat Jul 14 08:20:45 2018 +0200 Simplify geotrans_inv --- src/bgeot_geotrans_inv.cc | 65 +++-- src/getfem/bgeot_geotrans_inv.h | 37

[Getfem-commits] (no subject)

2018-07-14 Thread Konstantinos Poulios
branch: code-cleanup commit baff2388b059bc4b1efe672e2e809743e429742e Merge: 73ae4aa 2ac1342 Author: Konstantinos Poulios Date: Sat Jul 14 08:01:03 2018 +0200 Merge branch 'master' into code-cleanup bin/extract_doc|4 +- configure.ac

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

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

2018-07-13 Thread Konstantinos Poulios
branch: devel-logari81 commit 5f31268e4c758d4a4bf3903b24c911dd6bb6a8bc Merge: 537a96f b9775b9 Author: Konstantinos Poulios Date: Fri Jul 13 20:32:14 2018 +0200 Merge branch 'master' into devel-logari81 doc/sphinx/source/glossary.rst |4 +- doc/sphinx/source

[Getfem-commits] [getfem-commits] devel-logari81 updated (537a96f -> 5f31268)

2018-07-13 Thread Konstantinos Poulios
logari81 pushed a change to branch devel-logari81. from 537a96f Minor improvements in finite strain plasticity brick and new demos adds b6c2f77 Adding a test for mixed mesh and inter-element computation adds 74b5b5a Cosmetic changes and typo fix adds f2326e4

[Getfem-commits] [getfem-commits] master updated (05f2407 -> b9775b9)

2018-07-13 Thread Konstantinos Poulios
logari81 pushed a change to branch master. from 05f2407 Add comparator for region_mim new b9775b9 Improvements and fixes to the phase field demo Summary of changes: interface/tests/python/demo_phase_field.py | 150 ++--- 1 file changed, 95

<    1   2   3   4   5   >