Home
last modified time | relevance | path

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

/phasta/phSolver/common/
H A Dreadnblk.f102 if( input_mode .eq. -1 ) then
104 else if( input_mode .eq. 0 ) then
106 else if( input_mode .ge. 1 ) then
286 if( input_mode .eq. -1 ) then
288 else if( input_mode .eq. 0 ) then
290 else if( input_mode .ge. 1 ) then
380 if( input_mode .eq. -1 ) then
382 else if( input_mode .eq. 0 ) then
384 else if( input_mode .ge. 1 ) then
474 if( input_mode .eq. -1 ) then
[all …]
H A Dd2wall.c54 if( outpar.input_mode == -1 ) in read_d2wall()
56 else if( outpar.input_mode == 0 ) in read_d2wall()
58 else if( outpar.input_mode > 0 ) in read_d2wall()
H A Dgenbkb.f63 if(input_mode.ge.1)then
86 if(input_mode.ge.1)then
120 if(input_mode.ge.1)then
135 if(input_mode.ge.1)then
H A Dphasta.cc139 outpar.input_mode = 0; //FIXME magic value for posix in phasta()
146 outpar.input_mode = -1; //FIXME magic value for streams in phasta()
160 outpar.input_mode = -1; //FIXME magic value for streams in phasta()
286 outpar.input_mode = outpar.nsynciofiles; //FIXME this is awful in phasta()
H A Dgenblk.f56 if(input_mode.ge.1) then
82 if(input_mode.ge.1) then
H A Dcommon.h230 integer input_mode, output_mode
237 & input_mode, output_mode
H A Dcommon_c.h496 int input_mode; //FIXME -1:streams, 0:posix, >0:syncio member
/phasta/phSolver/incompressible/
H A Dusr.c333 if( outpar.input_mode == -1 )
335 else if( outpar.input_mode == 0 )
337 else if( outpar.input_mode > 0 )