#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 "bft_mem.h"
#include "bft_error.h"
#include "bft_printf.h"
#include "cs_base.h"
#include "cs_gui_util.h"
#include "cs_field.h"
#include "cs_mesh.h"
#include "cs_mesh_connect.h"
#include "cs_mesh_quantities.h"
#include "cs_parameters.h"
#include "cs_boundary_zone.h"
#include "cs_volume_zone.h"
#include "cs_xdef_eval_at_zone.h"
Functions | |
void | cs_xdef_eval_at_zone (const cs_xdef_t *def, const char *caller_description, cs_real_t t_eval, bool dense, cs_real_t *values) |
Compute the values defined by a cs_xdef_t structure associated to a given volume or boundary zone. More... | |
void cs_xdef_eval_at_zone | ( | const cs_xdef_t * | def, |
const char * | caller_description, | ||
cs_real_t | t_eval, | ||
bool | dense, | ||
cs_real_t * | values | ||
) |
Compute the values defined by a cs_xdef_t structure associated to a given volume or boundary zone.
[in] | def | pointer to a cs_xdef_t structure |
[in] | caller_description | information string (for error logging) |
[in] | t_eval | time at which values are evaluated |
[in] | dense | if true, values on zone location; if false, values on parent location. |
[in,out] | values | pointer to the array of values |