From 9e6fa11d51a06dc57c40a9f5148c3385d0600715 Mon Sep 17 00:00:00 2001 From: michael Date: Mon, 30 Nov 2020 14:09:38 +0100 Subject: [PATCH] Simplied test. --- ...ryDiffusionEquation_2DFV_StructuredTriangles_Neumann.cxx | 6 ------ 1 file changed, 6 deletions(-) diff --git a/CoreFlows/examples/C/StationaryDiffusionEquation_2DFV_StructuredTriangles_Neumann.cxx b/CoreFlows/examples/C/StationaryDiffusionEquation_2DFV_StructuredTriangles_Neumann.cxx index 1a81052..9a4af3a 100755 --- a/CoreFlows/examples/C/StationaryDiffusionEquation_2DFV_StructuredTriangles_Neumann.cxx +++ b/CoreFlows/examples/C/StationaryDiffusionEquation_2DFV_StructuredTriangles_Neumann.cxx @@ -28,12 +28,6 @@ int main(int argc, char** argv) M.setGroupAtPlan(ysup,1,eps,"Bord3"); M.setGroupAtPlan(yinf,1,eps,"Bord4"); - /* set the boundary values for each boundary */ - double T1=0; - double T2=0; - double T3=0; - double T4=0; - cout<< "Building of a regular triangular 2D mesh from a square mesh with "<< nx<<"x" <