  | 
  
    My Project
    
   programmer's documentation 
   | 
 
 
 
 
Go to the documentation of this file.    1 #ifndef __CS_MEDCOUPLING_UTILS_HXX__ 
    2 #define __CS_MEDCOUPLING_UTILS_HXX__ 
   49 #include <MEDCoupling_version.h> 
   50 #include <MEDCouplingUMesh.hxx> 
   52 using namespace MEDCoupling;
 
   98                            const char  *select_criteria,
 
  136 #endif //__CS_MEDCOUPLING_UTILS_HXX__ 
 
MEDCouplingUMesh * med_mesh
Definition: cs_medcoupling_utils.hxx:72
 
cs_lnum_t * elt_list
Definition: cs_medcoupling_utils.hxx:67
 
cs_medcoupling_mesh_t * cs_medcoupling_mesh_create(const char *name, const char *select_criteria, int elt_dim)
create a new cs_medcoupling_mesh_t instance
Definition: cs_medcoupling_utils.cxx:511
 
int elt_dim
Definition: cs_medcoupling_utils.hxx:64
 
cs_real_t * bbox
Definition: cs_medcoupling_utils.hxx:74
 
cs_lnum_t n_elts
Definition: cs_medcoupling_utils.hxx:66
 
Definition: cs_medcoupling_utils.hxx:60
 
char * sel_criteria
Definition: cs_medcoupling_utils.hxx:62
 
#define END_C_DECLS
Definition: cs_defs.h:468
 
double cs_real_t
Floating-point value.
Definition: cs_defs.h:302
 
#define BEGIN_C_DECLS
Definition: cs_defs.h:467
 
void cs_medcoupling_mesh_destroy(cs_medcoupling_mesh_t *mesh)
Destroy a cs_medcoupling_mesh_t.
Definition: cs_medcoupling_utils.cxx:614
 
int * new_to_old
Definition: cs_medcoupling_utils.hxx:69
 
void cs_medcoupling_mesh_copy_from_base(cs_mesh_t *csmesh, cs_medcoupling_mesh_t *pmmesh, int use_bbox)
copy a cs_mesh_t into a cs_medcoupling_mesh_t
Definition: cs_medcoupling_utils.cxx:552
 
int cs_lnum_t
local mesh entity id
Definition: cs_defs.h:298