#include "base/cs_defs.h"#include <assert.h>#include <math.h>#include <mpi.h>#include "cs_headers.h"
Include dependency graph for cs_meg_volume_function.cxx:Functions | |
| void | cs_meg_volume_function (const char *zone_name, const cs_lnum_t n_elts, const cs_lnum_t *elt_ids, const cs_real_t xyz[][3], const char *fields_names, cs_real_t *fvals[]) |
| This function is used to compute user defined values for fields over a given volume zone. The mathematical expression is defined in the GUI. More... | |
| void cs_meg_volume_function | ( | const char * | zone_name, |
| const cs_lnum_t | n_elts, | ||
| const cs_lnum_t * | elt_ids, | ||
| const cs_real_t | xyz[][3], | ||
| const char * | fields_names, | ||
| cs_real_t * | fvals[] | ||
| ) |
This function is used to compute user defined values for fields over a given volume zone. The mathematical expression is defined in the GUI.
| [in] | zone_name | name of a volume zone |
| [in] | n_elts | number of elements |
| [in] | elt_ids | list of element ids |
| [in] | xyz | list of coordinates |
| [in] | fields_names | associated variable field names |
| [in,out] | fvals | array of value arrays |