1 #ifndef __CS_MEDCOUPLING_UTILS_HXX__ 2 #define __CS_MEDCOUPLING_UTILS_HXX__ 49 #if defined(HAVE_MEDCOUPLING) 51 #include "MEDCouplingUMesh.hxx" 77 #if defined(HAVE_MEDCOUPLING) 105 const char *selection_criteria,
Definition: cs_medcoupling_utils.hxx:63
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:640
const cs_lnum_t * cs_medcoupling_mesh_get_elt_list(cs_medcoupling_mesh_t *m)
Return a cs_medcoupling_mesh_t structure's (parent) elements list.
Definition: cs_medcoupling_utils.cxx:775
cs_real_t * bbox
Definition: cs_medcoupling_utils.hxx:75
#define BEGIN_C_DECLS
Definition: cs_defs.h:510
MEDCouplingUMesh * med_mesh
Definition: cs_medcoupling_utils.hxx:78
int elt_dim
Definition: cs_medcoupling_utils.hxx:67
const cs_lnum_t * cs_medcoupling_mesh_get_connectivity(cs_medcoupling_mesh_t *m)
Return a cs_medcoupling_mesh_t structure's (parent) elements list.
Definition: cs_medcoupling_utils.cxx:796
double cs_real_t
Floating-point value.
Definition: cs_defs.h:322
cs_lnum_t * new_to_old
Definition: cs_medcoupling_utils.hxx:72
int cs_medcoupling_mesh_get_dim(cs_medcoupling_mesh_t *m)
Return a cs_medcoupling_mesh_t structure's spatial dimension.
Definition: cs_medcoupling_utils.cxx:735
int cs_lnum_t
local mesh entity id
Definition: cs_defs.h:316
cs_medcoupling_mesh_t * cs_medcoupling_mesh_create(const char *name, const char *selection_criteria, int elt_dim)
create a new cs_medcoupling_mesh_t instance
Definition: cs_medcoupling_utils.cxx:588
#define END_C_DECLS
Definition: cs_defs.h:511
cs_lnum_t n_elts
Definition: cs_medcoupling_utils.hxx:69
cs_lnum_t * elt_list
Definition: cs_medcoupling_utils.hxx:70
cs_lnum_t cs_medcoupling_mesh_get_n_elts(cs_medcoupling_mesh_t *m)
Return a cs_medcoupling_mesh_t structure's number of elements.
Definition: cs_medcoupling_utils.cxx:755
char * sel_criteria
Definition: cs_medcoupling_utils.hxx:65
void cs_medcoupling_mesh_destroy(cs_medcoupling_mesh_t *mesh)
Destroy a cs_medcoupling_mesh_t.
Definition: cs_medcoupling_utils.cxx:710