|
NiHu
2.0
|
Helper class for storing FMM assembly times. More...
#include <fmm_assembly_times.hpp>
Public Member Functions | |
| template<class Collection > | |
| void | fill_times (Collection const &coll) |
| Fill the assembly time from an operator collection. More... | |
| const size_t | get_time (size_t idx) const |
| Returns the assembly time for the given operation index. More... | |
Helper class for storing FMM assembly times.
Definition at line 20 of file fmm_assembly_times.hpp.
|
inline |
Fill the assembly time from an operator collection.
| Collection | The operator collection class |
| [in] | coll | Collection instance |
Definition at line 29 of file fmm_assembly_times.hpp.
|
inline |
Returns the assembly time for the given operation index.
Definition at line 47 of file fmm_assembly_times.hpp.