From: michael Date: Mon, 30 Nov 2020 13:09:38 +0000 (+0100) Subject: Simplied test. X-Git-Tag: V9_7_0~115 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=9e6fa11d51a06dc57c40a9f5148c3385d0600715;p=tools%2Fsolverlab.git Simplied test. --- 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" <