|
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 * | boundaries |
| double | dt_cur |
| cs_param_def_type_t | time_step_def_type |
| cs_def_t | time_step_def |
| cs_time_step_t * | time_step |
| cs_time_step_options_t | time_options |
| int | n_properties |
| cs_property_t ** | properties |
| int | n_adv_fields |
| cs_adv_field_t ** | adv_fields |
| int | n_equations |
| int | n_predef_equations |
| int | n_user_equations |
| cs_equation_t ** | equations |
| bool | only_steady |
| int | richards_eq_id |
| int | wall_distance_eq_id |
| cs_groundwater_t * | gw |
| int | output_freq |
| cs_adv_field_t** adv_fields |
| cs_domain_boundary_t* boundaries |
| cs_cdo_quantities_t* cdo_quantities |
| cs_cdo_connect_t* connect |
| double dt_cur |
| cs_equation_t** equations |
| cs_groundwater_t* gw |
| const cs_mesh_t* mesh |
| const cs_mesh_quantities_t* mesh_quantities |
| int n_adv_fields |
| int n_equations |
| int n_predef_equations |
| int n_properties |
| int n_user_equations |
| bool only_steady |
| int output_freq |
| cs_property_t** properties |
| int richards_eq_id |
| cs_time_step_options_t time_options |
| cs_time_step_t* time_step |
| cs_def_t time_step_def |
| cs_param_def_type_t time_step_def_type |
| int wall_distance_eq_id |
1.8.9.1