1 #ifndef __CS_CDOVB_PRIV_H__ 2 #define __CS_CDOVB_PRIV_H__ void() cs_cdovb_advection_bc_t(const cs_cell_mesh_t *cm, const cs_equation_param_t *eqp, cs_real_t t_eval, cs_face_mesh_t *fm, cs_cell_builder_t *cb, cs_cell_sys_t *csys)
Compute the BC contribution for the advection operator in CDO vertex-based (or vertex+cell-based) sch...
Definition: cs_cdo_advection.h:182
cs_cdovb_advection_bc_t * add_advection_bc
Definition: cs_cdovb_priv.h:96
cs_hodge_t ** diffusion_hodge
Definition: cs_cdovb_priv.h:91
void() cs_cdovb_advection_t(const cs_equation_param_t *eqp, const cs_cell_mesh_t *cm, const cs_property_data_t *diff_pty, cs_face_mesh_t *fm, cs_cell_builder_t *cb)
Compute the convection operator attached to a cell with a CDO vertex-based scheme. The local matrix related to this operator is stored in cb->loc.
Definition: cs_cdo_advection.h:161
void() cs_cdo_enforce_bc_t(const cs_equation_param_t *eqp, const cs_cell_mesh_t *cm, cs_face_mesh_t *fm, cs_hodge_t *hodge, cs_cell_builder_t *cb, cs_cell_sys_t *csys)
Enforcement of a boundary condition (Dirichlet, Robin, sliding...)
Definition: cs_equation_bc.h:89
cs_hodge_compute_t * get_mass_matrix
Definition: cs_cdovb_priv.h:102
Definition: cs_cdovb_priv.h:63
#define BEGIN_C_DECLS
Definition: cs_defs.h:510
void() cs_equation_assembly_t(const cs_sdm_t *m, const cs_lnum_t *dof_ids, const cs_range_set_t *rset, cs_equation_assemble_t *eqa, cs_matrix_assembler_values_t *mav)
Assemble a cellwise matrix into the global matrix Block or no block versions are handled.
Definition: cs_equation_assemble.h:72
int var_field_id
Definition: cs_cdovb_priv.h:66
Structure associated to a discrete Hodge operator *.
Definition: cs_hodge.h:186
cs_hodge_compute_t * get_stiffness_matrix
Definition: cs_cdovb_priv.h:92
cs_cdo_enforce_bc_t * enforce_sliding
Definition: cs_cdovb_priv.h:88
double cs_real_t
Floating-point value.
Definition: cs_defs.h:322
void() cs_hodge_compute_t(const cs_cell_mesh_t *cm, cs_hodge_t *hodge, cs_cell_builder_t *cb)
Build a discrete Hodge operator or a related operator (such as the stiffmess matrix) for a given cell...
Definition: cs_hodge.h:216
cs_hodge_param_t mass_hodgep
Definition: cs_cdovb_priv.h:100
cs_hodge_t ** mass_hodge
Definition: cs_cdovb_priv.h:101
cs_flag_t * vtx_bc_flag
Definition: cs_cdovb_priv.h:83
cs_lnum_t n_dofs
Definition: cs_cdovb_priv.h:70
int bflux_field_id
Definition: cs_cdovb_priv.h:67
cs_real_t * source_terms
Definition: cs_cdovb_priv.h:74
cs_cdovb_advection_t * get_advection_matrix
Definition: cs_cdovb_priv.h:95
cs_cdo_enforce_bc_t * enforce_robin_bc
Definition: cs_cdovb_priv.h:85
cs_real_t * cell_values
Definition: cs_cdovb_priv.h:77
int cs_lnum_t
local mesh entity id
Definition: cs_defs.h:316
#define END_C_DECLS
Definition: cs_defs.h:511
unsigned short int cs_flag_t
Definition: cs_defs.h:324
Structure storing all metadata/parameters related to the usage of a discrete Hodge operator...
Definition: cs_hodge.h:154
cs_equation_assembly_t * assemble
Definition: cs_cdovb_priv.h:80
cs_cdo_enforce_bc_t * enforce_dirichlet
Definition: cs_cdovb_priv.h:84