Reference documentation for deal.II version 9.5.0
|
#include <deal.II/non_matching/mapping_info.h>
Public Member Functions | |
AdditionalData (const bool use_global_weights=false) | |
Public Attributes | |
bool | use_global_weights |
Collects the options which can be used to specify the behavior during reinitialization.
Definition at line 214 of file mapping_info.h.
|
inline |
Constructor which sets the default arguments.
Definition at line 219 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 228 of file mapping_info.h.