getfem-commits
[Top][All Lists]
Advanced

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

[Getfem-commits] r4533 - in /trunk/getfem: contrib/delaminated_crack/ co


From: Yves . Renard
Subject: [Getfem-commits] r4533 - in /trunk/getfem: contrib/delaminated_crack/ contrib/xfem_stab_unilat_contact/ tests-2.0/
Date: Thu, 13 Mar 2014 16:35:50 -0000

Author: renard
Date: Thu Mar 13 17:35:49 2014
New Revision: 4533

URL: http://svn.gna.org/viewcvs/getfem?rev=4533&view=rev
Log:
still some minor fixes

Modified:
    trunk/getfem/contrib/delaminated_crack/Makefile.am
    trunk/getfem/contrib/xfem_stab_unilat_contact/xfem_stab_unilat_contact.cc
    trunk/getfem/tests-2.0/Makefile.am

Modified: trunk/getfem/contrib/delaminated_crack/Makefile.am
URL: 
http://svn.gna.org/viewcvs/getfem/trunk/getfem/contrib/delaminated_crack/Makefile.am?rev=4533&r1=4532&r2=4533&view=diff
==============================================================================
--- trunk/getfem/contrib/delaminated_crack/Makefile.am  (original)
+++ trunk/getfem/contrib/delaminated_crack/Makefile.am  Thu Mar 13 17:35:49 2014
@@ -17,3 +17,5 @@
        delaminated_crack.param
 
 LOG_COMPILER = perl
+
+TESTS_ENVIRONMENT = perl

Modified: 
trunk/getfem/contrib/xfem_stab_unilat_contact/xfem_stab_unilat_contact.cc
URL: 
http://svn.gna.org/viewcvs/getfem/trunk/getfem/contrib/xfem_stab_unilat_contact/xfem_stab_unilat_contact.cc?rev=4533&r1=4532&r2=4533&view=diff
==============================================================================
--- trunk/getfem/contrib/xfem_stab_unilat_contact/xfem_stab_unilat_contact.cc   
(original)
+++ trunk/getfem/contrib/xfem_stab_unilat_contact/xfem_stab_unilat_contact.cc   
Thu Mar 13 17:35:49 2014
@@ -500,8 +500,9 @@
   
   cout<<"ratio size beween mesh and coarse mesh= "<< ratio_size <<endl;
   
+  int nparts = 1;
 #ifdef GETFEM_HAVE_METIS
-  int nparts = int(size_of_crack/(ratio_size*h));
+  nparts = int(size_of_crack/(ratio_size*h));
 # ifdef GETFEM_HAVE_METIS_OLD_API
   std::vector<int> adjwgt(k); // actually Metis would also accept NULL instead 
of an empty array
   int wgtflag = 2, numflag = 0, edgecut;

Modified: trunk/getfem/tests-2.0/Makefile.am
URL: 
http://svn.gna.org/viewcvs/getfem/trunk/getfem/tests-2.0/Makefile.am?rev=4533&r1=4532&r2=4533&view=diff
==============================================================================
--- trunk/getfem/tests-2.0/Makefile.am  (original)
+++ trunk/getfem/tests-2.0/Makefile.am  Thu Mar 13 17:35:49 2014
@@ -154,3 +154,5 @@
        geo_trans_inv.param
 
 LOG_COMPILER = perl
+
+TESTS_ENVIRONMENT = perl




reply via email to

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