| /phasta/phSolver/common/test/ |
| H A D | phIOwrite.f | 9 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 D | phIOread.f | 14 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 D | phIO.f | 5 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 D | d2wall.c | 47 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 D | syncio.f | 4 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 D | streamio.f | 8 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 D | posixio.f | 3 subroutine posixio_setup(handle, mode) 6 type(c_ptr) :: handle local
|
| H A D | readnblk.f | 65 type(c_ptr) :: handle local
|
| H A D | common.h | 100 c since we need to be able to handle/ignore surfaces with no srfID attached
|
| /phasta/M2N/ |
| H A D | M2N_input.dat | 12 By default, this script reduces the solution field but it can also handle others fields such as men…
|
| /phasta/AcuStat/ |
| H A D | AcuStat_input.dat | 14 This script can also handle additional fiels. In summary, it writes the following fields:
|
| /phasta/converterIO/ |
| H A D | README.md | 9 …nd 1 restart file per mesh part, whereas SyncIO relies on MPI-IO and can handle several parts per …
|
| /phasta/AcuStat/include/ |
| H A D | commonAcuStat.h | 89 c since we need to be able to handle/ignore surfaces with no srfID attached
|
| /phasta/M2N/include/ |
| H A D | commonM2N.h | 89 c since we need to be able to handle/ignore surfaces with no srfID attached
|
| /phasta/M2NFixBnd/include/ |
| H A D | commonM2NFixBnd.h | 89 c since we need to be able to handle/ignore surfaces with no srfID attached
|
| /phasta/phSolver/ |
| H A D | CHANGES | 685 commu can now handle multiple communications per processor boundary
|