| /phasta/phSolver/common/ |
| H A D | ValType.cc | 14 return get_int(str); in operator int() 20 return get_vector(str); in operator vector<double>() 26 return get_ivector(str); in operator vector<int>() 32 return get_double(str); in operator double() 38 return get_double_array(str); in operator double*() 44 return get_string(str); in operator string() 51 int ValType::get_int(string str) in get_int() argument 53 int i = atoi(str.c_str()); in get_int() 57 double ValType::get_double(string str) in get_double() argument 59 double x = atof(str.c_str()); in get_double() [all …]
|
| H A D | Cinput.cc | 12 ValType phSolver::Input::GetValue(const string &str) const in GetValue() 14 if (input_map->find(str) != input_map->end()) { in GetValue() 15 if ( (*input_map)[str] == "NODEFAULT" ) { in GetValue() 17 ost << "required input variable not set: " << str << ends; in GetValue() 18 throw invalid_argument( ost.str() ); in GetValue() 22 ost << "required input variable not set: " << str << ends; in GetValue() 23 throw invalid_argument( ost.str() ); in GetValue() 26 return ValType( (*input_map)[str] ); in GetValue() 162 void phSolver::Input::trim_string(string *str) in trim_string() argument 165 int length = str->length(); in trim_string() [all …]
|
| H A D | ValType.h | 12 : str(s) in ValType() 31 string str; variable 33 int get_int(string str); 34 double get_double(string str); 35 double *get_double_array(string str); 36 vector<double> get_vector(string str); 37 vector<int> get_ivector(string str); 38 string get_string(string str);
|
| H A D | phStr.f | 4 subroutine phstr_appendInt(str, val) 7 character(c_char) :: str(*) local 13 subroutine phstr_appendDbl(str, val) 16 character(c_char) :: str(*) local
|
| H A D | phString.cc | 14 std::string s = ss.str(); in phstr_appendInt() 21 std::string s = ss.str(); in phstr_appendDbl() 28 std::string s = ss.str(); in phstr_appendStr()
|
| H A D | phio_sync.cc | 20 return ss.str(); in appendSync() 25 return ss.str(); in appendSyncWrite() 31 return ss.str(); in appendColor()
|
| H A D | phIO.f | 73 subroutine phio_appendInt(str, val) 76 character(c_char) :: str(*) local
|
| H A D | Input.h | 31 void trim_string(string *str);
|
| H A D | phio_posix.cc | 17 return ss.str(); in appendRank()
|
| H A D | phIO.cc | 122 std::string s = ss.str(); in phio_appendInt()
|
| H A D | phio_stream.cc | 13 return ss.str(); in appendPosix()
|
| H A D | phasta.cc | 253 string s = exec_string.str(); in phasta()
|
| /phasta/phSolver/common/test/ |
| H A D | phIOwriteFields.cc | 47 char str [50]; in main() local 50 n = sprintf(str, " Number of times %d ", j); in main() 52 phio_writeheader(file[i], str, &blockEntries, &one, &blockEntries, type, iotype); in main() 53 phio_writedatablock(file[i], str, blockArray, &blockEntries, type, iotype); in main()
|
| H A D | phIOreadIlwork.cc | 99 std::string s = ss.str(); in main()
|
| /phasta/phastaIO/ |
| H A D | vtkPhastaReader.cxx | 519 char* StrReverse(char* str) in StrReverse() argument 524 temp=str; in StrReverse() 530 ptr[len-i-1]=str[i]; in StrReverse() 963 char* str = this->FieldFileName; in RequestData() local 965 if(str[i] != '.') in RequestData() 966 str[i] = 0; in RequestData() 970 sprintf(str, "%s%d", str, FILE_ID); in RequestData() 1390 sArrays[idx]->SetName(aName.str().c_str()); in ReadFieldFile()
|
| H A D | vtkPPhastaReader.cxx | 323 this->Reader->SetGeometryFileName(geomFName.str().c_str()); in RequestData() 349 this->Reader->SetFieldFileName(fieldFName.str().c_str()); in RequestData() 574 paraviewFieldTagStr = paraviewFieldTagStrStream.str(); in RequestInformation()
|
| H A D | phastaIO.cc | 903 return ss.str(); in getSubDirPrefix()
|
| /phasta/AcuStat/src/ |
| H A D | phasta.cc | 111 std::string s = exec_string.str(); in phasta()
|
| /phasta/M2NFixBnd/src/ |
| H A D | phasta.cc | 110 std::string s = exec_string.str(); in phasta()
|
| /phasta/M2N/src/ |
| H A D | phasta.cc | 112 string cmd = exec_string.str(); in phasta()
|
| /phasta/phSolver/AMG/ |
| H A D | ramg_tools.f | 1004 subroutine ramg_print_time(str,v) argument 1010 character*(*) str local 1025 write(*,7101)trim(str),vave,vmax
|