#include "cs_defs.h"
#include <stdarg.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "cs_mesh.h"
#include "MEDCouplingUMesh.hxx"
Go to the source code of this file.
◆ cs_medcoupling_mesh_destroy()
◆ cs_medcoupling_mesh_destroy_all()
void cs_medcoupling_mesh_destroy_all |
( |
void |
| ) |
|
◆ cs_medcoupling_mesh_from_base()
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
- Parameters
-
[in] | csmesh | pointer to cs_mesh_t instance |
[in] | name | name of the mesh |
[in] | selection_criteria | selection criteria (entire mesh or part of it) |
[in] | elt_dim | dimension of elements. 2: faces, 3: cells |
[in] | use_bbox | Use a reduced bounding box |
- Returns
- pointer to the newly created cs_medcoupling_mesh_t struct
◆ cs_medcoupling_mesh_get_connectivity()
Return a cs_medcoupling_mesh_t structure's (parent) elements list.
- Parameters
-
- Returns
- ids of associated elements, or NULL
◆ cs_medcoupling_mesh_get_dim()
Return a cs_medcoupling_mesh_t structure's spatial dimension.
- Parameters
-
- Returns
- associated spatial dimension
◆ cs_medcoupling_mesh_get_elt_list()
Return a cs_medcoupling_mesh_t structure's (parent) elements list.
- Parameters
-
- Returns
- ids of associated elements, or NULL
◆ cs_medcoupling_mesh_get_n_elts()
Return a cs_medcoupling_mesh_t structure's number of elements.
- Parameters
-
- Returns
- associated number of elements