Home
last modified time | relevance | path

Searched refs:phio_readheader (Results 1 – 22 of 22) sorted by relevance

/phasta/phSolver/common/
H A Dreadnblk.f114 call phio_readheader(fhandle,c_char_'number of nodes' // char(0),
117 call phio_readheader(fhandle,c_char_'number of modes' // char(0),
120 call phio_readheader(fhandle,
124 call phio_readheader(fhandle,
128 call phio_readheader(fhandle,
132 call phio_readheader(fhandle,
136 call phio_readheader(fhandle,
140 call phio_readheader(fhandle,
144 call phio_readheader(fhandle,
179 call phio_readheader(fhandle,
[all …]
H A Dgenbkb.f46 call phio_readheader(fhandle,
69 call phio_readheader(fhandle, fname2 // char(0),
94 call phio_readheader(fhandle, fname2 // char(0),
126 call phio_readheader(fhandle, fname2 // char(0),
141 call phio_readheader(fhandle, fname2 // char(0),
H A DgenbkbSyncIO.f46 call phio_readheader(fhandle,
66 call phio_readheader(fhandle, fname2 // char(0),
88 call phio_readheader(fhandle, fname2 // char(0),
116 call phio_readheader(fhandle, fname2 // char(0),
127 call phio_readheader(fhandle, fname2 // char(0),
H A DgenblkSyncIO.f39 call phio_readheader(fhandle,
57 call phio_readheader(fhandle, fname2 // char(0),
82 call phio_readheader(fhandle, fname2 // char(0),
H A Dgenblk.f39 call phio_readheader(fhandle,
64 call phio_readheader(fhandle, fname2 // char(0),
91 call phio_readheader(fhandle, fname2 // char(0),
H A DgenbkbPosix.f47 call phio_readheader(fhandle, fname2 // char(0),
72 call phio_readheader(fhandle, fname2 // char(0),
82 call phio_readheader(fhandle, fname2 // char(0),
H A DphIO.h12 void phio_readheader(
H A Dd2wall.c68 phio_readheader(handle, "dwal", (void*)iarray, &nitems, "double", phasta_iotype); in read_d2wall()
H A DgenblkPosix.f42 call phio_readheader(fhandle, fname2 // char(0),
H A DphIO.cc44 void phio_readheader( in phio_readheader() function
H A DphIO.f20 subroutine phio_readheader(handle, phrase, vals, nvals,
/phasta/phSolver/common/test/
H A DphIOposixMultiTopo.cc22 phio_readheader(file, "connectivity interior", in main()
H A DphIOreadheader.cc31 phio_readheader(file[i], "number of nodes", &(numberOfNodes[i]), in main()
H A DphIOwrite.cc43 phio_readheader(file[i], phrase, &(numFish[i]), &one, type, iotype); in main()
H A DphIOreaddatablock.cc35 phio_readheader(file[i], phrase, numpts, &two, type, iotype); in main()
H A DphIOwriteReadZeroSz.cc56 phio_readheader(file[i], phrase, &numFish, &one, type, iotype); in main()
H A DphIOwriteFields.cc65 phio_readheader(file[i], phrase, &numFish, &one, type, iotype); in main()
H A DphIOwrite.f53 call phio_readheader(handle(i), phrase, c_loc(numFish(i)),
H A DphIOread.f44 call phio_readheader(handle(i), phrase, c_loc(numpts),
H A DphIOreadIlwork.cc65 phio_readheader(file, phrase, &len, &one, type, iotype); in main()
/phasta/phSolver/incompressible/
H A Dusr.c345 phio_readheader(fileHandle, "projection vectors", (void*)iarray,
379 phio_readheader(fileHandle, "pressure projection vectors", (void*)iarray,
/phasta/checkphasta/
H A Dcheckphasta.cpp154 phio_readheader(fp, "solution", (void*) iarray, &ithree, "integer", iformat); in read_solution()