Searched refs:vec (Results 1 – 3 of 3) sorted by relevance
| /phasta/phSolver/common/ |
| H A D | input_fform.cc | 278 vector<double> vec; in input_fform() local 339 vec = inp.GetValue("Mdot Ramp Inflow Start and Stop"); in input_fform() 341 turbvar.rampmdot[0][i]=vec[i]; in input_fform() 343 vec = inp.GetValue("Mdot Ramp Lower FC Start and Stop"); in input_fform() 345 turbvar.rampmdot[1][i]=vec[i]; in input_fform() 347 vec = inp.GetValue("Mdot Ramp Upper FC Start and Stop"); in input_fform() 349 turbvar.rampmdot[2][i]=vec[i]; in input_fform() 354 vec = inp.GetValue("Limit u1"); in input_fform() 356 turbvar.ylimit[0][i] = vec[i]; in input_fform() 358 vec.erase(vec.begin(),vec.end()); in input_fform() [all …]
|
| H A D | ValType.cc | 71 vector<double> vec = get_vector(str); in get_double_array() local 72 int n = vec.size(); in get_double_array() 75 x[i] = vec[i]; in get_double_array() 85 vector<double> vec; in get_vector() local 87 vec.push_back(atof(strTok)); in get_vector() 91 return vec; in get_vector() 99 vector<int> vec; in get_ivector() local 101 vec.push_back(atoi(strTok)); in get_ivector() 105 return vec; in get_ivector()
|
| H A D | genbc.f | 745 real*8 vec(3), leng, dp, bigdp, lil local 782 vec(:)=x(ienb(can),:)-x(ienb(nod),:) 783 leng=sqrt(vec(1)**2+vec(2)**2+vec(3)**2) 784 vec(:)=vec(:)/leng 786 vec(:)=vec(:)*wnrm(ienb(nod),:) 787 dp=vec(1)+vec(2)+vec(3) 813 vec(:)=x(nn,:)-x(can,:) 814 leng=vec(1)**2+vec(2)**2+vec(3)**2
|