diff --git a/example/maxwell_sibc/Makefile b/example/maxwell_sibc/Makefile
index 16b874b0d91481bd2419c0fdd104b7a774f2dc44..b732a2dcf95d9b9caf1d05696dfe57bdf850a084 100644
--- a/example/maxwell_sibc/Makefile
+++ b/example/maxwell_sibc/Makefile
@@ -6,7 +6,7 @@ init:
 	gmsh sphere.geo -3
 
 cim:
-	python ${BIN}/cim.py sphere.pro sphere.msh Solve 5.48e12+4.23e05j 1e11 -nodes 10 -lStart 4
+	python ${BIN}/cim.py sphere.pro sphere.msh Solve 8.22543e9+2.46361e1j 1e8 -nodes 10 -lStart 4
 
 clean:
 	rm -f *.pos
diff --git a/example/maxwell_sibc/sphere.dat b/example/maxwell_sibc/sphere.dat
index 134c81c5607cc2c4ccedf30458878d3b58af8dd7..a68a78e076e33d855832b9a3c4d1c6c59e720d46 100644
--- a/example/maxwell_sibc/sphere.dat
+++ b/example/maxwell_sibc/sphere.dat
@@ -1,5 +1,5 @@
 // Geometry //
-DefineConstant[R  = { 150e-6, Name "Input/00Geometry/00Radius [m]" }];
+DefineConstant[R  = { 100e-3, Name "Input/00Geometry/00Radius [m]" }];
 DefineConstant[K1 = { 1/R,    Name "Input/00Geometry/01Curvature 1 [m^-1]",
                               ReadOnly 1}];
 DefineConstant[K2 = { 1/R,    Name "Input/00Geometry/02Curvature 2 [m^-1]",
diff --git a/example/maxwell_sibc_divfree/Makefile b/example/maxwell_sibc_divfree/Makefile
index 16b874b0d91481bd2419c0fdd104b7a774f2dc44..b732a2dcf95d9b9caf1d05696dfe57bdf850a084 100644
--- a/example/maxwell_sibc_divfree/Makefile
+++ b/example/maxwell_sibc_divfree/Makefile
@@ -6,7 +6,7 @@ init:
 	gmsh sphere.geo -3
 
 cim:
-	python ${BIN}/cim.py sphere.pro sphere.msh Solve 5.48e12+4.23e05j 1e11 -nodes 10 -lStart 4
+	python ${BIN}/cim.py sphere.pro sphere.msh Solve 8.22543e9+2.46361e1j 1e8 -nodes 10 -lStart 4
 
 clean:
 	rm -f *.pos
diff --git a/example/maxwell_sibc_divfree/sphere.dat b/example/maxwell_sibc_divfree/sphere.dat
index 134c81c5607cc2c4ccedf30458878d3b58af8dd7..a68a78e076e33d855832b9a3c4d1c6c59e720d46 100644
--- a/example/maxwell_sibc_divfree/sphere.dat
+++ b/example/maxwell_sibc_divfree/sphere.dat
@@ -1,5 +1,5 @@
 // Geometry //
-DefineConstant[R  = { 150e-6, Name "Input/00Geometry/00Radius [m]" }];
+DefineConstant[R  = { 100e-3, Name "Input/00Geometry/00Radius [m]" }];
 DefineConstant[K1 = { 1/R,    Name "Input/00Geometry/01Curvature 1 [m^-1]",
                               ReadOnly 1}];
 DefineConstant[K2 = { 1/R,    Name "Input/00Geometry/02Curvature 2 [m^-1]",