]> SALOME platform Git repositories - tools/medcoupling.git/commitdiff
Salome HOME
strating a new doc for interp kernel
authorvbd <vbd>
Thu, 1 Sep 2011 09:10:35 +0000 (09:10 +0000)
committervbd <vbd>
Thu, 1 Sep 2011 09:10:35 +0000 (09:10 +0000)
doc/doxygen/interpkernel_features.dox [new file with mode: 0644]

diff --git a/doc/doxygen/interpkernel_features.dox b/doc/doxygen/interpkernel_features.dox
new file mode 100644 (file)
index 0000000..10534ee
--- /dev/null
@@ -0,0 +1,30 @@
+/*!
+\page interpkernel_features InterpKernel features
+
+\section Presentation
+The InterpKernel algorithms are part of the MED tool suite. They
+answer to the following basic problem : given a source mesh $M_s$, a
+source field $F_s$ and a target mesh $M_t$, reconstruct a field $F_t$
+that uses $M_t$ as a support. The InterpKernel suite gives a number of
+possibilities to compute the target field, depending on a variety of
+user constraints.
+
+\image html interpolation_image.png
+
+InterpKernel possibilities emcompass:
+- 1D, 2D lines, 2D, 3D surfaces and 3D handling,
+- computation via node localization or via cell intersection (for
+conservative remapping),
+- treatment of MPI-distributed fields and meshes,
+- different APIs for different levels of integration (as SALOME
+components, for MPI distributed codes, as low-level library),
+- treatment of extended polygons (where edges can be arcs or segments)
+for 2D intersection computations,
+- management of P0, P1 and P2 fields. 
+
+The starting point for using the tools is the description of the
+diferent APIs. You can obtain this information by following this
+link : \ref interpkernel. If you would like more information about the
+features, you can follow the following links : \ref interpolation2D,
+\ref interpolation3Dsurf, \ref interpolation3D which provide details
+about the options available when using intersection algorithms.