Home
last modified time | relevance | path

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

/phasta/phSolver/incompressible/
H A De3dc.f537 if (idcsclr(1) .eq. 1) then
552 if (idcsclr(1) .eq. 2) then
560 if (idcsclr(1) .eq. 3) then
H A De3.f250 if (idcsclr(1) .ne. 0) then
251 if ((idcsclr(2).eq.1 .and. isclr.eq.1) .or.
252 & (idcsclr(2).eq.2 .and. isclr.eq.2)) then ! scalar with dc
H A De3res.f317 if (idcsclr(1) .ne. 0) then
318 if ((idcsclr(2).eq.1 .and. isclr.eq.1) .or.
319 & (idcsclr(2).eq.2 .and. isclr.eq.2)) then ! scalar with dc
H A De3lhs.f340 if (idcsclr(1) .ne. 0) then
341 if ((idcsclr(2).eq.1 .and. isclr.eq.1) .or.
342 & (idcsclr(2).eq.2 .and. isclr.eq.2)) then ! scalar with dc
H A De3stab.f559 if(idcsclr(1) .ne. 0) then
560 if ((idcsclr(2).eq.1 .and. isclr.eq.1) .or.
561 & (idcsclr(2).eq.2 .and. isclr.eq.2)) then ! scalar with dc
/phasta/phSolver/compressible/
H A De3.f504 if (idcsclr(1) .ne. 0) then
505 if ((idcsclr(2).eq.1 .and. isclr.eq.1) .or.
506 & (idcsclr(2).eq.2 .and. isclr.eq.2)) then ! scalar with dc
/phasta/AcuStat/include/
H A DcommonAcuStat_c.h452 int idcsclr[2]; member
H A DcommonAcuStat.h206 & iconvflow, iconvsclr, idcsclr(2)
/phasta/M2N/include/
H A DcommonM2N_c.h453 int idcsclr[2]; member
H A DcommonM2N.h207 & iconvflow, iconvsclr, idcsclr(2)
/phasta/M2NFixBnd/include/
H A DcommonM2NFixBnd_c.h452 int idcsclr[2]; member
H A DcommonM2NFixBnd.h206 & iconvflow, iconvsclr, idcsclr(2)
/phasta/phSolver/common/
H A Dcommon_c.h531 int idcsclr[2]; member
H A Dinput.config243 Scalar Discontinuity Capturing: 0 0 #Sets idcsclr to [0 0], no DC
245 # idcsclr(1)--> Type of DC (see flow), idcsclr(2)---> on which scalar DC acting
H A Dcommon.h248 & iconvflow, iconvsclr, idcsclr(2)
H A Dinput_fform.cc695 for(i=0; i< 2; i++) solpar.idcsclr[i] = ivec[i]; in input_fform()