programmer's documentation
Functions
cs_medcoupling_utils.cxx File Reference
#include "cs_defs.h"
#include <stdarg.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <assert.h>
#include <math.h>
#include <mpi.h>
#include <MEDCoupling_version.h>
#include <MEDCouplingUMesh.hxx>
#include <MEDCouplingField.hxx>
#include <MEDCouplingFieldDouble.hxx>
#include "MEDCouplingRemapper.hxx"
#include "bft_error.h"
#include "bft_mem.h"
#include "bft_printf.h"
#include "cs_mesh.h"
#include "cs_mesh_connect.h"
#include "cs_parall.h"
#include "cs_prototypes.h"
#include "cs_selector.h"
#include "cs_timer.h"
#include "fvm_defs.h"
#include "fvm_nodal_from_desc.h"
#include "cs_medcoupling_utils.hxx"
Include dependency graph for cs_medcoupling_utils.cxx:

Functions

static void _assign_vertex_coords (const cs_mesh_t *mesh, cs_lnum_t n_vtx, const cs_lnum_t *vtx_id, MEDCouplingUMesh *med_mesh)
 
static void _assign_face_mesh (const cs_mesh_t *mesh, cs_lnum_t n_elts, const cs_lnum_t *elts_list, MEDCouplingUMesh *med_mesh)
 
static void _assign_cell_mesh (const cs_mesh_t *mesh, cs_lnum_t n_elts, const cs_lnum_t *elts_list, MEDCouplingUMesh *med_mesh, int *new_to_old)
 
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)
 

Function Documentation

◆ _assign_cell_mesh()

static void _assign_cell_mesh ( const cs_mesh_t mesh,
cs_lnum_t  n_elts,
const cs_lnum_t elts_list,
MEDCouplingUMesh *  med_mesh,
int *  new_to_old 
)
static

◆ _assign_face_mesh()

static void _assign_face_mesh ( const cs_mesh_t mesh,
cs_lnum_t  n_elts,
const cs_lnum_t elts_list,
MEDCouplingUMesh *  med_mesh 
)
static

◆ _assign_vertex_coords()

static void _assign_vertex_coords ( const cs_mesh_t mesh,
cs_lnum_t  n_vtx,
const cs_lnum_t vtx_id,
MEDCouplingUMesh *  med_mesh 
)
static

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