Home
last modified time | relevance | path

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

/phasta/phSolver/common/
H A Dnew_interface.c291 phio_writedatablock(f_descriptor, magic_name, (void*)&magic_number, in Write_Restart()
305 phio_writedatablock(f_descriptor, "solution", (void*)(array1), in Write_Restart()
318 phio_writedatablock(f_descriptor, "time derivative of solution", in Write_Restart()
369 phio_writedatablock(f_descriptor, "errors", (void*)array1, &isize, in Write_Error()
434 phio_writedatablock(f_descriptor, fieldlabel, array, &isize, in Write_Field()
527 phio_writedatablock(f_descriptor, fieldlabel, array, &isize, in Write_PhAvg2()
H A DphIO.h34 void phio_writedatablock(
H A DphIO.cc81 void phio_writedatablock( in phio_writedatablock() function
H A DphIO.f60 subroutine phio_writedatablock(handle, phrase, vals, nvals,
/phasta/phSolver/common/test/
H A DphIOwrite.cc36 phio_writedatablock(file[i], phrase, &(fishWeight[i]), &one, type, iotype); in main()
H A DphIOwriteReadZeroSz.cc45 phio_writedatablock(file[i], phrase, &fishWeight, &zero, type, iotype); in main()
H A DphIOwriteFields.cc53 phio_writedatablock(file[i], str, blockArray, &blockEntries, type, iotype); in main()
H A DphIOwrite.f44 call phio_writedatablock(handle(i), phrase, c_loc(fishweight(i)),