X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2FParaMEDMEM%2FDisjointDEC.cxx;h=178f296f65cb37019683590b913a922bb7822b1a;hb=83fdb961a8cf7c93f8924093db7b2bfb7849ccbc;hp=98a661bf24d4fd5fd5638363dfb673dba4c803ea;hpb=ffb8188e28b2b60ee207a8644286821bc4e8fcdc;p=tools%2Fmedcoupling.git diff --git a/src/ParaMEDMEM/DisjointDEC.cxx b/src/ParaMEDMEM/DisjointDEC.cxx index 98a661bf2..178f296f6 100644 --- a/src/ParaMEDMEM/DisjointDEC.cxx +++ b/src/ParaMEDMEM/DisjointDEC.cxx @@ -34,36 +34,6 @@ namespace MEDCoupling { - - /*! - * \anchor DisjointDEC-det - * \class DisjointDEC - * - * \section DisjointDEC-over Overview - * - * Abstract interface class representing a link between two - * processor groups for exchanging mesh or field data. The two processor groups must - * have a void intersection (\ref MEDCoupling::OverlapDEC "OverlapDEC" is to be considered otherwise). - * The %DEC is initialized by attaching a field on the receiving or on the - * sending side. - * - * The data is sent or received through calls to the (abstract) methods recvData() and sendData(). - * - * One can attach either a \c MEDCoupling::ParaFIELD, or a - * \c ICoCo::Field, or directly a \c MEDCoupling::MEDCouplingFieldDouble instance. - * See the various signatures of the method DisjointDEC::attachLocalField() - * - * The derivations of this class should be considered for practical instantiation: - * - \ref InterpKernelDEC-det "InterpKernelDEC" - * - \ref ExplicitCoincidentDEC-det "ExplicitCoincidentDEC" - * - \ref StructuredCoincidentDEC-det "StructuredCoincidentDEC" - * - * \section DisjointDEC-options DisjointDEC options - * The options supported by %DisjointDEC objects are the same that the ones supported for all - * DECs in general and are all inherited from the class \ref MEDCoupling::DECOptions "DECOptions" - * - */ - DisjointDEC::DisjointDEC(ProcessorGroup& source_group, ProcessorGroup& target_group): _local_field(0), _source_group(&source_group),