Home
last modified time | relevance | path

Searched refs:outflag (Results 1 – 25 of 67) sorted by relevance

123

/dports/science/frontistr/FrontISTR-c66bdc397de319ca59a0565b3f3b1a3b33f0c50c/fistr1/src/analysis/heat/
H A Dheat_io.f9089 subroutine heat_output_result(hecMESH, fstrHEAT, tstep, ctime, outflag) argument
98 logical, intent(in) :: outflag !< if true, result will be output regardless of istep local
104 if(IRESULT == 1 .and. (mod(tstep, IRRES) == 0 .or. outflag))then
119 subroutine heat_output_visual(hecMESH, fstrRESULT, fstrHEAT, tstep, ctime, outflag) argument
128 logical, intent(in) :: outflag !< if true, result will be output regardless of istep local
130 if(IVISUAL == 1 .and. (mod(tstep, IWRES) == 0 .or. outflag))then
156 subroutine heat_output_restart(hecMESH, fstrHEAT, istep, tstep, current_time, outflag) argument
166 logical, intent(in) :: outflag !< if true, result will be output regardless of istep local
169 if(0 < fstrHEAT%restart_nout .and. (mod(tstep, fstrHEAT%restart_nout) == 0 .or. outflag))then
H A Dheat_solve_TRAN.f9031 logical :: is_end, outflag local
88outflag = is_end .or. is_at_timepoints(total_time, 0.0d0, fstrPARAM%timepoints(fstrHEAT%timepoint_…
90 outflag = is_end
142 call heat_output_result(hecMESH, fstrHEAT, total_step, total_time, outflag)
143 call heat_output_visual(hecMESH, fstrRESULT, fstrHEAT, total_step, total_time, outflag)
/dports/graphics/gnash/gnash-2b3bdede0305c4fc3ad21a0a4197330606c9b880/cygnal/
H A Dproc.cpp87 Proc::startCGI(const string &filespec, bool outflag) in startCGI() argument
90 return startCGI(filespec, outflag, 0); in startCGI()
94 Proc::startCGI(const string &filespec, bool outflag, std::uint16_t port) in startCGI() argument
101 _output[filespec] = outflag; in startCGI()
168 if (outflag == false) { in startCGI()
220 Proc::setOutput(const string &filespec, bool outflag) in setOutput() argument
224 _output[filespec] = outflag; in setOutput()
H A Dproc.h41 bool setOutput (const std::string &output, bool outflag);
/dports/science/sparta/sparta-20Oct2021/src/
H A Dfix_grid_check.cpp47 if (strcmp(arg[3],"error") == 0) outflag = ERROR; in FixGridCheck()
48 else if (strcmp(arg[3],"warn") == 0) outflag = WARNING; in FixGridCheck()
49 else if (strcmp(arg[3],"silent") == 0) outflag = SILENT; in FixGridCheck()
143 if (outflag == ERROR) { in end_of_step()
162 if (outflag == ERROR) { in end_of_step()
181 if (outflag == ERROR) { in end_of_step()
196 if (outflag == ERROR) { in end_of_step()
210 if (outflag == ERROR) { in end_of_step()
236 if (outflag == ERROR) { in end_of_step()
339 if (outflag == ERROR) { in end_of_step()
[all …]
H A Dgrid_surf.cpp224 if (outflag) { in surf2grid_cell_algorithm()
306 if (outflag) { in surf2grid_cell_algorithm()
440 if (outflag) { in surf2grid_surf_algorithm()
520 if (outflag) { in surf2grid_surf_algorithm()
575 if (outflag) { in surf2grid_surf_algorithm()
684 if (outflag) { in surf2grid_surf_algorithm()
768 if (outflag) { in surf2grid_surf_algorithm()
966 if (outflag) { in surf2grid_surf_algorithm()
998 if (outflag) { in surf2grid_split()
1107 if (outflag) { in surf2grid_split()
[all …]
H A Dbalance_grid.h31 void command(int, char **, int outflag=1);
H A Dfix_grid_check.h39 int ntotal,outflag;
H A Dgrid.h258 void surf2grid(int, int outflag=1);
259 void surf2grid_implicit(int, int outflag=1);
/dports/biology/fastdnaml/fastDNAml_1.2.2/scripts/
H A Dout.PID5 outflag="-o"
13 elif test $1 = $outflag; then out=$2; shift; shift
24 or $comm $outflag outfile program [program_args]
H A DfastDNAml_boot7 outflag="-out"
30 elif test $1 = $outflag; then saveOut=1; shift
88 if test $saveOut -eq 0; then outflag=""; fi
185 $0 $bootflag $remaining $maxflag $jumbles $cleanflag $outflag $niceflag $nice "$@" &
/dports/net-p2p/c-lightning/lightning-0.10.2/ccan/tools/configurator/
H A Dconfigurator.c645 static char *connect_args(const char *argv[], const char *outflag, in connect_args() argument
650 size_t len = strlen(outflag) + strlen(files) + 1; in connect_args()
660 if (argv[i+1] || *outflag) in connect_args()
663 strcpy(ret + len, outflag); in connect_args()
664 len += strlen(outflag); in connect_args()
962 const char *outflag = DEFAULT_OUTPUT_EXE_FLAG; in main() local
986 outflag = argv[1] + 2; in main()
987 if (!*outflag) { in main()
1049 cmd = connect_args(argv, outflag, OUTPUT_FILE " " INPUT_FILE); in main()
1103 fprintf(outf, "#define CCAN_OUTPUT_EXE_CFLAG \"%s\"\n\n", outflag); in main()
/dports/science/lammps/lammps-stable_29Sep2021/lib/gpu/
H A DInstall.py72 outflag = 0 variable
94 outflag = 1 variable
147 if outflag:
/dports/math/snns/SNNSv4.3/xgui/sources/
H A Dd3_units.c82 Boolean activflag, initflag, outflag, biasflag; in d3_setUnitMode() local
87 activflag = initflag = outflag = biasflag = FALSE; in d3_setUnitMode()
95 case output_on : outflag = TRUE; in d3_setUnitMode()
110 ui_xSetToggleState (output, outflag); in d3_setUnitMode()
/dports/math/octave-forge-symbolic/symbolic-2.9.0/inst/@sym/private/
H A Dcodegen.m19 function [outflag,output] = codegen(varargin)
36 outflag = -1; variable
74 outflag = 2; variable
87 outflag = 0; variable
115 outflag = 1; variable
/dports/science/frontistr/FrontISTR-c66bdc397de319ca59a0565b3f3b1a3b33f0c50c/fistr1/src/analysis/static/
H A Dstatic_output.f9012 subroutine fstr_static_Output( cstep, istep, time, hecMESH, fstrSOLID, fstrPARAM, flag, outflag ) argument
26 …logical, intent(in) :: outflag !< if true, result will be output regardless … local
57 (mod(istep,fstrSOLID%output_ctrl(3)%freqency)==0 .or. outflag) ) then
64 (mod(istep,fstrSOLID%output_ctrl(3)%freqency)==0 .or. outflag) ) then
70 (mod(istep,fstrSOLID%output_ctrl(4)%freqency)==0 .or. outflag) ) then
82 if( (mod(istep,fstrSOLID%output_ctrl(1)%freqency)==0 .or. outflag) ) then
88 (mod(istep,fstrSOLID%output_ctrl(2)%freqency)==0 .or. outflag) ) then
/dports/science/sparta/sparta-20Oct2021/src/KOKKOS/
H A Dfix_grid_check_kokkos.cpp167 if (outflag == WARNING) { in end_of_step()
177 if (outflag == ERROR && nflag) { in end_of_step()
/dports/math/trlan/trlan-201009/SRC/
H A Dtrl_comm_none.f90135 Integer :: outflag local
137 outflag = inflag
H A Dtrl_comm_mpi.f90193 Integer :: outflag, ierr local
196 Call MPI_Allreduce(inflag, outflag, 1, MPI_INTEGER, MPI_MIN, mpicom,&
/dports/science/lammps/lammps-stable_29Sep2021/src/
H A Dcompute_temp_profile.cpp104 outflag = TENSOR; in ComputeTempProfile()
110 if (strcmp(arg[iarg+1],"tensor") == 0) outflag = TENSOR; in ComputeTempProfile()
111 else if (strcmp(arg[iarg+1],"bin") == 0) outflag = BIN; in ComputeTempProfile()
125 if (outflag == TENSOR) { in ComputeTempProfile()
150 if (outflag == TENSOR) delete [] vector; in ~ComputeTempProfile()
H A Dcompute_temp_profile.h46 int xflag, yflag, zflag, ncount, outflag;
H A Dbalance.h33 int outflag; // 1 for output of balance results to file variable
/dports/math/topaz/topaz-3.41/topaz/
H A Dtpv2ps.cc864 bool outflag = false; in main() local
890 outflag = true; in main()
976 if (outflag) in main()
991 if (outflag) in main()
/dports/games/pvpgn/pvpgn-1.8.5/src/d2dbs/
H A Dd2ladder.c259 int outflag; in d2ladder_update_info_and_pos() local
267 outflag=0; in d2ladder_update_info_and_pos()
273 outflag = 1; in d2ladder_update_info_and_pos()
275 if ((oldpos == (signed)d2ladder->len -1) && outflag) { in d2ladder_update_info_and_pos()
278 if (newpos > oldpos && !outflag ) newpos--; in d2ladder_update_info_and_pos()
/dports/science/lammps/lammps-stable_29Sep2021/src/EXTRA-FIX/
H A Dfix_ttm_grid.cpp80 outflag = 0; in post_constructor()
181 outflag = 0; in end_of_step()
635 if (outflag == 0) { in compute_vector()
654 outflag = 1; in compute_vector()

123