Home
last modified time | relevance | path

Searched refs:string (Results 1 – 25 of 25) sorted by relevance

/phasta/phSolver/common/
H A DInput.h14 Input(const string &, const string &default_fname = "");
18 map<string,string> InputMap() const;
22 ValType GetValue(const string &) const;
31 void trim_string(string *str);
33 void get_input_lines(vector<string> *, ifstream& );
34 void build_map(map<string,string> *, vector<string> *);
36 map<string,string> *input_map;
37 map<string,string> *default_map;
39 vector<string> *input_text;
40 vector<string> *default_text;
[all …]
H A DCinput.cc12 ValType phSolver::Input::GetValue(const string &str) const in GetValue()
37 phSolver::Input::Input(const string &fname, const string &default_fname) in Input()
49 input_text = new vector<string>; in Input()
50 input_map = new map<string,string>; in Input()
60 map<string,string> *default_map = new map<string,string>; in Input()
61 vector<string> *default_text = new vector<string>; in Input()
67 map<string,string>::const_iterator iter = default_map->begin(); in Input()
69 string defkey = iter->first; in Input()
70 string defval = iter->second; in Input()
98 map<string,string> phSolver::Input::InputMap() const in InputMap()
[all …]
H A Dinput_fform.cc44 if ((string)inp.GetValue("Employ AMG") == "True" ) { in input_fform()
67 if ((string)inp.GetValue("AMG Interpolation Type")=="Standard") in input_fform()
74 if ((string)inp.GetValue("AMG Smoother Type")=="Gauss-Seidel") in input_fform()
76 else if ((string)inp.GetValue("AMG Smoother Type")=="ChebyShev") in input_fform()
78 else if ((string)inp.GetValue("AMG Smoother Type")=="MLS") in input_fform()
203 if((string)inp.GetValue("Equation of State") == "Incompressible") matdat.matflg[0][0] =-1 ; in input_fform()
204 if((string)inp.GetValue("Equation of State") == "Compressible") matdat.matflg[0][0] =0; in input_fform()
207 if((string)inp.GetValue("Viscous Control")=="Viscous") conpar.navier=1 ; else conpar.navier=0; in input_fform()
209 if ((string)inp.GetValue("Turbulence Model") == "No-Model" ) { in input_fform()
212 } else if ((string)inp.GetValue("Turbulence Model") == "LES" ) { in input_fform()
[all …]
H A DValType.h11 ValType(const string & s) in ValType()
27 operator string();
31 string str;
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 DValType.cc41 ValType::operator string() in operator string()
51 int ValType::get_int(string str) in get_int()
57 double ValType::get_double(string str) in get_double()
63 double *ValType::get_double_array(string str) in get_double_array()
80 vector<double> ValType::get_vector(string str) in get_vector()
94 vector<int> ValType::get_ivector(string str) in get_ivector()
108 string ValType::get_string(string str) in get_string()
H A Dphio_sync.cc16 std::string appendSync(const char* phrase) { in appendSync()
22 std::string appendSyncWrite(const char* phrase) { in appendSyncWrite()
27 std::string appendColor(const char* phrase, int numFiles) { in appendColor()
46 std::string syncName = appendColor(filename, sf->nfiles); in sync_openfile_read()
60 std::string syncName = appendColor(filename, sf->nfiles); in sync_openfile_write()
89 std::string syncPhrase = appendSync(keyphrase); in sync_readheader()
102 std::string syncPhrase = appendSyncWrite(keyphrase); in sync_writeheader()
114 std::string syncPhrase = appendSync(keyphrase); in sync_readdatablock()
126 std::string syncPhrase = appendSyncWrite(keyphrase); in sync_writedatablock()
134 std::string fullname(in); in sync_constructname()
H A Dphio_posix.cc14 std::string appendRank(const char* phrase) { in appendRank()
27 std::string posixName = appendRank(filename); in posix_openfile()
34 std::string posixName(filename); in posix_openfile_single()
101 std::string fullname(in); in posix_constructname()
102 std::string gname("geombc"); in posix_constructname()
103 if( fullname.find(gname) != std::string::npos ) in posix_constructname()
H A DphString.cc14 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 Dphasta.cc253 string s = exec_string.str(); in phasta()
268 string defaultConf = "."; in phasta()
273 string userConf(inpfilename); in phasta()
H A DphIO.cc122 std::string s = ss.str(); in phio_appendInt()
H A Dphio_stream.cc10 std::string appendPosix(const char* phrase) { in appendPosix()
H A Dinput.config8 # input_asci.cc :which matches the string and translates it to the
/phasta/phSolver/cmake/
H A DGetGitRevisionDescription.cmake.in20 string(STRIP "${HEAD_CONTENTS}" HEAD_CONTENTS)
23 string(REPLACE "ref: " "" HEAD_REF "${HEAD_CONTENTS}")
40 string(STRIP "${HEAD_HASH}" HEAD_HASH)
H A DGetGitRevisionDescription.cmake1 # - Returns a version string from Git
59 string(REGEX REPLACE "gitdir: (.*)\n$" "\\1" GIT_DIR_RELATIVE ${submodule})
/phasta/phastaIO/
H A DphastaIO.h174 const std::string keyphrase,
189 const std::string& keyphrase,
H A DvtkPPhastaReader.cxx313 vtkstd::string gpath = vtksys::SystemTools::GetFilenamePath(geom_name); in RequestData()
316 vtkstd::string path = vtksys::SystemTools::GetFilenamePath(this->FileName); in RequestData()
327 vtkstd::string fpath = vtksys::SystemTools::GetFilenamePath(field_name); in RequestData()
336 …vtkstd::string path = vtksys::SystemTools::GetFilenamePath(this->FileName); // FileName is the .ph… in RequestData()
567 vtkstd::string paraviewFieldTagStr, dataTypeStr; in RequestInformation()
H A DphastaIO.cc109 map<int, std::string> LastHeaderKey;
877 bool my_mkdir(std::string name) { in my_mkdir()
895 std::string getSubDirPrefix() { in getSubDirPrefix()
897 return string(""); in getSubDirPrefix()
930 std::string posixname = getSubDirPrefix(); in openfile()
934 posixname += string(fname); in openfile()
1301 LastHeaderKey[filePtr] = std::string(keyphrase); in readheader()
1676 LastHeaderKey[filePtr] = std::string(keyphrase); in writeheader()
2019 void Gather_Headers( int* fileDescriptor, vector< string >& headers ) in Gather_Headers()
H A DvtkPhastaReader.cxx101 vtkstd::string DataType; // "int" or "double"
102 vtkstd::string PhastaFieldTag;
109 typedef vtkstd::map<vtkstd::string, FieldInfo> FieldInfoMapType;
/phasta/phSolver/common/test/
H A DphIOreadIlwork.cc90 std::string header("rank,peers,tasks,owned,notowned\n"); in main()
99 std::string s = ss.str(); in main()
/phasta/M2NFixBnd/src/
H A Dphasta.cc110 std::string s = exec_string.str(); in phasta()
/phasta/M2N/src/
H A Dphasta.cc112 string cmd = exec_string.str(); in phasta()
/phasta/AcuStat/src/
H A Dphasta.cc111 std::string s = exec_string.str(); in phasta()
/phasta/phSolver/Test_C/
H A Dsolver.inp16 # input_fform.cpp :which matches the string and translates it to the
/phasta/phSolver/testIC-DSIM/
H A Dsolver.inp16 # input_asci.cc :which matches the string and translates it to the
/phasta/phSolver/Test_IC/
H A Dsolver.inp16 # input_asci.cc :which matches the string and translates it to the