Searched refs:GetValue (Results 1 – 4 of 4) sorted by relevance
44 if ((string)inp.GetValue("Employ AMG") == "True" ) { in input_fform()48 amgvari.irun_amg_prec = inp.GetValue("Run AMG As CG-preconditioner"); in input_fform()50 amgvarr.strong_eps = inp.GetValue("Strong Criterion Eps"); in input_fform()52 amgvarr.ramg_eps = inp.GetValue("AMG Convergence Eps"); in input_fform()54 amgvarr.ramg_relax = inp.GetValue("AMG Relaxation Omega"); in input_fform()55 amgvarr.ramg_trunc = inp.GetValue("AMG Truncation Set"); in input_fform()57 amgvari.iamg_verb = inp.GetValue("AMG Verbosity"); in input_fform()59 amgvari.iamg_neg_sten = inp.GetValue("AMG Neg_Sten"); in input_fform()61 amgvari.iamg_nlevel = inp.GetValue("AMG Nlevel"); in input_fform()63 amgvari.iamg_c_solver = inp.GetValue("AMG Coarsest Solver"); in input_fform()[all …]
22 ValType GetValue(const string &) const;
12 ValType phSolver::Input::GetValue(const string &str) const in GetValue() function in phSolver::Input
1032 points->SetPoint(i, coordsX->GetValue(i), coordsY->GetValue(i), in RequestData()1033 coordsZ->GetValue(i)); in RequestData()