| 
    My Project
    
   programmer's documentation 
   | 
 
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>

Data Fields | |
| double | eig_ratio | 
| double | eig_max | 
| cs_real_33_t | dpty_mat | 
| double | dpty_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_t * | vectors | 
| cs_sdm_t * | hdg | 
| cs_sdm_t * | loc | 
| cs_sdm_t * | aux | 
Set of local and temporary buffers useful for building the algebraic system with a cellwise process. This structure belongs to one thread.
| double* adv_fluxes | 
| cs_sdm_t* aux | 
auxiliary local square matrix of size n_cell_dofs
| cs_real_33_t dpty_mat | 
Property tensor if not isotropic for diffusion
| double dpty_val | 
Property value if isotropic for diffusion
| double eig_max | 
max. value among eigenvalues
| double eig_ratio | 
ratio of the eigenvalues of the diffusion tensor
| cs_sdm_t* hdg | 
local hodge matrix for diffusion (may be NULL)
| int* ids | 
local ids
| cs_sdm_t* loc | 
local square matrix of size n_cell_dofs
| double rpty_val | 
Sum of all reaction property values 
 
| double rpty_vals[CS_CDO_N_MAX_REACTIONS] | 
Property values for the reaction operator
| double tpty_val | 
Property value for time operator
| double* values | 
local values
| cs_real_3_t* vectors | 
local 3-dimensional vectors
 1.8.16