#include "cs_cdo_advection.h"
#include "cs_equation_bc.h"
#include "cs_equation_builder.h"
#include "cs_hodge.h"
Go to the source code of this file.
Data Structures | |
struct | cs_cdofb_vecteq_t |
Functions | |
void | cs_cdofb_set_advection_function (const cs_equation_param_t *eqp, cs_equation_builder_t *eqb, cs_cdofb_priv_t *eqc) |
Set the advection-related parameters in the context structure of CDO face-based schemes. More... | |
void cs_cdofb_set_advection_function | ( | const cs_equation_param_t * | eqp, |
cs_equation_builder_t * | eqb, | ||
cs_cdofb_priv_t * | eqc | ||
) |
Set the advection-related parameters in the context structure of CDO face-based schemes.
[in] | eqp | pointer to a cs_equation_param_t structure |
[in,out] | eqb | pointer to a cs_equation_builder_t structure |
[in,out] | eqc | pointer to a cs_cdofb_priv_t structure |
DOXYGEN_SHOULD_SKIP_THIS
[in] | eqp | pointer to a cs_equation_param_t structure |
[in,out] | eqb | pointer to a cs_equation_builder_t structure |
[in,out] | eqc | pointer to a cs_cdofb_priv_t structure |