Reference documentation for deal.II version GIT relicensing-487-ge9eb5ab491 2024-04-25 07:20:02+00:00
\(\newcommand{\dealvcentcolon}{\mathrel{\mathop{:}}}\) \(\newcommand{\dealcoloneq}{\dealvcentcolon\mathrel{\mkern-1.2mu}=}\) \(\newcommand{\jump}[1]{\left[\!\left[ #1 \right]\!\right]}\) \(\newcommand{\average}[1]{\left\{\!\left\{ #1 \right\}\!\right\}}\)
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
NonMatching::MappingInfo< dim, spacedim, Number >::AdditionalData Struct Reference

#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
 

Detailed Description

template<int dim, int spacedim = dim, typename Number = double>
struct NonMatching::MappingInfo< dim, spacedim, Number >::AdditionalData

Collects the options which can be used to specify the behavior during reinitialization.

Definition at line 234 of file mapping_info.h.

Constructor & Destructor Documentation

◆ AdditionalData()

template<int dim, int spacedim = dim, typename Number = double>
NonMatching::MappingInfo< dim, spacedim, Number >::AdditionalData::AdditionalData ( const bool  use_global_weights = false,
const bool  store_cells = false 
)
inline

Constructor which sets the default arguments.

Definition at line 239 of file mapping_info.h.

Member Data Documentation

◆ use_global_weights

template<int dim, int spacedim = dim, typename Number = double>
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.

◆ store_cells

template<int dim, int spacedim = dim, typename Number = double>
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.


The documentation for this struct was generated from the following file: