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