Reference documentation for deal.II version 9.2.0
|
#include <deal.II/base/work_stream.h>
Public Member Functions | |
ScratchAndCopyDataObjects () | |
ScratchAndCopyDataObjects (ScratchData *p, CopyData *q, const bool in_use) | |
ScratchAndCopyDataObjects (const ScratchAndCopyDataObjects &o) | |
Public Attributes | |
std::unique_ptr< ScratchData > | scratch_data |
std::unique_ptr< CopyData > | copy_data |
bool | currently_in_use |
A structure that contains a pointer to scratch and copy data objects along with a flag that indicates whether this object is currently in use.
Definition at line 692 of file work_stream.h.
|
inline |
Default constructor.
Definition at line 701 of file work_stream.h.
|
inline |
Definition at line 705 of file work_stream.h.
|
inline |
Definition at line 722 of file work_stream.h.
std::unique_ptr<ScratchData> WorkStream::internal::Implementation3::ScratchAndCopyDataObjects< Iterator, ScratchData, CopyData >::scratch_data |
Definition at line 694 of file work_stream.h.
std::unique_ptr<CopyData> WorkStream::internal::Implementation3::ScratchAndCopyDataObjects< Iterator, ScratchData, CopyData >::copy_data |
Definition at line 695 of file work_stream.h.
bool WorkStream::internal::Implementation3::ScratchAndCopyDataObjects< Iterator, ScratchData, CopyData >::currently_in_use |
Definition at line 696 of file work_stream.h.