Home
last modified time | relevance | path

Searched refs:handle (Results 1 – 16 of 16) sorted by relevance

/phasta/phSolver/common/test/
H A DphIOwrite.f9 type(c_ptr), dimension(2) :: handle variable
33 call syncio_setup_write(nfiles, one, ppf, handle(1))
35 call posixio_setup(handle(2), c_char_"w"//c_null_char)
41 call phio_openfile(fname(i), handle(i))
42 call phio_writeheader(handle(i), phrase, c_loc(fish), one, one,
44 call phio_writedatablock(handle(i), phrase, c_loc(fishweight(i)),
46 call phio_closefile(handle(i))
49 call syncio_setup_read(nfiles, handle(1))
50 call posixio_setup(handle(2), c_char_"r"//c_null_char)
52 call phio_openfile(fname(i), handle(i))
[all …]
H A DphIOread.f14 type(c_ptr), dimension(2) :: handle variable
38 call syncio_setup_read(nfiles, handle(1))
39 call posixio_setup(handle(2), c_char_"r"//c_null_char)
43 call phio_openfile(fname(i), handle(i))
44 call phio_readheader(handle(i), phrase, c_loc(numpts),
48 call phio_readdatablock(handle(i), phrase,
50 call phio_closefile(handle(i))
/phasta/phSolver/common/
H A DphIO.f5 subroutine phio_openfile(fname, handle)
9 type(c_ptr), value :: handle
13 subroutine phio_closefile(handle)
16 type(c_ptr), value :: handle
20 subroutine phio_readheader(handle, phrase, vals, nvals,
24 type(c_ptr), value :: handle
33 subroutine phio_writeheader(handle, phrase, vals, nitems, ndata,
37 type(c_ptr), value :: handle
47 subroutine phio_readdatablock(handle, phrase, vals, nvals,
51 type(c_ptr), value :: handle
[all …]
H A Dd2wall.c47 phio_fp handle; in read_d2wall() local
55 streamio_setup_read(&handle, streamio_get_gr()); in read_d2wall()
57 posixio_setup(&handle, 'r'); in read_d2wall()
59 syncio_setup_read(outpar.nsynciofiles, &handle); in read_d2wall()
60 phio_constructName(handle,"restart",filename); in read_d2wall()
63 phio_openfile(filename, handle); in read_d2wall()
68 phio_readheader(handle, "dwal", (void*)iarray, &nitems, "double", phasta_iotype); in read_d2wall()
76 phio_readdatablock(handle, "dwal", (void*)(array1), &isize, "double", phasta_iotype ); in read_d2wall()
85 phio_closefile(handle); in read_d2wall()
H A Dsyncio.f4 subroutine syncio_setup_read(nfiles, handle)
8 type(c_ptr) :: handle local
10 subroutine syncio_setup_write(nfiles, nfields, nppf, handle)
16 type(c_ptr) :: handle local
H A Dstreamio.f8 subroutine streamio_setup_read(handle, stream)
11 type(c_ptr) :: handle
16 subroutine streamio_setup_write(handle, stream)
19 type(c_ptr) :: handle local
H A Dposixio.f3 subroutine posixio_setup(handle, mode)
6 type(c_ptr) :: handle local
H A Dreadnblk.f65 type(c_ptr) :: handle local
H A Dcommon.h100 c since we need to be able to handle/ignore surfaces with no srfID attached
/phasta/M2N/
H A DM2N_input.dat12 By default, this script reduces the solution field but it can also handle others fields such as men…
/phasta/AcuStat/
H A DAcuStat_input.dat14 This script can also handle additional fiels. In summary, it writes the following fields:
/phasta/converterIO/
H A DREADME.md9 …nd 1 restart file per mesh part, whereas SyncIO relies on MPI-IO and can handle several parts per …
/phasta/AcuStat/include/
H A DcommonAcuStat.h89 c since we need to be able to handle/ignore surfaces with no srfID attached
/phasta/M2N/include/
H A DcommonM2N.h89 c since we need to be able to handle/ignore surfaces with no srfID attached
/phasta/M2NFixBnd/include/
H A DcommonM2NFixBnd.h89 c since we need to be able to handle/ignore surfaces with no srfID attached
/phasta/phSolver/
H A DCHANGES685 commu can now handle multiple communications per processor boundary