![]() |
Reference documentation for deal.II version 8.4.2
|
#include <deal.II/matrix_free/helper_functions.h>
Public Member Functions | |
| TaskInfo () | |
| void | clear () |
| std::size_t | memory_consumption () const |
A struct that collects all information related to parallelization with threads: The work is subdivided into tasks that can be done independently.
Definition at line 44 of file helper_functions.h.
| internal::MatrixFreeFunctions::TaskInfo::TaskInfo | ( | ) |
Constructor.
| void internal::MatrixFreeFunctions::TaskInfo::clear | ( | ) |
Clears all the data fields and resets them to zero.
| std::size_t internal::MatrixFreeFunctions::TaskInfo::memory_consumption | ( | ) | const |
Returns the memory consumption of the class.
1.8.12