Skip to content

Commit

Permalink
Merge pull request #15575 from drwells/fevalues-resplit
Browse files Browse the repository at this point in the history
Remove the FEValues instantiation splits.
  • Loading branch information
kronbichler committed Jul 2, 2023
2 parents b259c68 + 367243a commit e1bb348
Show file tree
Hide file tree
Showing 7 changed files with 1 addition and 97 deletions.
5 changes: 0 additions & 5 deletions source/fe/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -68,11 +68,6 @@ set(_unity_include_src

set(_separate_src
fe_values.cc
fe_values_inst2.cc
fe_values_inst3.cc
fe_values_inst4.cc
fe_values_inst5.cc
fe_values_inst6.cc
mapping_fe_field.cc
mapping_fe_field_inst2.cc
fe_tools.cc
Expand Down
5 changes: 1 addition & 4 deletions source/fe/fe_values.cc
Original file line number Diff line number Diff line change
Expand Up @@ -4803,10 +4803,7 @@ FESubfaceValues<dim, spacedim>::do_reinit(const unsigned int face_no,


/*------------------------------- Explicit Instantiations -------------*/
#define SPLIT_INSTANTIATIONS_COUNT 6
#ifndef SPLIT_INSTANTIATIONS_INDEX
# define SPLIT_INSTANTIATIONS_INDEX 0
#endif

#include "fe_values.inst"

DEAL_II_NAMESPACE_CLOSE
20 changes: 0 additions & 20 deletions source/fe/fe_values_inst2.cc

This file was deleted.

17 changes: 0 additions & 17 deletions source/fe/fe_values_inst3.cc

This file was deleted.

17 changes: 0 additions & 17 deletions source/fe/fe_values_inst4.cc

This file was deleted.

17 changes: 0 additions & 17 deletions source/fe/fe_values_inst5.cc

This file was deleted.

17 changes: 0 additions & 17 deletions source/fe/fe_values_inst6.cc

This file was deleted.

0 comments on commit e1bb348

Please sign in to comment.