programmer's documentation
Data Structures | Functions
cs_medcoupling_utils.hxx File Reference
#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>
Include dependency graph for cs_medcoupling_utils.hxx:

Go to the source code of this file.

Data Structures

struct  cs_medcoupling_mesh_t
 

Functions

cs_medcoupling_mesh_tcs_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)
 

Function Documentation

◆ cs_medcoupling_mesh_copy_from_base()

void cs_medcoupling_mesh_copy_from_base ( cs_mesh_t csmesh,
cs_medcoupling_mesh_t pmmesh 
)

◆ cs_medcoupling_mesh_create()

cs_medcoupling_mesh_t* cs_medcoupling_mesh_create ( const char *  name,
const char *  select_criteria,
int  elt_dim 
)