![]() |
programmer's documentation
|
#include "cs_defs.h"
#include <assert.h>
#include <math.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <stdarg.h>
#include <float.h>
#include <mpi.h>
#include "bft_mem_usage.h"
#include "bft_error.h"
#include "bft_printf.h"
#include "bft_mem.h"
#include "fvm_nodal.h"
#include "fvm_point_location.h"
#include "cs_base.h"
#include "cs_selector.h"
#include "cs_mesh_connect.h"
#include "cs_post.h"
#include "cs_prototypes.h"
#include "cs_log.h"
#include "cs_map.h"
#include "cs_parall.h"
#include "cs_mesh_location.h"
#include "cs_mesh.h"
#include "cs_measures_util.h"
#include "cs_field.h"
Functions | |
void | mestcr (const char *name, const cs_int_t *lname, const cs_int_t *idim, const cs_int_t *ilved, cs_int_t *imeset) |
void | gridcr (const char *name, const cs_int_t *lname, cs_int_t *igrid) |
void | mesmap (const cs_int_t *imeset, const cs_int_t *inbmes, const cs_real_t *meset, const cs_real_t *coords, const cs_int_t *cressm, const cs_int_t *interp, const cs_real_t *infrad) |
void | grimap (const cs_int_t *igrid, const cs_int_t *inpts, const cs_real_t *coords) |
void | mesadd (const cs_int_t *imeset, const cs_int_t *inbmes, const cs_real_t *meset, const cs_real_t *coords, const cs_int_t *cressm, const cs_int_t *interp, const cs_real_t *infrad) |
void | mscrss (const cs_int_t *imeset, const cs_int_t *type, cs_real_t *pldval) |
void | gripol (const cs_int_t *igrid, const cs_real_t *inval, cs_real_t *pldval) |
void | mestde (void) |
void | grides (void) |
void grides | ( | void | ) |
void mesadd | ( | const cs_int_t * | imeset, |
const cs_int_t * | inbmes, | ||
const cs_real_t * | meset, | ||
const cs_real_t * | coords, | ||
const cs_int_t * | cressm, | ||
const cs_int_t * | interp, | ||
const cs_real_t * | infrad | ||
) |
void mesmap | ( | const cs_int_t * | imeset, |
const cs_int_t * | inbmes, | ||
const cs_real_t * | meset, | ||
const cs_real_t * | coords, | ||
const cs_int_t * | cressm, | ||
const cs_int_t * | interp, | ||
const cs_real_t * | infrad | ||
) |
void mestcr | ( | const char * | name, |
const cs_int_t * | lname, | ||
const cs_int_t * | idim, | ||
const cs_int_t * | ilved, | ||
cs_int_t * | imeset | ||
) |
void mestde | ( | void | ) |