|
programmer's documentation
|
Structure storing the main features of the computational domain and pointers to the main geometrical structures. More...
#include <cs_domain.h>

Data Fields | |
| const cs_mesh_t * | mesh |
| const cs_mesh_quantities_t * | mesh_quantities |
| cs_cdo_connect_t * | connect |
| cs_cdo_quantities_t * | cdo_quantities |
| bool | only_steady |
| bool | is_last_iter |
| double | dt_cur |
| cs_xdef_t * | time_step_def |
| cs_time_step_t * | time_step |
| cs_time_step_options_t | time_options |
| int | output_nt |
| int | restart_nt |
| int | verbosity |
| cs_domain_cdo_context_t * | cdo_context |
| cs_timer_counter_t | tcp |
| cs_timer_counter_t | tcs |
Structure storing the main features of the computational domain and pointers to the main geometrical structures.
| cs_domain_cdo_context_t* cdo_context |
| cs_cdo_quantities_t* cdo_quantities |
| cs_cdo_connect_t* connect |
| double dt_cur |
| bool is_last_iter |
| const cs_mesh_t* mesh |
| const cs_mesh_quantities_t* mesh_quantities |
| bool only_steady |
| int output_nt |
| int restart_nt |
| cs_time_step_options_t time_options |
| cs_time_step_t* time_step |
| cs_xdef_t* time_step_def |
| int verbosity |
1.8.13