Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MatrixFree: Add instantiation for ConstraintValues::insert_entries #13756

Merged
merged 1 commit into from May 18, 2022

Conversation

kronbichler
Copy link
Member

This should fix the build error observed on gcc-6 here: https://cdash.dealii.43-1.org/viewBuildError.php?buildid=1627

Note that I removed the instantiation ConstraintValues<float>, because we never use that one in the code, all uses are here:

internal::MatrixFreeFunctions::ConstraintValues<double> constraint_values;
const std::vector<bool> is_fe_dg = internal::compute_dof_info(
constraint,
locally_owned_dofs,
dof_handlers,
shape_info_dummy,
cell_level_index_end_local,
additional_data.mg_level,
additional_data.hold_all_faces_to_owned_cells,
additional_data.cell_vectorization_category,
additional_data.cell_vectorization_categories_strict,
do_face_integrals,
additional_data.mapping_update_flags_inner_faces != update_default,
additional_data.overlap_communication_computation,
task_info,
cell_level_index,
dof_info,
face_setup,
constraint_values,
additional_data.communicator_sm != MPI_COMM_SELF);
and in the functions consuming this data structure.

@kronbichler
Copy link
Member Author

Relates to #13703.

@drwells drwells merged commit 9f1ea18 into dealii:master May 18, 2022
@kronbichler kronbichler deleted the add_instantiation branch May 18, 2022 15:23
mkghadban pushed a commit to OpenFCST/dealii that referenced this pull request Sep 8, 2022
MatrixFree: Add instantiation for ConstraintValues::insert_entries
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants