Lines Matching refs:irstou

44     int irstou;  in Write_M2NFixBnd()  local
183 int irstou; in Write_M2NFixBnd_SolOnly() local
273 int irstou; in Write_Restart() local
381 int irstou; in Write_Error() local
454 int irstou; in Write_Displ() local
463 openfile(rfile,"append", &irstou); in Write_Displ()
470 writeheader( &irstou, "displacement", (void*)iarray, &nitems, &isize, "double", phasta_iotype ); in Write_Displ()
471 writedatablock( &irstou, "displacement", (void*)(array1), &isize, "double", phasta_iotype ); in Write_Displ()
473 closefile( &irstou, "append" ); in Write_Displ()
493 int irstou; in Write_Field() local
612 int irstou; in Write_PhAvg() local
628 openfile(rfile, fmode, &irstou); in Write_PhAvg()
639 writestring( &irstou,"# PHASTA Input File Version 2.0\n"); in Write_PhAvg()
640 writestring( &irstou, in Write_PhAvg()
646 writestring( &irstou, fname ); in Write_PhAvg()
650 writestring( &irstou,"# This result was produced on: "); in Write_PhAvg()
651 writestring( &irstou, fname ); in Write_PhAvg()
652 writestring( &irstou,"\n"); in Write_PhAvg()
656 writestring( &irstou, fname ); in Write_PhAvg()
661 writeheader( &irstou, "byteorder magic number ", in Write_PhAvg()
663 writedatablock( &irstou, "byteorder magic number ", in Write_PhAvg()
672 writeheader( &irstou, fieldlabel, (void*)iarray, &nitems, &isize, datatype, phasta_iotype ); in Write_PhAvg()
673 writedatablock( &irstou, fieldlabel, array, &isize, datatype, phasta_iotype ); in Write_PhAvg()
675 closefile( &irstou, fmode); in Write_PhAvg()
724 int irstou; in Write_PhAvg2() local