ASPECT
|
Public Member Functions | |
ScratchBase () | |
ScratchBase (const ScratchBase &scratch) | |
virtual | ~ScratchBase ()=default |
Public Attributes | |
DoFHandler< dim >::active_cell_iterator | cell |
unsigned | face_number |
Scratch objects are used to store information about a cell that is necessary for assembling matrix and right hand side terms for this cell. The ScratchBase class acts as a empty base class for individual scratch objects for the different equations.
Definition at line 59 of file interface.h.
|
inline |
Definition at line 61 of file interface.h.
|
inline |
Definition at line 67 of file interface.h.
|
virtualdefault |
DoFHandler<dim>::active_cell_iterator aspect::internal::Assembly::Scratch::ScratchBase< dim >::cell |
Cell object on which we currently operate.
Definition at line 78 of file interface.h.
unsigned aspect::internal::Assembly::Scratch::ScratchBase< dim >::face_number |
The number of the face object with respect to the current cell on which we operate. If we currently operate on a cell, this member is set to numbers::invalid_unsigned_int.
Definition at line 86 of file interface.h.