_MEDfieldComputingStepMeshInfo30.c

Aller à la documentation de ce fichier.
00001 /*  This file is part of MED.
00002  *
00003  *  COPYRIGHT (C) 1999 - 2011  EDF R&D, CEA/DEN
00004  *  MED is free software: you can redistribute it and/or modify
00005  *  it under the terms of the GNU Lesser General Public License as published by
00006  *  the Free Software Foundation, either version 3 of the License, or
00007  *  (at your option) any later version.
00008  *
00009  *  MED is distributed in the hope that it will be useful,
00010  *  but WITHOUT ANY WARRANTY; without even the implied warranty of
00011  *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
00012  *  GNU Lesser General Public License for more details.
00013  *
00014  *  You should have received a copy of the GNU Lesser General Public License
00015  *  along with MED.  If not, see <http://www.gnu.org/licenses/>.
00016  */
00017 
00018 
00019 #include <med.h>
00020 #include <med_config.h>
00021 #include <med_outils.h>
00022 #include <string.h>
00023 
00024 void
00025 _MEDfieldComputingStepMeshInfo30(int dummy,...)
00026 {
00027   va_list params;
00028   va_start(params,dummy);
00029 
00030 
00031   const med_idt       fid       = va_arg(params,const med_idt       );
00032   const char * const  fieldname = va_arg(params,const char * const  );
00033   const int           csit      = va_arg(params,const int           );
00034   med_int * const     numdt     = va_arg(params,med_int * const     );
00035   med_int * const     numit     = va_arg(params,med_int * const     );
00036   med_float * const   dt        = va_arg(params,med_float * const   );
00037   med_int * const     meshnumdt = va_arg(params,med_int * const     );
00038   med_int * const     meshnumit = va_arg(params,med_int * const     );
00039   med_err *           fret      = va_arg(params,        med_err*    );
00040 
00041   med_err _ret=-1;
00042   med_idt _gid=0,_datagroup1=0;
00043   int     _num=csit-1;
00044   char    _datagroupname1[2*MED_MAX_PARA+1]="";
00045   char    _path          [(MED_TAILLE_CHA+MED_NAME_SIZE+1)+2*MED_MAX_PARA+1]=MED_CHA;
00046   char    _cstpname[2*MED_MAX_PARA+1]="";
00047   /*
00048    * On inhibe le gestionnaire d'erreur HDF 5
00049    */
00050   _MEDmodeErreurVerrouiller();
00051 
00052   /*
00053    * On construit le nom du datagroup
00054    */
00055   strcat(_path,fieldname);
00056 
00057   /*
00058    * On recupere le nom du champ
00059    */
00060   if ( _MEDobjectGetName(fid, _path ,_num, _cstpname) < 0 ) {
00061     MED_ERR_(_ret,MED_ERR_ACCESS,MED_ERR_DATAGROUP,_path);ISCRUTE_int(_num);
00062     goto ERROR;
00063   }
00064 
00065   strcat(_path,"/");
00066   strcat(_path,_cstpname);
00067 
00068   if ((_gid = _MEDdatagroupOuvrir(fid,_path)) < 0) {
00069     MED_ERR_(_ret,MED_ERR_OPEN,MED_ERR_DATAGROUP,_path);
00070     goto ERROR;
00071   }
00072 
00073 
00074   /*
00075    * Lecture des attributs
00076    */
00077 
00078   if (_MEDattrEntierLire(_gid,MED_NOM_NDT,(med_int*) numdt) < 0) {
00079     MED_ERR_(_ret,MED_ERR_READ,MED_ERR_ATTRIBUTE,MED_NOM_NDT);
00080     SSCRUTE(_path);ISCRUTE(*numdt);goto ERROR;
00081   }
00082 
00083   if (_MEDattrFloatLire(_gid,MED_NOM_PDT,(med_float*) dt) < 0) {
00084     MED_ERR_(_ret,MED_ERR_READ,MED_ERR_ATTRIBUTE,MED_NOM_PDT);
00085     SSCRUTE(_path);RSCRUTE(*dt);goto ERROR;
00086   }
00087 
00088   if (_MEDattrEntierLire(_gid,MED_NOM_NOR,(med_int*) numit) < 0) {
00089     MED_ERR_(_ret,MED_ERR_READ,MED_ERR_ATTRIBUTE,MED_NOM_NOR);
00090     SSCRUTE(_path);ISCRUTE(*numit);goto ERROR;
00091   }
00092 
00093   if (_MEDattrEntierLire(_gid,MED_NOM_RDT,(med_int*) meshnumdt) < 0) {
00094     MED_ERR_(_ret,MED_ERR_READ,MED_ERR_ATTRIBUTE,MED_NOM_RDT);
00095     SSCRUTE(_path);ISCRUTE(*meshnumdt);goto ERROR;
00096   }
00097 
00098   if (_MEDattrEntierLire(_gid,MED_NOM_ROR,(med_int*) meshnumit) < 0) {
00099     MED_ERR_(_ret,MED_ERR_READ,MED_ERR_ATTRIBUTE,MED_NOM_ROR);
00100     SSCRUTE(_path);ISCRUTE(*meshnumit);goto ERROR;
00101   }
00102 
00103 
00104   _ret = 0;
00105 
00106  ERROR:
00107 
00108 
00109   if (_gid>0)            if (_MEDdatagroupFermer(_gid) < 0) {
00110     MED_ERR_(_ret,MED_ERR_CLOSE,MED_ERR_DATAGROUP,_path);
00111     ISCRUTE_id(_gid);
00112   }
00113 
00114   va_end(params);
00115   *fret = _ret;
00116   return;
00117 }

Généré le Mon May 16 17:10:22 2011 pour MED fichier par  doxygen 1.6.1