My Project
programmer's documentation
Data Fields
cs_boundary_zone_t Struct Reference

#include <cs_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

Deprecated:
use cs_zone_t instead.

Field Documentation

◆ allow_overlay

bool allow_overlay

allow overlaying of this zone ?

◆ face_ids

const cs_lnum_t* face_ids

associated face ids

◆ id

int id

boundary zone id

◆ location_id

int location_id

associated mesh location id

◆ n_faces

cs_lnum_t n_faces

local number of associated faces

◆ name

const char* name

zone name

◆ time_varying

bool time_varying

does the selected zone change with time ?

◆ type

int type

boundary zone type flag


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