getfem-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Getfem-commits] (no subject)


From: Yves Renard
Subject: [Getfem-commits] (no subject)
Date: Mon, 11 Jun 2018 13:19:06 -0400 (EDT)

branch: master
commit 440cca6c7e344866a4bf94ad951a511cfd3c0014
Author: Yves Renard <address@hidden>
Date:   Mon Jun 11 19:18:54 2018 +0200

    minor fix after name change of incomplete prism transformation
---
 interface/tests/python/check_export.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/interface/tests/python/check_export.py 
b/interface/tests/python/check_export.py
index 48daa92..9e6350b 100644
--- a/interface/tests/python/check_export.py
+++ b/interface/tests/python/check_export.py
@@ -56,7 +56,7 @@ m0.add_convex(gf.GeoTrans('GT_QK(3,2)'),[np.array([0, .5, 1, 
0, .5, 1, 0, .5, 1,
                                          np.array([0, 0, 0, .5, .5, .5, 1, 1, 
1, 0, 0, 0, .5, .5, .5, 1, 1, 1, 0, 0, 0, .5, .5, .5, 1, 1, 1])-1,
                                          np.array([0, 0, 0, 0, 0, 0, 0, 0, 0, 
.5, .5, .5, .5, .5, .5, .5, .5, .5, 1, 1, 1, 1, 1, 1, 1, 1, 1])])
 
-m0.add_convex(gf.GeoTrans('GT_PRISM2_INCOMPLETE'),[[1,.5,0,.5,0,0,  1,  0,  
0,1,.5,0,.5,0,0],
+m0.add_convex(gf.GeoTrans('GT_PRISM_INCOMPLETE_P2'),[[1,.5,0,.5,0,0,  1,  0,  
0,1,.5,0,.5,0,0],
                                                    [0, 1,2, 0,1,0,  0,  2,  
0,0, 1,2, 0,1,0],
                                                    [2, 2,2, 
2,2,2,3.5,3.5,3.5,4,4, 4,4, 4,4]]);
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]