Go to the source code of this file.
◆ cs_boundary_conditions_open_find()
cs_boundary_conditions_open_t * cs_boundary_conditions_open_find |
( |
const cs_zone_t * |
zone | ) |
|
Get an open boundary context structure for a given zone.
- Parameters
-
[in] | zone | pointer to associated zone |
- Returns
- : pointer to structure associated with zone, or NULL if not found.
- Parameters
-
[in] | zone | pointer to associated zone |
- Returns
- : pointer to structure associated with zone, or nullptr if not found.
◆ cs_boundary_conditions_open_find_or_add()
cs_boundary_conditions_open_t * cs_boundary_conditions_open_find_or_add |
( |
const cs_zone_t * |
zone | ) |
|
Find or add an open boundary context for a given zone.
- Parameters
-
[in] | zone | pointer to associated zone |
- Returns
- : pointer to structure associated with zone