Reference documentation for deal.II version 9.0.0
|
#include <deal.II/meshworker/dof_info.h>
Public Member Functions | |
DoFInfoBox (const DOFINFO &seed) | |
DoFInfoBox (const DoFInfoBox< dim, DOFINFO > &) | |
void | reset () |
template<class ASSEMBLER > | |
void | assemble (ASSEMBLER &ass) const |
Public Attributes | |
DOFINFO | cell |
DOFINFO | interior [GeometryInfo< dim >::faces_per_cell] |
DOFINFO | exterior [GeometryInfo< dim >::faces_per_cell] |
bool | interior_face_available [GeometryInfo< dim >::faces_per_cell] |
bool | exterior_face_available [GeometryInfo< dim >::faces_per_cell] |
bool | cell_valid |
A class bundling the MeshWorker::DoFInfo objects used on a cell.
Definition at line 33 of file dof_info.h.
|
inline |
Constructor copying the seed into all other objects.
Definition at line 415 of file dof_info.h.
|
inline |
Copy constructor, taking cell and using it as a seed in the other constructor.
Definition at line 431 of file dof_info.h.
|
inline |
Reset all the availability flags.
Definition at line 447 of file dof_info.h.
|
inline |
After all DOFINFO objects have been filled appropriately, use the ASSEMBLER object to assemble them into the global data. See MeshWorker::Assembler for available classes.
Definition at line 461 of file dof_info.h.
DOFINFO MeshWorker::DoFInfoBox< dim, DOFINFO >::cell |
The data for the cell.
Definition at line 240 of file dof_info.h.
DOFINFO MeshWorker::DoFInfoBox< dim, DOFINFO >::interior[GeometryInfo< dim >::faces_per_cell] |
The data for the faces from inside.
Definition at line 244 of file dof_info.h.
DOFINFO MeshWorker::DoFInfoBox< dim, DOFINFO >::exterior[GeometryInfo< dim >::faces_per_cell] |
The data for the faces from outside.
Definition at line 248 of file dof_info.h.
bool MeshWorker::DoFInfoBox< dim, DOFINFO >::interior_face_available[GeometryInfo< dim >::faces_per_cell] |
A set of flags, indicating whether data on an interior face is available.
Definition at line 254 of file dof_info.h.
bool MeshWorker::DoFInfoBox< dim, DOFINFO >::exterior_face_available[GeometryInfo< dim >::faces_per_cell] |
A set of flags, indicating whether data on an exterior face is available.
Definition at line 260 of file dof_info.h.
bool MeshWorker::DoFInfoBox< dim, DOFINFO >::cell_valid |
A flag to specify if the current object has been set to a valid cell.
Definition at line 265 of file dof_info.h.