From 6af512d41a2a0163584931724010aaa1ccf6aac8 Mon Sep 17 00:00:00 2001 From: GERALD NICOLAS Date: Wed, 3 Mar 2021 17:46:41 +0100 Subject: [PATCH] Nouveau message d'erreur pour le tube --- src/Tools/blocFissure/CasTests/execution_Cas.py | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/Tools/blocFissure/CasTests/execution_Cas.py b/src/Tools/blocFissure/CasTests/execution_Cas.py index a18396b5a..1cc38ba06 100644 --- a/src/Tools/blocFissure/CasTests/execution_Cas.py +++ b/src/Tools/blocFissure/CasTests/execution_Cas.py @@ -213,7 +213,12 @@ problemes.append(vis_1(n_cas)) n_cas = 28 from blocFissure.CasTests.tube import tube problemes.append(tube(n_cas)) -# restreintFaceFissure : Restriction de la face de fissure au domaine solide impossible +#"Mesh_13" has not been computed: +#- "algo2d_facePeau_0" failed on "FACE_12 to mesh". Error: Algorithm failed. NgException at Surface meshing: Problem in Surface mesh generation +#- "algo1d_cercle1_0" failed on EDGE #20. Error: Algorithm failed. Source elements don't cover totally the geometrical edge +#- "algo1d_cercle1_0" failed on EDGE #17. Error: Algorithm failed. Source elements don't cover totally the geometrical edge +#- "algo1d_cercle1_0" failed on EDGE #15. Error: Algorithm failed. Source elements don't cover totally the geometrical edge +#- "algo1d_cercle1_0" failed on EDGE #12. Error: Algorithm failed. Source elements don't cover totally the geometrical edge #============================================================= while True: -- 2.30.2