Salome HOME
bos #28928: Merge branch 'rnv/28928'
[modules/med.git] / doc / dev / sphinx / fields_introduction.rst
1 .. _fields_introduction_page:
2
3 *****************************
4 Introduction to Fields module
5 *****************************
6
7 .. image:: images/image_fields.png
8    :align: center
9
10 Fields module is used for analysis and post-processing of numerical simulation results. It is based upon ParaVis module, MEDReader ParaVis
11 module plugin and MEDCoupling library. Main advantage of this module is that it provides a simplified (in comparison with ParaVis module)
12 way to create different presentations. After applying this simplified visualization it is possible to switch to ParaVis module and 
13 complete a more complex presentation if necessary.
14
15 Fields module uses Python API of the ParaVis module to build presentations.
16 Any presentation in the Fields module is a pipeline of the ParaVis filters, which always starts with MEDReader.
17 For example, :ref:`fields_plot3d_presentation_page` is a sequence of the following ParaVis filters: **MEDReader > Calculator > WarpByScalar**.