Reference documentation for deal.II version 9.6.0
|
#include <deal.II/non_matching/mapping_info.h>
Public Member Functions | |
AdditionalData (const bool use_global_weights=false, const bool store_cells=false) | |
Public Attributes | |
bool | use_global_weights |
bool | store_cells |
Collects the options which can be used to specify the behavior during reinitialization.
Definition at line 234 of file mapping_info.h.
|
inline |
Constructor which sets the default arguments.
Definition at line 239 of file mapping_info.h.
bool NonMatching::MappingInfo< dim, spacedim, Number >::AdditionalData::use_global_weights |
During initialization, assume that the Quadrature object contains global weights as, e.g., obtained by QSimplex::compute_affine_transformation().
Definition at line 250 of file mapping_info.h.
bool NonMatching::MappingInfo< dim, spacedim, Number >::AdditionalData::store_cells |
During the reinit_cells() function call, cells are passed as argument. In the default case, the cell is not stored, since all relevant mapping related information is precomputed. However, this flag enables that the cells are stored so that they can be accessed later on.
Definition at line 259 of file mapping_info.h.