It contain the benchmark information for each solver. More...
It contain the benchmark information for each solver.
Definition at line 117 of file petsc_solver.hpp.
Data Fields | |
| std::string | method |
| Solver Krylov name. | |
| std::string | smethod |
| Method name (short form) | |
| double | time |
| time to converge in milliseconds | |
| solError | err |
| Solution error. | |
| openfpm::vector< itError > | res |
| Convergence per iteration. | |