Home
last modified time | relevance | path

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

/phasta/phSolver/common/test/
H A DphIOreadIlwork.cc85 assert(neighbors.size() != 0); in main()
92 MPI_File_write_at(outfile,0,(void*)header.c_str(),header.size(),MPI_BYTE,&status); in main()
95 << neighbors.size() << "," in main()
100 int size = s.size(); in main() local
102 MPI_Exscan(&size,&offset,1,MPI_INT,MPI_SUM,MPI_COMM_WORLD); in main()
103 offset += header.size(); in main()
104 int ret = MPI_File_write_at(outfile,offset,(void*)s.c_str(),s.size(),MPI_BYTE,&status); in main()
H A DphIOposixMultiTopo.cc25 int size = headerData[0]*headerData[3]; /* neltp*nshl */ in main() local
26 int* vals = (int*) calloc(size,sizeof(int)); in main()
27 phio_readdatablock(file,"connectivity interior",vals,&size,"integer",iotype); in main()
H A DphIOwrite.cc13 int size; in main() local
14 MPI_Comm_size(MPI_COMM_WORLD, &size); in main()
28 int ppf = size/nfiles; in main()
H A DphIOwriteReadZeroSz.cc17 int size; in main() local
18 MPI_Comm_size(MPI_COMM_WORLD, &size); in main()
32 int ppf = size/nfiles; in main()
H A DphIOwriteFields.cc17 int size; in main() local
18 MPI_Comm_size(MPI_COMM_WORLD, &size); in main()
35 int ppf = size/nfiles; in main()
/phasta/checkphasta/
H A Dcheckphasta.cpp26 char read_solution(double** solutiono, int* size, int* nshgo, int* ndofo,
36 int size; in main() local
40 MPI_Comm_size(MPI_COMM_WORLD, &size); in main()
71 timesteps_to_check->size()); in main()
74 size, rank, 0, numSyncFiles, "./"); in main()
84 error = compare_solution(lpath, rpath, *i, size, nSyncFiles); in main()
133 char read_solution(double** solutiono, int* size, int* nshgo, int* ndofo, in read_solution() argument
157 if(size != NULL) in read_solution()
158 *size = nshg*ndof; in read_solution()
160 phio_readdatablock(fp, "solution", solution, size, "double", iformat); in read_solution()
/phasta/phSolver/common/
H A Dphasta.cc97 int size,ierr; in run() local
99 MPI_Comm_size (MPI_COMM_WORLD, &size); in run()
105 workfc.numpe = size; in run()
112 sprintf(inpfilename,"%d-procs_case/",size); in run()
170 int size,ierr; in phasta() local
173 MPI_Comm_size (MPI_COMM_WORLD, &size); in phasta()
216 workfc.numpe = size; in phasta()
278 sprintf(inpfilename,"%d-procs_case/",size); in phasta()
H A DValType.cc72 int n = vec.size(); in get_double_array()
82 char* s = (char*) malloc(str.size()+1); in get_vector()
96 char* s = (char*) malloc(str.size()+1); in get_ivector()
H A DCinput.cc131 for (unsigned i = 0 ; i < intext->size(); i++) { in build_map()
H A Dinput_fform.cc905 sequence.seqsize = ivec.size(); in input_fform()
/phasta/phSolver/incompressible/
H A Dusr.c250 int size, nitems;
271 size = (*nshg)*nPrjs;
295 size = (*nshg)*nPresPrjs;
316 int size, nitems;
358 size = (*nshg)*nPrjs;
359 projVec = (double*)malloc( size * sizeof( double ));
362 &size, "double", phasta_iotype );
392 size = (*nshg)*nPresPrjs;
393 projVec = (double*)malloc( size * sizeof( double ));
396 &size, "double", phasta_iotype );
/phasta/M2NFixBnd/src/
H A Dphasta.cc64 int size,ierr; in phasta() local
70 MPI_Comm_size (MPI_COMM_WORLD, &size); in phasta()
73 workfc.numpe = size; in phasta()
/phasta/M2N/src/
H A Dphasta.cc66 int size,ierr; in phasta() local
72 MPI_Comm_size (MPI_COMM_WORLD, &size); in phasta()
75 workfc.numpe = size; in phasta()
/phasta/AcuStat/src/
H A Dphasta.cc65 int size,ierr; in phasta() local
71 MPI_Comm_size (MPI_COMM_WORLD, &size); in phasta()
74 workfc.numpe = size; in phasta()
/phasta/phastaIO/
H A DphastaIO.h36 void mem_alloc( void* p, char* type, int size );
H A DvtkPPhastaReader.cxx330 FILE_PATH = new char[fpath.size()+1]; in RequestData()
341 FILE_PATH = new char[path.size()+1]; in RequestData()
H A DvtkPhastaReader.cxx595 *fileDescriptor = fileArray.size(); in openfile()
676 if ( *fileDescriptor < 1 || *fileDescriptor > (int)fileArray.size() ) { in readheader()
796 if ( *fileDescriptor < 1 || *fileDescriptor > (int)fileArray.size() ) { in readdatablock()
999 if (!this->Internal->FieldInfoMap.size()) in RequestData()
H A DphastaIO.cc948 *fileDescriptor = fileArray.size(); in openfile()
1291 if ( *fileDescriptor < 1 || *fileDescriptor > (int)fileArray.size() ) { in readheader()
1503 if ( *fileDescriptor < 1 || *fileDescriptor > (int)fileArray.size() ) { in readdatablock()
1666 if ( *fileDescriptor < 1 || *fileDescriptor > (int)fileArray.size() ) { in writeheader()
1872 if ( *fileDescriptor < 1 || *fileDescriptor > (int)fileArray.size() ) { in writedatablock()
/phasta/phSolver/AMG/
H A Damgread.txt54 are same as ilwork and nlwork, but in higher levels with smaller size.
231 matrices. Everything is similar to plain CG, but smaller in size because
/phasta/phSolver/
H A DCHANGES693 STEP sequence size removed from input.config since it is calculated now