Structures for building an algebraic CDO vertex-based system for unsteady convection-diffusion-reaction equations with source terms. More...
#include "cs_defs.h"#include "cs_hodge.h"#include "cs_cdo_advection.h"#include "cs_equation_bc.h"#include "cs_equation_builder.h" Include dependency graph for cs_cdovb_priv.h:
 Include dependency graph for cs_cdovb_priv.h:Go to the source code of this file.
| Data Structures | |
| struct | cs_cdovb_vecteq_t | 
| Typedefs | |
| typedef void() | cs_cdovb_reaction_t(const cs_equation_param_t *eqp, const cs_cell_mesh_t *cm, const cs_hodge_t *mass_hodge, const cs_equation_builder_t *eqb, cs_cell_builder_t *cb, cs_cell_sys_t *csys) | 
| Add the reaction term for a CDO vertex-based scheme.  More... | |
| typedef void() | cs_cdovb_time_t(const cs_equation_param_t *eqp, const cs_cell_mesh_t *cm, const cs_hodge_t *mass_hodge, const double inv_dtcur, cs_equation_builder_t *eqb, cs_cell_builder_t *cb, cs_cell_sys_t *csys) | 
| Apply the time scheme for a CDO vertex-based scheme.  More... | |
Structures for building an algebraic CDO vertex-based system for unsteady convection-diffusion-reaction equations with source terms.
| typedef void() cs_cdovb_reaction_t(const cs_equation_param_t *eqp, const cs_cell_mesh_t *cm, const cs_hodge_t *mass_hodge, const cs_equation_builder_t *eqb, cs_cell_builder_t *cb, cs_cell_sys_t *csys) | 
Add the reaction term for a CDO vertex-based scheme.
| [in] | eqp | pointer to a cs_equation_param_t structure | 
| [in] | cm | pointer to a cs_cell_mesh_t structure | 
| [in] | mass_hodge | pointer to a Hodge structure or NULL if useless | 
| [in,out] | eqb | pointer to the equation builder structure | 
| [in,out] | cb | pointer to a cs_cell_builder_t structure | 
| [in,out] | csys | pointer to a cs_cell_sys_t structure | 
| typedef void() cs_cdovb_time_t(const cs_equation_param_t *eqp, const cs_cell_mesh_t *cm, const cs_hodge_t *mass_hodge, const double inv_dtcur, cs_equation_builder_t *eqb, cs_cell_builder_t *cb, cs_cell_sys_t *csys) | 
Apply the time scheme for a CDO vertex-based scheme.
| [in] | eqp | pointer to a cs_equation_param_t structure | 
| [in] | cm | pointer to a cs_cell_mesh_t structure | 
| [in] | mass_hodge | pointer to a Hodge structure or NULL if useless | 
| [in] | inv_dtcur | value of 1./dt for the current time step | 
| [in,out] | eqb | pointer to the equation builder structure | 
| [in,out] | cb | pointer to a cs_cell_builder_t structure | 
| [in,out] | csys | pointer to a cs_cell_sys_t structure |