|
programmer's documentation
|
#include "cs_defs.h"#include <stdarg.h>#include <stdio.h>#include <stdlib.h>#include <string.h>#include <mpi.h>#include <MEDCoupling_version.h>#include <MEDCouplingUMesh.hxx>
Go to the source code of this file.
Data Structures | |
| struct | cs_medcoupling_mesh_t |
Functions | |
| cs_medcoupling_mesh_t * | cs_medcoupling_mesh_create (const char *name, const char *select_criteria, int elt_dim) |
| void | cs_medcoupling_mesh_copy_from_base (cs_mesh_t *csmesh, cs_medcoupling_mesh_t *pmmesh) |
| void cs_medcoupling_mesh_copy_from_base | ( | cs_mesh_t * | csmesh, |
| cs_medcoupling_mesh_t * | pmmesh | ||
| ) |
| cs_medcoupling_mesh_t* cs_medcoupling_mesh_create | ( | const char * | name, |
| const char * | select_criteria, | ||
| int | elt_dim | ||
| ) |
1.8.13