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
compute_connectivity_domain_attribute.conf
Aller à la documentation de ce fichier.
1 /* INPUT */
2 DECLARE_ENUM2(type,node,edge)
3 
4 /* OUTPUT */
5 DECLARE_ARRAY(int, 1 , n_neighbor)
6 DECLARE_ARRAY(int, 2 , local_neighbor)
7 DECLARE_ATTRIBUTE(int, n_neighbor_max)
#define DECLARE_ARRAY(T_num, T_rank, name,...)
#define DECLARE_ATTRIBUTE(type, name,...)
///////////////////////////// Macros ///////////////////////////// ///
#define DECLARE_ENUM2(name, arg1, arg2)