]> SALOME platform Git repositories - tools/medcoupling.git/commitdiff
Salome HOME
Updated references to doxygen documentation
authorndjinga <ndjinga>
Fri, 22 Apr 2011 10:42:31 +0000 (10:42 +0000)
committerndjinga <ndjinga>
Fri, 22 Apr 2011 10:42:31 +0000 (10:42 +0000)
doc/doxygen/medmem.dox

index 81f06af1ae1a0744bb44798fdda70d913e7788d7..9fb6792cef7a354b006bd4788de089bf6cc6191d 100644 (file)
@@ -231,13 +231,13 @@ describe the coupling between two parallel codes.
 The classes that make up the API of the library are :
 - communication interface : \ref comm_interface,
 - definition of processor groups : \ref processor_group,
-- Data Exchange Channel (aka DEC, abstract class) : \ref dec, and its implementations :
- - \ref interpkerneldec for a \ref InterpKerRemapGlobal based on intersecting elems volume computation,
+- Data Exchange Channel \ref dec, and its implementations :
+ - \ref interpkerneldec for a \ref InterpKerRemapGlobal based on intersecting elements volume computation,
  - \ref noncoincidentdec for a non-conservative interpolation based on element localization,
  - \ref structuredcoincidentdec for remapping coincident meshes on a one-to-one basis. This class applies to structured topologies.
  - \ref explicitcoincidentdec for remapping coincident meshes on a one-to-one basis. This class applies to unstructured topologies,
  - \ref overlapdec based on intersecting elems volume
- computation with source and target meshes are on same process id
+ computation when source and target meshes are on same process id
 
 */