|
HybridADRSolver
|
Extended benchmark result with scaling metrics. More...
Public Member Functions | |
| std::string | to_csv () const |
Static Public Member Functions | |
| static std::string | csv_header () |
Public Attributes | |
| std::string | solver_type |
| std::string | test_type |
| int | dimension |
| int | n_mpi_processes |
| int | n_threads_per_process |
| int | total_cores |
| int | n_refinements |
| int | polynomial_degree |
| unsigned int | n_dofs |
| unsigned int | n_cells |
| unsigned int | dofs_per_process |
| double | setup_time_avg |
| double | setup_time_std |
| double | assembly_time_avg |
| double | assembly_time_std |
| double | solve_time_avg |
| double | solve_time_std |
| double | total_time_avg |
| double | total_time_std |
| double | n_iterations_avg |
| double | l2_error_avg |
| double | memory_mb_avg |
| double | speedup |
| double | parallel_efficiency |
| double | dofs_per_second |
| double | speedup_total |
| double | efficiency_total |
Extended benchmark result with scaling metrics.
|
inlinestatic |
|
inline |
| double ScalingResult::assembly_time_avg |
| double ScalingResult::assembly_time_std |
| int ScalingResult::dimension |
| unsigned int ScalingResult::dofs_per_process |
| double ScalingResult::dofs_per_second |
| double ScalingResult::efficiency_total |
| double ScalingResult::l2_error_avg |
| double ScalingResult::memory_mb_avg |
| unsigned int ScalingResult::n_cells |
| unsigned int ScalingResult::n_dofs |
| double ScalingResult::n_iterations_avg |
| int ScalingResult::n_mpi_processes |
| int ScalingResult::n_refinements |
| int ScalingResult::n_threads_per_process |
| double ScalingResult::parallel_efficiency |
| int ScalingResult::polynomial_degree |
| double ScalingResult::setup_time_avg |
| double ScalingResult::setup_time_std |
| double ScalingResult::solve_time_avg |
| double ScalingResult::solve_time_std |
| std::string ScalingResult::solver_type |
| double ScalingResult::speedup |
| double ScalingResult::speedup_total |
| std::string ScalingResult::test_type |
| int ScalingResult::total_cores |
| double ScalingResult::total_time_avg |
| double ScalingResult::total_time_std |