My Project
programmer's documentation
Data Fields
cs_volume_zone_t Struct Reference

#include <cs_zone.h>

Collaboration diagram for cs_volume_zone_t:
Collaboration graph

Data Fields

const char * name
 
int id
 
int type
 
int location_id
 
cs_lnum_t n_cells
 
const cs_lnum_tcell_ids
 
bool time_varying
 
bool allow_overlay
 

Detailed Description

Volume zone description

Deprecated:
use cs_zone_t instead.

Field Documentation

◆ allow_overlay

bool allow_overlay

allow overlaying of this zone ?

◆ cell_ids

const cs_lnum_t* cell_ids

associated cell ids

◆ id

int id

volume zone id

◆ location_id

int location_id

associated mesh location id

◆ n_cells

cs_lnum_t n_cells

local number of associated cells

◆ name

const char* name

zone name

◆ time_varying

bool time_varying

does the selected zone change with time ?

◆ type

int type

volume zone type flag


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