Home
last modified time | relevance | path

Searched refs:array (Results 1 – 20 of 20) sorted by relevance

/phasta/phastaIO/
H A DvtkPhastaReader.cxx376 void vtkPhastaReader::SwapArrayByteOrder_( void* array, in SwapArrayByteOrder_() argument
384 unsigned char* ucDst = (unsigned char*)array; in SwapArrayByteOrder_()
1101 int array[10]; in ReadGeomFile() local
1110 readheader(&geomfile,fieldName,array,&expect,"integer","binary"); in ReadGeomFile()
1113 num_nodes = array[0]; in ReadGeomFile()
1121 readheader(&geomfile,fieldName,array,&expect,"integer","binary"); in ReadGeomFile()
1130 num_elems = array[0]; in ReadGeomFile()
1131 num_cells = array[0]; in ReadGeomFile()
1139 readheader(&geomfile,fieldName,array,&expect,"integer","binary"); in ReadGeomFile()
1149 num_int_blocks = array[0]; in ReadGeomFile()
[all …]
H A DvtkPhastaReader.h119 static void SwapArrayByteOrder_( void* array,
H A DphastaIO.h61 SwapArrayByteOrder( void* array,
H A DphastaIO.cc1998 void SwapArrayByteOrder( void* array, int nbytes, int nItems ) in SwapArrayByteOrder() argument
2003 unsigned char* ucDst = (unsigned char*)array; in SwapArrayByteOrder()
/phasta/M2N/include/
H A Dnew_interfaceM2N.h51 void* array,
65 void* array,
98 void* array,
111 void* array,
H A DcommonM2N.h265 c mien (MAXBLK) : pointer to ien array
266 c mienb (MAXBLK) : pointer to ienb array
267 c miBCB (MAXBLK) : pointer to iBCB array
268 c mDt (MAXBLK) : pointer to Dt array
269 c mDC (MAXBLK) : pointer to DC array
270 c mBCB (MAXBLK) : pointer to BCB array
271 c mstiff (MAXBLK) : pointer to stiff array
284 c a(...) : the blank array used for front-end data storage
/phasta/phSolver/common/
H A Dnew_interface.h50 void* array,
61 void* array,
74 void* array,
H A Dcommon.h307 c mien (MAXBLK) : pointer to ien array
308 c mienb (MAXBLK) : pointer to ienb array
309 c miBCB (MAXBLK) : pointer to iBCB array
310 c mDt (MAXBLK) : pointer to Dt array
311 c mDC (MAXBLK) : pointer to DC array
312 c mBCB (MAXBLK) : pointer to BCB array
313 c mstiff (MAXBLK) : pointer to stiff array
H A Dnew_interface.c386 void* array, in Write_Field() argument
434 phio_writedatablock(f_descriptor, fieldlabel, array, &isize, in Write_Field()
454 void* array, in Write_PhAvg2() argument
527 phio_writedatablock(f_descriptor, fieldlabel, array, &isize, in Write_PhAvg2()
/phasta/M2NFixBnd/include/
H A Dnew_interfaceM2NFixBnd.h68 void* array,
81 void* array,
H A DcommonM2NFixBnd.h264 c mien (MAXBLK) : pointer to ien array
265 c mienb (MAXBLK) : pointer to ienb array
266 c miBCB (MAXBLK) : pointer to iBCB array
267 c mDt (MAXBLK) : pointer to Dt array
268 c mDC (MAXBLK) : pointer to DC array
269 c mBCB (MAXBLK) : pointer to BCB array
270 c mstiff (MAXBLK) : pointer to stiff array
283 c a(...) : the blank array used for front-end data storage
/phasta/AcuStat/include/
H A Dnew_interfaceAcuStat.h82 void* array,
95 void* array,
H A DcommonAcuStat.h264 c mien (MAXBLK) : pointer to ien array
265 c mienb (MAXBLK) : pointer to ienb array
266 c miBCB (MAXBLK) : pointer to iBCB array
267 c mDt (MAXBLK) : pointer to Dt array
268 c mDC (MAXBLK) : pointer to DC array
269 c mBCB (MAXBLK) : pointer to BCB array
270 c mstiff (MAXBLK) : pointer to stiff array
283 c a(...) : the blank array used for front-end data storage
/phasta/M2N/src/
H A Dnew_interface.c292 void* array, in Write_M2N_Field() argument
377 writedatablock( &f_descriptor, fieldtag_s, array, &isize, datatype, phasta_iotype ); in Write_M2N_Field()
401 void* array, in Write_M2N_PhAvg2() argument
505 writedatablock( &f_descriptor, fieldtag_s, array, &isize, "double", phasta_iotype ); in Write_M2N_PhAvg2()
739 void* array, in Write_Field() argument
835 writedatablock( &f_descriptor, fieldtag_s, array, &isize, datatype, phasta_iotype ); in Write_Field()
856 void* array, in Write_PhAvg() argument
931 writedatablock( &irstou, fieldlabel, array, &isize, datatype, phasta_iotype ); in Write_PhAvg()
945 void* array, in Write_PhAvg2() argument
1045 writedatablock( &f_descriptor, fieldtag_s, array, &isize, "double", phasta_iotype ); in Write_PhAvg2()
/phasta/M2NFixBnd/src/
H A Dnew_interface.c481 void* array, in Write_Field() argument
577 writedatablock( &f_descriptor, fieldtag_s, array, &isize, datatype, phasta_iotype ); in Write_Field()
598 void* array, in Write_PhAvg() argument
673 writedatablock( &irstou, fieldlabel, array, &isize, datatype, phasta_iotype ); in Write_PhAvg()
687 void* array, in Write_PhAvg2() argument
787 writedatablock( &f_descriptor, fieldtag_s, array, &isize, "double", phasta_iotype ); in Write_PhAvg2()
/phasta/AcuStat/src/
H A Dnew_interface.c590 void* array, in Write_Field() argument
686 writedatablock( &f_descriptor, fieldtag_s, array, &isize, datatype, phasta_iotype ); in Write_Field()
707 void* array, in Write_PhAvg() argument
782 writedatablock( &irstou, fieldlabel, array, &isize, datatype, phasta_iotype ); in Write_PhAvg()
796 void* array, in Write_PhAvg2() argument
896 writedatablock( &f_descriptor, fieldtag_s, array, &isize, "double", phasta_iotype ); in Write_PhAvg2()
/phasta/phSolver/AMG/
H A Damgread.txt64 thesis, one thing to note is that we use heap sort for lambda array. The
65 good thing is we keep changing this array and everytime we want to get
66 the highest value out from the array. So heap sort is a natural choice.
74 CF_map is an array to set the order for all the nodes according to
79 amg_paramap is an array to record "grouping" information for coarsening
93 once. amg_I is used then. It's an array of allocatable pointers. So we
234 init_bcflag initialize global array amg_paramap. Ignore the first bunch
/phasta/phSolver/incompressible/e3source/
H A De3source.fimplicit288 c i j indices match array where V is the velocity (u in our notes)
434 c i j indices match array where V is the velocity (u in our notes)
H A De3source.fRHSonly288 c i j indices match array where V is the velocity (u in our notes)
420 c i j indices match array where V is the velocity (u in our notes)
/phasta/phSolver/
H A DCHANGES253 1) (IC) bflux now uses phastaIO and flux array is written into restart file
583 several asb* and e3q routines had benign misdimensioning problems (benign because array was not use…