Skip to content

Commit

Permalink
Merge pull request #16736 from bergbauer/point_kernels
Browse files Browse the repository at this point in the history
MatrixFree: Split tensor product points and single point kernels
  • Loading branch information
kronbichler committed Mar 8, 2024
2 parents 9970007 + e78db35 commit ba83478
Show file tree
Hide file tree
Showing 4 changed files with 1,603 additions and 1,568 deletions.
2 changes: 1 addition & 1 deletion include/deal.II/fe/mapping_q_internal.h
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
#include <deal.II/matrix_free/fe_evaluation_data.h>
#include <deal.II/matrix_free/mapping_info_storage.h>
#include <deal.II/matrix_free/shape_info.h>
#include <deal.II/matrix_free/tensor_product_kernels.h>
#include <deal.II/matrix_free/tensor_product_point_kernels.h>

#include <array>
#include <limits>
Expand Down
2 changes: 1 addition & 1 deletion include/deal.II/matrix_free/fe_point_evaluation.h
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
#include <deal.II/matrix_free/evaluation_kernels_face.h>
#include <deal.II/matrix_free/mapping_info_storage.h>
#include <deal.II/matrix_free/shape_info.h>
#include <deal.II/matrix_free/tensor_product_kernels.h>
#include <deal.II/matrix_free/tensor_product_point_kernels.h>

#include <deal.II/non_matching/mapping_info.h>

Expand Down

0 comments on commit ba83478

Please sign in to comment.