|
cs_medcoupling_mesh_t * | cs_medcoupling_mesh_from_base (cs_mesh_t *csmesh, const char *name, const char *selection_criteria, const int elt_dim, const int use_bbox) |
| create a new cs_medcoupling_mesh_t instance based on cs_mesh_t More...
|
|
void | cs_medcoupling_mesh_destroy (cs_medcoupling_mesh_t *mesh) |
| Destroy a cs_medcoupling_mesh_t. More...
|
|
void | cs_medcoupling_mesh_destroy_all (void) |
| Destroy all cs_medcoupling_mesh_t instances. More...
|
|
int | cs_medcoupling_mesh_get_dim (cs_medcoupling_mesh_t *m) |
| Return a cs_medcoupling_mesh_t structure's spatial dimension. More...
|
|
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. More...
|
|
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. More...
|
|
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. More...
|
|