![]() |
Reference documentation for deal.II version 8.1.0
|
#include <constraint_matrix.templates.h>
Public Member Functions | |
| ScratchDataAccessor () | |
| ~ScratchDataAccessor () | |
| ScratchData & | operator* () |
| ScratchData * | operator-> () |
Private Attributes | |
| ScratchData * | my_scratch_data |
Accessor class to guard access to scratch_data
Definition at line 1717 of file constraint_matrix.templates.h.
|
inline |
Constructor. Grabs a scratch data object on the current thread and mark it as used
Definition at line 1724 of file constraint_matrix.templates.h.
|
inline |
Destructor. Mark scratch data as available again.
Definition at line 1737 of file constraint_matrix.templates.h.
|
inline |
Dereferencing operator.
Definition at line 1745 of file constraint_matrix.templates.h.
|
inline |
Dereferencing operator.
Definition at line 1753 of file constraint_matrix.templates.h.
1.8.6