|
| string | Mesh = 'cyl-small.xml' |
| |
| string | Max_N_Z = 'output_72.txt' |
| |
| string | Conditions_File = 'conditions_80.xml' |
| |
| string | Scheme = 'IterativeStaticCond' |
| |
| list | Consider_Modes = [80] |
| |
| int | Num_Constants = 2 |
| |
| | Compare_Serial = False |
| |
| | Parallel = True |
| |
| string | Parallelisation = 'Hybrid_Socket' |
| |
| | Compare_Parallel = True |
| |
| int | Num_Node = 1 |
| |
| string | output_path = 'Output/Figures/' |
| |
| string | cmd_string_clear = 'rm -r Output/Figures/ \n' |
| |
| tuple | process = Popen([cmd_string_clear],shell=True, stdout=PIPE, stdin=PIPE) |
| |
| tuple | Nektar_Serial_Elements = Find_Nektar_Elements(Mesh_File) |
| |
| dictionary | Timings = {} |
| |
| tuple | Fit = Run_Serial_Fit(Compare_Serial, Consider_Modes, Num_Constants, P, Nektar_Serial_Elements, Nektar_Modes, Timings, Pressure, Velocity_1, Velocity_2, Velocity_3, 'IterativeStaticCond') |
| |
| | PROC_TOT = Num_Core_Per_Node*Num_Node |
| |