Home
last modified time | relevance | path

Searched refs:tn_bc (Results 1 – 5 of 5) sorted by relevance

/dports/science/code_saturne/code_saturne-7.1.0/src/gui/
H A Dcs_gui_mobile_mesh.c593 cs_tree_node_t *tn_bc = cs_tree_node_get_child(tn_bndy->parent, nat_bndy);
594 tn_bc = cs_tree_node_get_sibling_with_tag(tn_bc, "label", label);
615 _uialcl_fixed_displacement(tn_bc,
621 _uialcl_fixed_velocity(tn_bc, *iuma, *ivma, *iwma, *ivimpo,
753 cs_tree_node_t *tn_bc = cs_tree_node_get_child(tn_bndy->parent, nat_bndy);
754 tn_bc = cs_tree_node_get_sibling_with_tag(tn_bc, "label", label);
756 cs_tree_node_t *tn_ic = cs_tree_get_node(tn_bc, "ale");
H A Dcs_gui_boundary_conditions.c381 _inlet_turbulence(cs_tree_node_t *tn_bc, in _inlet_turbulence() argument
421 _boundary_scalar(cs_tree_node_t *tn_bc, in _boundary_scalar() argument
784 _outlet_compressible(cs_tree_node_t *tn_bc, in _outlet_compressible() argument
825 _boundary_darcy(cs_tree_node_t *tn_bc, in _boundary_darcy() argument
1764 tn_bc = _get_zone_bc_node(tn_bc, izone);
2122 tn_bc = _get_zone_bc_node(tn_bc, izone);
2473 tn_bc = _get_zone_bc_node(tn_bc, izone);
2662 cs_tree_node_t *tn_bc = NULL; local
2665 for (tn_bc = tn_b1; tn_bc != NULL; tn_bc = tn_bc->next) {
2679 if (tn_bc == NULL)
[all …]
H A Dcs_gui_particles.c522 for (cs_tree_node_t *tn_bc = cs_tree_node_get_child(tn0, "boundary"); in cs_gui_particles_bcs() local
523 tn_bc != NULL; in cs_gui_particles_bcs()
524 tn_bc = cs_tree_node_get_next_of_name(tn_bc), zone_id++) { in cs_gui_particles_bcs()
526 const char *label = cs_tree_node_get_tag(tn_bc, "label"); in cs_gui_particles_bcs()
527 const char *nature = cs_tree_node_get_tag(tn_bc, "nature"); in cs_gui_particles_bcs()
H A Dcs_gui_radiative_transfer.c195 _radiative_boundary_type(cs_tree_node_t *tn_bc) in _radiative_boundary_type() argument
199 const char *type = cs_tree_node_get_child_value_str(tn_bc, "choice"); in _radiative_boundary_type()
H A Dcs_gui.c4826 cs_tree_node_t *tn_bc = cs_tree_get_node(cs_glob_tree, in cs_gui_zones() local
4830 for (cs_tree_node_t *tn = cs_tree_node_get_child(tn_bc, "boundary"); in cs_gui_zones()