Nektar++
|
Functions | |
def | Serial_Computation (P, Num_Elements, Num_Modes, N_P, N_V_1, N_V_2, N_V_3, Num_Constants, constants, Scheme) |
def | Operation_Count (P, Num_Elements, Num_Modes, N_P, N_V_1, N_V_2, N_V_3, Scheme) |
def | compare_data (constants, Num_Constants, Data, T_A, T_E) |
def | Fit_Model (Num_Constants, Data, T_A, T_E) |
def | Run_Serial_Fit (Compare_Serial, Consider_Modes, Num_Constants, P, Num_Elements, Nektar_Modes, Timings, Pressure, Velocity_1, Velocity_2, Velocity_3, Scheme) |
def serial.compare_data | ( | constants, | |
Num_Constants, | |||
Data, | |||
T_A, | |||
T_E | |||
) |
Definition at line 107 of file serial.py.
def serial.Fit_Model | ( | Num_Constants, | |
Data, | |||
T_A, | |||
T_E | |||
) |
Definition at line 131 of file serial.py.
Referenced by Run_Serial_Fit().
def serial.Operation_Count | ( | P, | |
Num_Elements, | |||
Num_Modes, | |||
N_P, | |||
N_V_1, | |||
N_V_2, | |||
N_V_3, | |||
Scheme | |||
) |
Definition at line 72 of file serial.py.
Referenced by Run_Serial_Fit().
def serial.Run_Serial_Fit | ( | Compare_Serial, | |
Consider_Modes, | |||
Num_Constants, | |||
P, | |||
Num_Elements, | |||
Nektar_Modes, | |||
Timings, | |||
Pressure, | |||
Velocity_1, | |||
Velocity_2, | |||
Velocity_3, | |||
Scheme | |||
) |
Definition at line 156 of file serial.py.
References Fit_Model(), Operation_Count(), and Serial_Computation().
def serial.Serial_Computation | ( | P, | |
Num_Elements, | |||
Num_Modes, | |||
N_P, | |||
N_V_1, | |||
N_V_2, | |||
N_V_3, | |||
Num_Constants, | |||
constants, | |||
Scheme | |||
) |
Definition at line 26 of file serial.py.
Referenced by Run_Serial_Fit(), and class_topology.Serial_Compute().