This function is used to compute user defined calculator formulae. The mathematical expression is defined in the GUI. More...
Functions | |
void | cs_meg_post_calculator (const char *name, const cs_lnum_t n_elts, const cs_lnum_t *elt_ids, const cs_real_t xyz[][3], cs_real_t *retvals) |
This function is used to compute user defined calculator formulae. The mathematical expression is defined in the GUI. More... | |
This function is used to compute user defined calculator formulae. The mathematical expression is defined in the GUI.
[in] | field_name | function name |
[in] | n_elts | number of elements related to the zone |
[in] | elt_ids | list of element ids related to the zone |
[in] | xyz | list of coordinates related to the zone |
[out] | retvals | array of computed values |
void cs_meg_post_calculator | ( | const char * | name, |
const cs_lnum_t | n_elts, | ||
const cs_lnum_t * | elt_ids, | ||
const cs_real_t | xyz[][3], | ||
cs_real_t * | retvals | ||
) |
This function is used to compute user defined calculator formulae. The mathematical expression is defined in the GUI.
[in] | field_name | function name |
[in] | n_elts | number of elements related to the zone |
[in] | elt_ids | list of element ids related to the zone |
[in] | xyz | list of coordinates related to the zone |
[out] | retvals | array of computed values |