Reference documentation for deal.II version 8.5.1
Public Member Functions | List of all members
internal::MatrixFreeFunctions::TaskInfo Struct Reference

#include <deal.II/matrix_free/helper_functions.h>

Public Member Functions

 TaskInfo ()
 
void clear ()
 
std::size_t memory_consumption () const
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ TaskInfo()

internal::MatrixFreeFunctions::TaskInfo::TaskInfo ( )

Constructor.

Member Function Documentation

◆ clear()

void internal::MatrixFreeFunctions::TaskInfo::clear ( )

Clear all the data fields and resets them to zero.

◆ memory_consumption()

std::size_t internal::MatrixFreeFunctions::TaskInfo::memory_consumption ( ) const

Return the memory consumption of the class.


The documentation for this struct was generated from the following file: