Home
last modified time | relevance | path

Searched refs:pos (Results 1 – 4 of 4) sorted by relevance

/phasta/phSolver/common/
H A DCinput.cc137 size_t pos = textlineALL.find_first_of( '#',0); in build_map() local
138 if ( pos != string::npos) { in build_map()
139 textline = textlineALL.substr(0,pos); in build_map()
143 pos = textline.find_first_of( ':', 0); in build_map()
144 if ( pos != string::npos) { in build_map()
147 string keywd = textline.substr(0,pos); in build_map()
151 string keyval = textline.substr( pos+1, textline.length() - pos); in build_map()
H A Dinput.config420 AMG Neg_Sten: 1 # set to 1 for only negs, 0 for pos and neg coeff's
/phasta/phSolver/compressible/
H A Dget_h.c98 int pos = 0; in intersect() local
157 points[pos][i] = pt[i]; in intersect()
158 pos += 1; in intersect()
166 return pos; in intersect()
/phasta/phastaIO/
H A DvtkPhastaReader.cxx1072 double *pos; in ReadGeomFile() local
1186 pos = new double [num_nodes*dim]; in ReadGeomFile()
1187 if(pos == NULL) in ReadGeomFile()
1198 readdatablock(&geomfile,fieldName,pos,&item,"double","binary"); in ReadGeomFile()
1204 coordinates[j] = pos[j*num_nodes + i]; in ReadGeomFile()
1324 delete [] pos; in ReadGeomFile()