Reference documentation for deal.II version 9.2.0
|
Public Types | |
enum | ActiveDoFHandler { usual, hp } |
Public Member Functions | |
DoFHandlers () | |
Public Attributes | |
std::vector< SmartPointer< const DoFHandler< dim > > > | dof_handler |
std::vector< SmartPointer< const hp::DoFHandler< dim > > > | hp_dof_handler |
enum MatrixFree::DoFHandlers::ActiveDoFHandler | active_dof_handler |
unsigned int | n_dof_handlers |
This struct defines which DoFHandler has actually been given at construction, in order to define the correct behavior when querying the underlying DoFHandler.
Definition at line 2038 of file matrix_free.h.
enum MatrixFree::DoFHandlers::ActiveDoFHandler |
Enumerator | |
---|---|
usual | Use DoFHandler. |
hp | Use hp::DoFHandler. |
Definition at line 2047 of file matrix_free.h.
|
inline |
Definition at line 2040 of file matrix_free.h.
std::vector<SmartPointer<const DoFHandler<dim> > > MatrixFree< dim, Number, VectorizedArrayType >::DoFHandlers::dof_handler |
Definition at line 2045 of file matrix_free.h.
std::vector<SmartPointer<const hp::DoFHandler<dim> > > MatrixFree< dim, Number, VectorizedArrayType >::DoFHandlers::hp_dof_handler |
Definition at line 2046 of file matrix_free.h.
enum MatrixFree::DoFHandlers::ActiveDoFHandler MatrixFree< dim, Number, VectorizedArrayType >::DoFHandlers::active_dof_handler |
unsigned int MatrixFree< dim, Number, VectorizedArrayType >::DoFHandlers::n_dof_handlers |
Definition at line 2058 of file matrix_free.h.