MED fichier
Fonctions
Référence du fichier MEDmeshNodeWr.c
#include <med.h>
#include <med_config.h>
#include <med_outils.h>
#include <string.h>
#include <stdlib.h>
Graphe des dépendances par inclusion de MEDmeshNodeWr.c:

Aller au code source de ce fichier.

Fonctions

med_err MEDmeshNodeWr (const med_idt fid, const char *const meshname, const med_int numdt, const med_int numit, const med_float dt, const med_switch_mode switchmode, const med_int nentity, const med_float *const coordinate, const med_bool withnodename, const char *const nodename, const med_bool withnodenumber, const med_int *const nodenumber, const med_bool withfamnumber, const med_int *const famnumber)
 Cette routine permet l'écriture des noeuds d'un maillage non structuré pour une étape de calcul donnée. Plus de détails...