XIOS  1.0
Xml I/O Server
 Tout Classes Espaces de nommage Fichiers Fonctions Variables Définitions de type Énumérations Valeurs énumérées Amis Macros
interpolate_domain_attribute.conf
Aller à la documentation de ce fichier.
1 /* GLOBAL */
2 DECLARE_ATTRIBUTE(int, order)
5 DECLARE_ATTRIBUTE(bool, detect_missing_value)
6 
7 /* Write interpolation weights into file */
8 DECLARE_ENUM3(mode,compute,read,read_or_compute)
9 DECLARE_ATTRIBUTE(StdString, weight_filename)
10 DECLARE_ATTRIBUTE(bool, write_weight)
11 DECLARE_ENUM2(read_write_convention, c, fortran)
12 DECLARE_ATTRIBUTE(bool, use_area)
#define DECLARE_ATTRIBUTE(type, name,...)
///////////////////////////// Macros ///////////////////////////// ///
std::string StdString
Definition: xios_spl.hpp:48
#define DECLARE_ENUM2(name, arg1, arg2)
#define DECLARE_ENUM3(name, arg1, arg2, arg3)