source: XIOS/dev/dev_ym/XIOS_COUPLING/src/node/node_type.hpp @ 1853

Last change on this file since 1853 was 1782, checked in by ymipsl, 5 years ago

coupling branch : implement new objet coupler_in and coupler_out to be properly parsed from XML file.

YM

  • Property copyright set to
    Software name : XIOS (Xml I/O Server)
    http://forge.ipsl.jussieu.fr/ioserver
    Creation date : January 2009
    Licence : CeCCIL version2
    see license file in root directory : Licence_CeCILL_V2-en.txt
    or http://www.cecill.info/licences/Licence_CeCILL_V2-en.html
    Holder : CEA/LSCE (Laboratoire des Sciences du CLimat et de l'Environnement)
    CNRS/IPSL (Institut Pierre Simon Laplace)
    Project Manager : Yann Meurdesoif
    yann.meurdesoif@cea.fr
File size: 1.0 KB
RevLine 
[591]1#ifndef __XIOS_NODE_TYPE__
2#define __XIOS_NODE_TYPE__
[219]3
4#include "axis.hpp"
5#include "domain.hpp"
6#include "field.hpp"
7#include "file.hpp"
[1782]8#include "coupler_in.hpp"
9#include "coupler_out.hpp"
[219]10#include "grid.hpp"
[268]11#include "variable.hpp"
[219]12#include "context.hpp"
[619]13#include "transformation.hpp"
[621]14#include "inverse_axis.hpp"
15#include "zoom_axis.hpp"
[630]16#include "interpolate_axis.hpp"
[1558]17#include "extract_axis.hpp"
[631]18#include "zoom_domain.hpp"
[689]19#include "interpolate_domain.hpp"
[687]20#include "generate_rectilinear_domain.hpp"
[887]21#include "scalar.hpp"
[888]22#include "reduce_axis_to_scalar.hpp"
[895]23#include "reduce_domain_to_axis.hpp"
[1301]24#include "reduce_axis_to_axis.hpp"
[895]25#include "extract_domain_to_axis.hpp"
[934]26#include "compute_connectivity_domain.hpp"
[935]27#include "expand_domain.hpp"
[960]28#include "extract_axis_to_scalar.hpp"
[976]29#include "reduce_domain_to_scalar.hpp"
[1275]30#include "temporal_splitting.hpp"
[1314]31#include "duplicate_scalar_to_axis.hpp"
32#include "reduce_scalar_to_scalar.hpp"
[1457]33#include "reorder_domain.hpp"
[1549]34#include "extract_domain.hpp"
[219]35
[887]36
[591]37#endif // __XIOS_NODE_TYPE__
Note: See TracBrowser for help on using the repository browser.