X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FParaMEDMEM%2FNonCoincidentDEC.cxx;h=9c62a6b6b0ca67b66c863f89110536c02a510f8f;hb=ffdef130a5a36893d8e58d538884e79413975c7a;hp=95b9d6acda5f208afd6a60ed61f37890a1e61733;hpb=766edba73b97ff6903eb9835fa94b4fe515acb39;p=tools%2Fmedcoupling.git diff --git a/src/ParaMEDMEM/NonCoincidentDEC.cxx b/src/ParaMEDMEM/NonCoincidentDEC.cxx index 95b9d6acd..9c62a6b6b 100644 --- a/src/ParaMEDMEM/NonCoincidentDEC.cxx +++ b/src/ParaMEDMEM/NonCoincidentDEC.cxx @@ -1,4 +1,4 @@ -// Copyright (C) 2007-2015 CEA/DEN, EDF R&D +// Copyright (C) 2007-2016 CEA/DEN, EDF R&D // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public @@ -34,7 +34,7 @@ extern "C" { #include } -namespace ParaMEDMEM +namespace MEDCoupling { /*! @@ -217,7 +217,7 @@ namespace ParaMEDMEM { elem_numbers = const_cast (support->getNumber(types[itype])); - //creating work arrays to store list of elems for partial suports + //creating work arrays to store list of elems for partial supports if (itype>0) { fvm_lnum_t* temp = new int[nbelems]; @@ -286,7 +286,7 @@ namespace ParaMEDMEM if (_source_group->containsMyRank()) { MEDMEM::MESH* mesh = _local_field->getField()->getSupport()->getMesh(); - fvm_nodal_t* source_nodal = ParaMEDMEM::medmemMeshToFVMMesh(mesh); + fvm_nodal_t* source_nodal = MEDCoupling::medmemMeshToFVMMesh(mesh); int target_size = _target_group->size() ; int start_rank= _source_group->size(); @@ -314,7 +314,7 @@ namespace ParaMEDMEM { MEDMEM::MESH* mesh = _local_field->getField()->getSupport()->getMesh(); - fvm_nodal_t* target_nodal = ParaMEDMEM::medmemMeshToFVMMesh(mesh); + fvm_nodal_t* target_nodal = MEDCoupling::medmemMeshToFVMMesh(mesh); int source_size = _source_group->size(); int start_rank= 0 ; const MPI_Comm* comm = (dynamic_cast (_union_group))->getComm(); @@ -372,7 +372,7 @@ namespace ParaMEDMEM int nbcomp = _local_field->getField()->getNumberOfComponents(); double* distant_values = new double [_nb_distant_points*nbcomp]; - //cheap interpolation : the value of the cell is transfered to the point + //cheap interpolation : the value of the cell is transferred to the point for (int i=0; i<_nb_distant_points; i++) for (int j=0; j