Home
last modified time | relevance | path

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

/phasta/phSolver/compressible/
H A Delmgmr.f508 if(lhs.eq.1 .and. iLHScond >= 1) then
524 if(lhs == 1 .and. iLHScond > 0) then
H A De3b.f232 if(iLHScond > 0) then !compute contributions to the LHS matrix
H A De3bvar.f300 if(iLHScond > 0) then
/phasta/phSolver/common/
H A Dcommon_c.h391 int iLHScond; member
H A Dcommon.h189 & istretchOutlet, iremoveStabTimeTerm, iLHScond
H A Dinput_fform.cc679 genpar.iLHScond = inp.GetValue("LHS BC heat flux enable"); in input_fform()