Reference documentation for deal.II version 8.5.1
|
#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 41 of file helper_functions.h.
internal::MatrixFreeFunctions::TaskInfo::TaskInfo | ( | ) |
Constructor.
void internal::MatrixFreeFunctions::TaskInfo::clear | ( | ) |
Clear all the data fields and resets them to zero.
std::size_t internal::MatrixFreeFunctions::TaskInfo::memory_consumption | ( | ) | const |
Return the memory consumption of the class.