My Project
programmer's documentation
|
Go to the source code of this file.
Functions | |
bool | cs_walldistance_is_activated (void) |
Test if the computation of the wall distance is activated. More... | |
void | cs_walldistance_activate (void) |
Activate the future computation of the wall distance. More... | |
void | cs_walldistance_setup (void) |
Setup the equation related to the wall distance. More... | |
void | cs_walldistance_finalize_setup (const cs_cdo_connect_t *connect, const cs_cdo_quantities_t *cdoq) |
Finalize the setup stage for the equation related to the wall distance. Only useful for Hamilton-Jacobi equation. More... | |
void | cs_walldistance_compute (const cs_mesh_t *mesh, const cs_time_step_t *time_step, const cs_cdo_connect_t *connect, const cs_cdo_quantities_t *cdoq) |
Compute the wall distance. More... | |
void cs_walldistance_activate | ( | void | ) |
Activate the future computation of the wall distance.
void cs_walldistance_compute | ( | const cs_mesh_t * | mesh, |
const cs_time_step_t * | time_step, | ||
const cs_cdo_connect_t * | connect, | ||
const cs_cdo_quantities_t * | cdoq | ||
) |
Compute the wall distance.
[in] | mesh | pointer to a cs_mesh_t structure |
[in] | time_step | pointer to a cs_time_step_t structure |
[in] | connect | pointer to a cs_cdo_connect_t structure |
[in] | cdoq | pointer to a cs_cdo_quantities_t structure |
void cs_walldistance_finalize_setup | ( | const cs_cdo_connect_t * | connect, |
const cs_cdo_quantities_t * | cdoq | ||
) |
Finalize the setup stage for the equation related to the wall distance. Only useful for Hamilton-Jacobi equation.
[in] | connect | pointer to a cs_cdo_connect_t structure |
[in] | cdoq | pointer to a cs_cdo_quantities_t structure |
bool cs_walldistance_is_activated | ( | void | ) |
Test if the computation of the wall distance is activated.
void cs_walldistance_setup | ( | void | ) |
Setup the equation related to the wall distance.