From 6dcfb724c02ce3df3f3e909bb7525f1032b2b9c9 Mon Sep 17 00:00:00 2001 From: Guillaume Demesy <guillaume.demesy@fresnel.fr> Date: Thu, 5 Sep 2019 13:02:26 +0200 Subject: [PATCH] up --- ElectromagneticScattering/scattering.pro | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/ElectromagneticScattering/scattering.pro b/ElectromagneticScattering/scattering.pro index 609cbcc..8768a0c 100644 --- a/ElectromagneticScattering/scattering.pro +++ b/ElectromagneticScattering/scattering.pro @@ -242,11 +242,8 @@ Integration { Case { { GeoElement Point ; NumberOfPoints 1 ; } { GeoElement Line2 ; NumberOfPoints 4 ; } - { GeoElement Triangle2 ; NumberOfPoints 6 ; } - { GeoElement Tetrahedron2 ; NumberOfPoints 15 ; } - // { GeoElement Line2 ; NumberOfPoints 4 ; } - // { GeoElement Triangle2 ; NumberOfPoints 6 ; } - // { GeoElement Tetrahedron2 ; NumberOfPoints 15 ; } + { GeoElement Triangle2 ; NumberOfPoints 12 ; } + { GeoElement Tetrahedron2 ; NumberOfPoints 17 ; } } } } -- GitLab