My Project
programmer's documentation
|
Go to the source code of this file.
Functions | |
void | cs_cdo_initialize_setup (cs_domain_t *domain) |
Initialize the computational domain when CDO/HHO schemes are activated and cs_user_model() has been called. More... | |
void | cs_cdo_initialize_structures (cs_domain_t *domain, cs_mesh_t *m, cs_mesh_quantities_t *mq) |
Define the structures related to the computational domain when CDO/HHO schemes are activated. More... | |
void | cs_cdo_finalize (cs_domain_t *domain) |
Free all structures allocated during the resolution of CDO/HHO schemes. More... | |
void | cs_cdo_main (cs_domain_t *domain) |
Main program for running a simulation with the CDO kernel. More... | |
void cs_cdo_finalize | ( | cs_domain_t * | domain | ) |
Free all structures allocated during the resolution of CDO/HHO schemes.
[in,out] | domain | pointer to a cs_domain_t structure |
void cs_cdo_initialize_setup | ( | cs_domain_t * | domain | ) |
Initialize the computational domain when CDO/HHO schemes are activated and cs_user_model() has been called.
[in,out] | domain | pointer to a cs_domain_t structure |
void cs_cdo_initialize_structures | ( | cs_domain_t * | domain, |
cs_mesh_t * | m, | ||
cs_mesh_quantities_t * | mq | ||
) |
Define the structures related to the computational domain when CDO/HHO schemes are activated.
[in,out] | domain | pointer to a cs_domain_t structure |
[in,out] | m | pointer to a cs_mesh_t struct. |
[in] | mq | pointer to a cs_quantities_t struct. |
void cs_cdo_main | ( | cs_domain_t * | domain | ) |
Main program for running a simulation with the CDO kernel.
[in,out] | domain | pointer to a cs_domain_t structure |
Main program for running a simulation with the CDO kernel.
[in,out] | domain | pointer to a cs_domain_t structure |