getfem-commits
[Top][All Lists]
Advanced

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

[Getfem-commits] (no subject)


From: Markus Bürg
Subject: [Getfem-commits] (no subject)
Date: Wed, 31 Jan 2018 06:58:47 -0500 (EST)

branch: mb-Increase_maximum_number_of_subdivisions
commit ebf4c7d340f728240d0514d05d367ed75df19745
Author: mb <address@hidden>
Date:   Wed Jan 31 12:58:41 2018 +0100

    Increase maximal number of subdivisions.
---
 src/getfem_integration_composite.cc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/getfem_integration_composite.cc 
b/src/getfem_integration_composite.cc
index 54d6271..cc7148c 100644
--- a/src/getfem_integration_composite.cc
+++ b/src/getfem_integration_composite.cc
@@ -84,7 +84,7 @@ namespace getfem {
                "Bad type of parameters");
     pintegration_method pim = params[0].method();
     int k = int(::floor(params[1].num() + 0.01));
-    GMM_ASSERT1(pim->type() == IM_APPROX && k > 0 && k <= 150 &&
+    GMM_ASSERT1(pim->type() == IM_APPROX && k > 0 && k <= 500 &&
                double(k) == params[1].num(), "Bad parameters");
 
     bgeot::pbasic_mesh pm;



reply via email to

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