Home
last modified time | relevance | path

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

/dports/science/code_saturne/code_saturne-7.1.0/src/cdo/
H A Dcs_gwf_soil.c98 static cs_gwf_soil_t **_soils = NULL; variable
241 return _soils[id]; in cs_gwf_soil_by_id()
264 cs_gwf_soil_t *s = _soils[i]; in cs_gwf_soil_by_name()
333 if (_soils == NULL) in cs_gwf_soil_check()
468 _soils[soil->id] = soil; in cs_gwf_soil_create()
544 assert(_soils != NULL); in cs_gwf_soil_free_all()
548 cs_gwf_soil_t *soil = _soils[i]; in cs_gwf_soil_free_all()
588 BFT_FREE(_soils); in cs_gwf_soil_free_all()
606 const cs_gwf_soil_t *soil = _soils[i]; in cs_gwf_soil_log_setup()
916 cs_gwf_soil_t *soil = _soils[i]; in cs_gwf_soil_saturated_set_properties()
[all …]