Home
last modified time | relevance | path

Searched refs:vals (Results 1 – 3 of 3) sorted by relevance

/phasta/phSolver/common/
H A DphIO.f20 subroutine phio_readheader(handle, phrase, vals, nvals,
26 type(c_ptr), value :: vals
33 subroutine phio_writeheader(handle, phrase, vals, nitems, ndata,
39 type(c_ptr), value :: vals
47 subroutine phio_readdatablock(handle, phrase, vals, nvals,
53 type(c_ptr), value :: vals
60 subroutine phio_writedatablock(handle, phrase, vals, nvals,
66 type(c_ptr), value :: vals
/phasta/phSolver/common/test/
H A DphIOposixMultiTopo.cc26 int* vals = (int*) calloc(size,sizeof(int)); in main() local
27 phio_readdatablock(file,"connectivity interior",vals,&size,"integer",iotype); in main()
28 free(vals); in main()
/phasta/phastaIO/
H A DphastaIO.cc1836 const int* vals = (int*) valueArray; in writeDataBlock() local
1838 fprintf(f,"%d\n",vals[n]); in writeDataBlock()
1840 const double* vals = (double*) valueArray; in writeDataBlock() local
1842 fprintf(f,"%f\n",vals[n]); in writeDataBlock()