Home
last modified time | relevance | path

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

/dports/science/code_saturne/code_saturne-7.1.0/src/base/
H A Dcs_time_step.c266 .cflmmx = 0.99,
299 double **cflmmx,
373 double **cflmmx, in cs_f_time_step_options_get_pointers() argument
383 *cflmmx = &(_time_step_options.cflmmx); in cs_f_time_step_options_get_pointers()
H A Dcs_time_step.h103 double cflmmx; /* Maximum Courant number for the continuity equation member
H A Doptcal.f90402 real(c_double), pointer, save :: cflmmx variable
1265 coumax, cflmmx, &
1271 type(c_ptr), intent(out) :: iptlro, idtvar, coumax, cflmmx local
1546 call c_f_pointer(c_cflmmx, cflmmx)
H A Ddttvar.f90456 dam(iel) = cflmmx/max( wcf(iel), epzero)
/dports/science/code_saturne/code_saturne-7.1.0/src/cdo/
H A Dcs_domain.c204 domain->time_options.cflmmx = 0.99; in cs_domain_create()