9.0
general documentation
Loading...
Searching...
No Matches
cs_xdef_eval_at_zone.cpp File Reference
#include "base/cs_defs.h"
#include <assert.h>
#include <math.h>
#include <stdarg.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "bft/bft_error.h"
#include "bft/bft_mem.h"
#include "bft/bft_printf.h"
#include "base/cs_base.h"
#include "base/cs_boundary_zone.h"
#include "base/cs_field.h"
#include "gui/cs_gui_util.h"
#include "mesh/cs_mesh.h"
#include "mesh/cs_mesh_connect.h"
#include "mesh/cs_mesh_quantities.h"
#include "base/cs_parameters.h"
#include "base/cs_volume_zone.h"
#include "base/cs_xdef_eval_at_zone.h"
Include dependency graph for cs_xdef_eval_at_zone.cpp:

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.

Detailed Description

Boundary condition handling.

Function Documentation

◆ cs_xdef_eval_at_zone()

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.

Parameters
[in]defpointer to a cs_xdef_t structure
[in]caller_descriptioninformation string (for error logging)
[in]t_evaltime at which values are evaluated
[in]denseif true, values on zone location; if false, values on parent location.
[in,out]valuespointer to the array of values