]> SALOME platform Git repositories - tools/medcoupling.git/commitdiff
Salome HOME
delete tabs.
authorageay <ageay>
Tue, 25 Aug 2009 06:57:35 +0000 (06:57 +0000)
committerageay <ageay>
Tue, 25 Aug 2009 06:57:35 +0000 (06:57 +0000)
src/ParaMEDMEM/Test/ParaMEDMEMTest_ICocoTrio.cxx
src/ParaMEDMEM/Test/test_perf.cxx

index bb377556d1fead7d6acb5061c585b05f08f17d00..70174206b0f7c9375170090b0459b0ba75677ebf 100644 (file)
@@ -20,7 +20,6 @@ void synchronize_bool(bool& stop, synctype s)
 {
   int my_stop;
   int my_stop_temp = stop?1:0;
-       
   if (s==sync_and)
     MPI_Allreduce(&my_stop_temp,&my_stop,1,MPI_INTEGER,MPI_MIN,MPI_COMM_WORLD);
   else if (s==sync_or)
@@ -65,7 +64,7 @@ void remplit_coord(double* coords)
   for (int i=4;i<8;i++)
     {
       for (int d=0;d<3;d++)
-       coords[i*3+d]=coords[(i-4)*3+d];
+        coords[i*3+d]=coords[(i-4)*3+d];
       coords[i*3+1]+=1e-5;
     }
 
@@ -187,7 +186,7 @@ void ParaMEDMEMTest::testICocoTrio1()
     {
       champ_emetteur._field=new double[champ_emetteur._nb_elems];
       for (int ele=0;ele<champ_emetteur._nb_elems;ele++)
-       champ_emetteur._field[ele]=1;
+        champ_emetteur._field[ele]=1;
       
       champ_emetteur._has_field_ownership=true;
     }
@@ -208,45 +207,46 @@ void ParaMEDMEMTest::testICocoTrio1()
     cout << compti << " CLOCK " << (clocki-clock0)*1.e-6 << endl; 
     for (int non_unif=0;non_unif<2;non_unif++)
       {
-       // if (champ_recepteur._field)
-       //   delete [] champ_recepteur._field;
-       champ_recepteur._field=0;
-       // champ_recepteur._has_field_ownership=false;
+        // if (champ_recepteur._field)
+        //   delete [] champ_recepteur._field;
+        champ_recepteur._field=0;
+        // champ_recepteur._has_field_ownership=false;
   
 
   
-       if (cas=="emetteur") 
-         if (non_unif)
-           champ_emetteur._field[0]=40;
-       bool ok=false; // Is the time interval successfully solved ?
+        if (cas=="emetteur") 
+          if (non_unif)
+            champ_emetteur._field[0]=40;
+        bool ok=false; // Is the time interval successfully solved ?
     
-       // Loop on the time interval tries
-       if(1) {
-      
-
-         if (cas=="emetteur")
-           dec_emetteur.attachLocalField((ICoCo::Field*) &champ_emetteur);
-         else
-           dec_emetteur.attachLocalField((ICoCo::Field*) &champ_recepteur);
-
-          dec_emetteur.setNature(ConservativeVolumic);
-
-         if(init)
-            dec_emetteur.synchronize();
-         init=false;
-
-         if (cas=="emetteur") {
-           dec_emetteur.sendData();
-           affiche(champ_emetteur);
-         }
-         else if (cas=="recepteur") {
-           dec_emetteur.recvData();
-           affiche(champ_recepteur);
-         }
-         else
-          throw 0;
-        }
-       stop=true;
+        // Loop on the time interval tries
+        if(1)
+          {
+            if (cas=="emetteur")
+              dec_emetteur.attachLocalField((ICoCo::Field*) &champ_emetteur);
+            else
+              dec_emetteur.attachLocalField((ICoCo::Field*) &champ_recepteur);
+            
+            dec_emetteur.setNature(ConservativeVolumic);
+            
+            if(init)
+              dec_emetteur.synchronize();
+            init=false;
+            
+            if (cas=="emetteur")
+              {
+                dec_emetteur.sendData();
+                affiche(champ_emetteur);
+              }
+            else if (cas=="recepteur")
+              {
+                dec_emetteur.recvData();
+                affiche(champ_recepteur);
+              }
+            else
+              throw 0;
+          }
+        stop=true;
       }
-}
+  }
 }
index 30e921527c66247d5eea622476ee655d66d4c38b..1d5c154a9f1a9796af2a7abd0ca410c345059169 100644 (file)
@@ -34,8 +34,8 @@ using namespace std;
 using namespace ParaMEDMEM;
  
 void testIntersectionDEC_2D(const string& filename1, const string& meshname1,
-                           const string& filename2, const string& meshname2,
-                           int nproc_source, double epsilon, bool tri, bool all);
+                            const string& filename2, const string& meshname2,
+                            int nproc_source, double epsilon, bool tri, bool all);
 void get_time( float *telps, float *tuser, float *tsys, float *tcpu );
 
 int main(int argc, char *argv[])
@@ -93,8 +93,8 @@ int main(int argc, char *argv[])
 }
 
 void testIntersectionDEC_2D(const string& filename_xml1, const string& meshname1,
-                           const string& filename_xml2, const string& meshname2,
-                           int nproc_source, double epsilon, bool tri, bool all)
+                            const string& filename_xml2, const string& meshname2,
+                            int nproc_source, double epsilon, bool tri, bool all)
 {
   float tcpu, tcpu_u, tcpu_s, telps;
   int size;
@@ -194,7 +194,7 @@ void testIntersectionDEC_2D(const string& filename_xml1, const string& meshname1
     paramesh=new ParaMESH (mesh,*target_group,"target mesh");
     ParaMEDMEM::ComponentTopology comptopo;
     parafield = new ParaFIELD(ON_CELLS,NO_TIME,paramesh, comptopo);
-               
+
     int nb_local=mesh->getNumberOfCells();
     double *value=parafield->getField()->getArray()->getPointer();
     for(int ielem=0; ielem<nb_local;ielem++)