![]() |
|
Functions | |
| def | load_statistics (filenames, opt=None) |
| def | load_file (filename, opt) |
| def | load_stat_file (filename) |
| def | load_data_file (filename) |
| def | make_readable (data) |
| def | get_standard_variables (data, opt) |
| def | get_depth_variables (data) |
| def | dsort_ev (V, D) |
| def | get_momentum_equation (data) |
| def | read_ene (statname, data) |
| def | read_restart (statname, data) |
| def | nabla (variable, x, y, z) |
| def | nablaCenter (variable, x, y, z) |
| def Loadstatistics.dsort_ev | ( | V, | |
| D | |||
| ) |
Referenced by get_standard_variables().
| def Loadstatistics.get_depth_variables | ( | data | ) |
Referenced by get_standard_variables().
| def Loadstatistics.get_momentum_equation | ( | data | ) |
References nabla(), and Eigen::internal.print().
Referenced by get_standard_variables().
| def Loadstatistics.get_standard_variables | ( | data, | |
| opt | |||
| ) |
References dsort_ev(), get_depth_variables(), and get_momentum_equation().
Referenced by load_file().
| def Loadstatistics.load_data_file | ( | filename | ) |
References oomph::TrilinosEpetraHelpers.multiply().
Referenced by load_file().
| def Loadstatistics.load_file | ( | filename, | |
| opt | |||
| ) |
References get_standard_variables(), load_data_file(), load_stat_file(), make_readable(), and Eigen::internal.print().
Referenced by load_statistics().
| def Loadstatistics.load_stat_file | ( | filename | ) |
References format(), Eigen::internal.print(), read_ene(), and read_restart().
Referenced by load_file().
| def Loadstatistics.load_statistics | ( | filenames, | |
opt = None |
|||
| ) |
References load_file().
| def Loadstatistics.make_readable | ( | data | ) |
References int(), Eigen::internal.print(), and oomph::DoubleVectorHelpers.split().
Referenced by load_file().
| def Loadstatistics.nabla | ( | variable, | |
| x, | |||
| y, | |||
| z | |||
| ) |
| def Loadstatistics.nablaCenter | ( | variable, | |
| x, | |||
| y, | |||
| z | |||
| ) |
References Eigen::internal.print().
| def Loadstatistics.read_ene | ( | statname, | |
| data | |||
| ) |
| def Loadstatistics.read_restart | ( | statname, | |
| data | |||
| ) |
References min, Eigen::internal.print(), and Eigen::bfloat16_impl.round().
Referenced by load_stat_file().