|
programmer's documentation
|
#include <cs_zone.h>

Data Fields | |
| const char * | name |
| int | id |
| int | type |
| int | location_id |
| cs_lnum_t | n_elts |
| const cs_lnum_t * | elt_ids |
| bool | time_varying |
| bool | allow_overlay |
Zone description
| bool allow_overlay |
allow overlaying of this zone ?
| const cs_lnum_t* elt_ids |
associated face ids
| int id |
boundary zone id
| int location_id |
associated mesh location id
| cs_lnum_t n_elts |
local number of associated faces
| const char* name |
zone name
| bool time_varying |
does the selected zone change with time ?
| int type |
boundary zone type flag
1.8.13