Searched refs:Phi_vec_in (Results 1 – 4 of 4) sorted by relevance
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/examples/script_interfaces/TankExamples/DakotaList/ |
H A D | FEMTank.py | 587 if type(Phi_vec_in) is str: 588 temp = [float(x) for x in Phi_vec_in.replace(","," ").replace(";"," ").split() ] 589 elif type(Phi_vec_in) in [int, float]: 590 temp = [Phi_vec_in] 591 elif type(Phi_vec_in) is list: 592 temp = Phi_vec_in 780 if type(Phi_vec_in) is list: 781 Phi_vec_orig = Phi_vec_in 782 elif type(Phi_vec_in) in [int, float]: 783 Phi_vec_orig = [Phi_vec_in] [all …]
|
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/examples/script_interfaces/TankExamples/tank_model/ |
H A D | FEMTank.py | 587 if type(Phi_vec_in) is str: 588 temp = [float(x) for x in Phi_vec_in.replace(","," ").replace(";"," ").split() ] 589 elif type(Phi_vec_in) in [int, float]: 590 temp = [Phi_vec_in] 591 elif type(Phi_vec_in) is list: 592 temp = Phi_vec_in 780 if type(Phi_vec_in) is list: 781 Phi_vec_orig = Phi_vec_in 782 elif type(Phi_vec_in) in [int, float]: 783 Phi_vec_orig = [Phi_vec_in] [all …]
|
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/examples/script_interfaces/TankExamples/DakotaCalibration/ |
H A D | FEMTank.py | 587 if type(Phi_vec_in) is str: 588 temp = [float(x) for x in Phi_vec_in.replace(","," ").replace(";"," ").split() ] 589 elif type(Phi_vec_in) in [int, float]: 590 temp = [Phi_vec_in] 591 elif type(Phi_vec_in) is list: 592 temp = Phi_vec_in 780 if type(Phi_vec_in) is list: 781 Phi_vec_orig = Phi_vec_in 782 elif type(Phi_vec_in) in [int, float]: 783 Phi_vec_orig = [Phi_vec_in] [all …]
|
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/examples/script_interfaces/TankExamples/DakotaLHS/ |
H A D | FEMTank.py | 587 if type(Phi_vec_in) is str: 588 temp = [float(x) for x in Phi_vec_in.replace(","," ").replace(";"," ").split() ] 589 elif type(Phi_vec_in) in [int, float]: 590 temp = [Phi_vec_in] 591 elif type(Phi_vec_in) is list: 592 temp = Phi_vec_in 780 if type(Phi_vec_in) is list: 781 Phi_vec_orig = Phi_vec_in 782 elif type(Phi_vec_in) in [int, float]: 783 Phi_vec_orig = [Phi_vec_in] [all …]
|