From 2ca69fd0af59eea60d1f260fbaf7c3af24696275 Mon Sep 17 00:00:00 2001 From: vbd Date: Thu, 1 Sep 2011 09:10:35 +0000 Subject: [PATCH] strating a new doc for interp kernel --- doc/doxygen/interpkernel_features.dox | 30 +++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 doc/doxygen/interpkernel_features.dox diff --git a/doc/doxygen/interpkernel_features.dox b/doc/doxygen/interpkernel_features.dox new file mode 100644 index 000000000..10534ee69 --- /dev/null +++ b/doc/doxygen/interpkernel_features.dox @@ -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. -- 2.39.2