|
programmer's documentation
|
#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"
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) |
|
static |
|
static |
|
static |
| 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