7.0
general documentation
cs_cell_builder_t Struct Reference

Set of local and temporary buffers useful for building the algebraic system with a cellwise process. This structure belongs to one thread. More...

#include <cs_cdo_local.h>

+ Collaboration diagram for cs_cell_builder_t:

Data Fields

cs_real_t t_pty_eval
 
cs_real_t t_bc_eval
 
cs_real_t t_st_eval
 
cs_flag_t cell_flag
 
double gpty_val
 
double tpty_val
 
double rpty_vals [CS_CDO_N_MAX_REACTIONS]
 
double rpty_val
 
double * adv_fluxes
 
int * ids
 
double * values
 
cs_real_3_tvectors
 
cs_sdm_t * loc
 
cs_sdm_t * aux
 

Detailed Description

Set of local and temporary buffers useful for building the algebraic system with a cellwise process. This structure belongs to one thread.

Field Documentation

◆ adv_fluxes

double* adv_fluxes

◆ aux

cs_sdm_t* aux

auxiliary local square matrix of size n_cell_dofs

◆ cell_flag

cs_flag_t cell_flag

◆ gpty_val

double gpty_val

Property value for the grad-div operator

◆ ids

int* ids

local ids

◆ loc

cs_sdm_t* loc

local square matrix of size n_cell_dofs

◆ rpty_val

double rpty_val

Sum of all reaction property values

◆ rpty_vals

double rpty_vals[CS_CDO_N_MAX_REACTIONS]

Property values for the reaction operator

◆ t_bc_eval

cs_real_t t_bc_eval

◆ t_pty_eval

cs_real_t t_pty_eval

◆ t_st_eval

cs_real_t t_st_eval

◆ tpty_val

double tpty_val

Property value for the time operator

◆ values

double* values

local values

◆ vectors

cs_real_3_t* vectors

local 3-dimensional vectors


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