]> SALOME platform Git repositories - tools/solverlab.git/commitdiff
Salome HOME
Simplied test.
authormichael <michael@localhost.localdomain>
Mon, 30 Nov 2020 13:09:38 +0000 (14:09 +0100)
committermichael <michael@localhost.localdomain>
Mon, 30 Nov 2020 13:09:38 +0000 (14:09 +0100)
CoreFlows/examples/C/StationaryDiffusionEquation_2DFV_StructuredTriangles_Neumann.cxx

index 1a81052121e7befeebaf2471961697ab1e8a7aa3..9a4af3a4dd7f95f00227b69b9260b74d3e5beb45 100755 (executable)
@@ -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" <<ny<< " cells"<<endl;
 
     /* Create the problem */