![]() |
programmer's documentation
|
#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 |
cs_domain_boundary_t * | boundary_def |
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 |
bool | only_steady |
bool | force_advfield_update |
cs_flag_t | scheme_flag |
int | output_nt |
int | verbosity |
bool | profiling |
cs_timer_counter_t | tcp |
cs_timer_counter_t | tcs |
cs_domain_boundary_t* boundary_def |
cs_cdo_quantities_t* cdo_quantities |
cs_cdo_connect_t* connect |
double dt_cur |
bool force_advfield_update |
bool is_last_iter |
const cs_mesh_t* mesh |
const cs_mesh_quantities_t* mesh_quantities |
bool only_steady |
int output_nt |
bool profiling |
cs_flag_t scheme_flag |
cs_time_step_options_t time_options |
cs_time_step_t* time_step |
cs_xdef_t* time_step_def |
int verbosity |