![]() |
deal.II version GIT relicensing-6809-ge913b9bb34 2026-09-25 17:20:01+00:00
|
#include <deal.II/base/work_stream.h>
A structure that contains a pointer to a scratch data object and a copy data object along with a flag that indicates whether this object is currently in use.
Definition at line 179 of file work_stream.h.
Public Member Functions | |
| ScratchAndCopyDataObjects () | |
| ScratchAndCopyDataObjects (std::unique_ptr< ScratchData > &&p, std::unique_ptr< CopyData > &&q, const bool in_use) | |
| ScratchAndCopyDataObjects (const ScratchAndCopyDataObjects &) | |
Public Attributes | |
| std::unique_ptr< ScratchData > | scratch_data |
| std::unique_ptr< CopyData > | copy_data |
| bool | currently_in_use |
|
inline |
Default constructor.
Definition at line 188 of file work_stream.h.
|
inline |
Definition at line 192 of file work_stream.h.
|
inline |
Definition at line 203 of file work_stream.h.
| std::unique_ptr<ScratchData> WorkStream::internal::ScratchAndCopyDataObjects< Iterator, ScratchData, CopyData >::scratch_data |
Definition at line 181 of file work_stream.h.
| std::unique_ptr<CopyData> WorkStream::internal::ScratchAndCopyDataObjects< Iterator, ScratchData, CopyData >::copy_data |
Definition at line 182 of file work_stream.h.
| bool WorkStream::internal::ScratchAndCopyDataObjects< Iterator, ScratchData, CopyData >::currently_in_use |
Definition at line 183 of file work_stream.h.