Home
last modified time | relevance | path

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

/dports/science/nwchem/nwchem-7b21660b82ebd85ef659f6fba7e1e73433b0bd0a/src/util/
H A Dline_search.F18 double precision ls_hessian, ls_grad, ls_step, ls_step_max
116 ls_step = (step_low - step1) / 3d0
117 if ((step1 - step_low + ls_step)*g_low .gt. 0) then
123 ls_step = step_low - step1 - 0.1d0*g_low
152 ls_step = sign(step_neg_h,-gs1)
155 $ ls_step = ls_step*nstep_neg_h*2
157 else if ((ls_step+step1) .lt. 0.0) then
165 ls_step = -0.1d0*step1
166 else if (abs(ls_step).gt.ls_step_max) then
174 ls_step = sign(ls_step_max,ls_step)
[all …]
/dports/science/nwchem-data/nwchem-7.0.2-release/src/util/
H A Dline_search.F18 double precision ls_hessian, ls_grad, ls_step, ls_step_max
116 ls_step = (step_low - step1) / 3d0
117 if ((step1 - step_low + ls_step)*g_low .gt. 0) then
123 ls_step = step_low - step1 - 0.1d0*g_low
152 ls_step = sign(step_neg_h,-gs1)
155 $ ls_step = ls_step*nstep_neg_h*2
157 else if ((ls_step+step1) .lt. 0.0) then
165 ls_step = -0.1d0*step1
166 else if (abs(ls_step).gt.ls_step_max) then
174 ls_step = sign(ls_step_max,ls_step)
[all …]
/dports/games/flightgear/flightgear-2020.3.11/src/FDM/LaRCsim/
H A Dls_step.h8 void ls_step( SCALAR dt, int Initialize );
H A Dls_init.c303 ls_step(0.0, -1); in ls_init()
H A Dls_interface.c495 ls_step( dt, initialize ); in ls_loop()
H A Dls_step.c333 void ls_step( SCALAR dt, int Initialize ) { in ls_step() function
/dports/games/crrcsim/crrcsim-0.9.13/src/mod_fdm/eom01/
H A Deom01.h130 void ls_step( SCALAR dt);
H A Deom01.cpp147 void EOM01::ls_step( SCALAR dt ) in ls_step() function in EOM01
/dports/games/crrcsim/crrcsim-0.9.13/src/mod_fdm/fdm_mcopter01/
H A Dfdm_mcopter01.cpp112 ls_step( dt ); in update()
/dports/games/crrcsim/crrcsim-0.9.13/src/mod_fdm/fdm_heli01/
H A Dfdm_heli01.cpp115 ls_step( dt ); in update()
/dports/games/crrcsim/crrcsim-0.9.13/src/mod_fdm/fdm_larcsim/
H A Dfdm_larcsim.cpp146 ls_step(dt); in update()