Include dependency graph for cs_meg_boundary_function.cxx:Functions | |
| void | cs_meg_boundary_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 *field_name, const char *condition, cs_real_t *retvals) |
| This function is used to compute user defined values for fields over a given boundary zone. The mathematical expression is defined in the GUI. More... | |
| void cs_meg_boundary_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 * | field_name, | ||
| const char * | condition, | ||
| cs_real_t * | retvals | ||
| ) |
This function is used to compute user defined values for fields over a given boundary zone. The mathematical expression is defined in the GUI.
| [in] | zone_name | name of a boundary zone |
| [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 |
| [in] | field_name | name of the variable field |
| [in] | condition | condition type defined as a string |
| [out] | retvals | array of computed values |