color = internal::MatrixFreeFunctions::TaskInfo::color
};
- // remove with level_mg_handler
- DEAL_II_DISABLE_EXTRA_DIAGNOSTICS
-
/**
* Constructor for AdditionalData.
*/
, mapping_update_flags_inner_faces(mapping_update_flags_inner_faces)
, mapping_update_flags_faces_by_cells(mapping_update_flags_faces_by_cells)
, mg_level(mg_level)
- , level_mg_handler(this->mg_level)
, store_plain_indices(store_plain_indices)
, initialize_indices(initialize_indices)
, initialize_mapping(initialize_mapping)
, mapping_update_flags_faces_by_cells(
other.mapping_update_flags_faces_by_cells)
, mg_level(other.mg_level)
- , level_mg_handler(this->mg_level)
, store_plain_indices(other.store_plain_indices)
, initialize_indices(other.initialize_indices)
, initialize_mapping(other.initialize_mapping)
, communicator_sm(other.communicator_sm)
{}
- // remove with level_mg_handler
- DEAL_II_ENABLE_EXTRA_DIAGNOSTICS
-
/**
* Copy assignment.
*/
*/
unsigned int mg_level;
- /**
- * Alias for mg_level
- *
- * @deprecated Use mg_level instead.
- */
- DEAL_II_DEPRECATED unsigned int &level_mg_handler;
-
/**
* Controls whether to enable reading from vectors without resolving
* constraints, i.e., just read the local values of the vector. By
lhs.mapping_update_flags_faces_by_cells ==
rhs.mapping_update_flags_faces_by_cells &&
lhs.mg_level == rhs.mg_level &&
- lhs.level_mg_handler == rhs.level_mg_handler &&
lhs.store_plain_indices == rhs.store_plain_indices &&
lhs.initialize_indices == rhs.initialize_indices &&
lhs.initialize_mapping == rhs.initialize_mapping &&
ad.mapping_update_flags_boundary_faces = update_values;
ad.mapping_update_flags_inner_faces = update_values;
ad.mapping_update_flags_faces_by_cells = update_values;
- ad.mg_level = 10;
ad.store_plain_indices = false;
ad.initialize_indices = false;
ad.initialize_mapping = false;
mg_additional_data.tasks_parallel_scheme =
MatrixFree<dim, number>::AdditionalData::none;
mg_additional_data.tasks_block_size = 3;
- mg_additional_data.level_mg_handler = level;
+ mg_additional_data.mg_level = level;
AffineConstraints<double> level_constraints;
IndexSet relevant_dofs;