programmer's documentation
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
Data Fields
cs_boundary_zone_t Struct Reference

#include <cs_boundary_zone.h>

Collaboration diagram for cs_boundary_zone_t:
Collaboration graph

Data Fields

const char * name
 
int id
 
int type
 
int location_id
 
cs_lnum_t n_faces
 
const cs_lnum_tface_ids
 
bool time_varying
 
bool allow_overlay
 

Detailed Description

Boundary zone description

Field Documentation

bool allow_overlay

allow overlaying of this zone ?

const cs_lnum_t* face_ids

associated face ids

int id

boundary zone id

int location_id

associated mesh location id

cs_lnum_t n_faces

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


The documentation for this struct was generated from the following file: