// FETools::convert_generalized_support_point_values_to_dof_values
template <int dim, int spacedim, typename number>
- static void
+ void
convert_helper(const FiniteElement<dim, spacedim> &finite_element,
const std::vector<Vector<number>> &support_point_values,
std::vector<number> &dof_values)
template <int dim, int spacedim, typename number>
- static void
+ void
convert_helper(
const FiniteElement<dim, spacedim> &finite_element,
const std::vector<Vector<std::complex<number>>> &support_point_values,
template <int dim, int spacedim>
- static void
+ void
convert_helper(const FiniteElement<dim, spacedim> &finite_element,
const std::vector<Vector<double>> &support_point_values,
std::vector<double> &dof_values)
namespace internal
{
template <int dim, int spacedim, typename number>
- void static inline create_boundary_mass_matrix_1(
+ void inline create_boundary_mass_matrix_1(
const typename DoFHandler<dim, spacedim>::active_cell_iterator &cell,
const MatrixCreator::internal::AssemblerBoundary::Scratch &,
MatrixCreator::internal::AssemblerBoundary::
DEAL_II_NOT_IMPLEMENTED();
}
+
template <>
void inline create_boundary_mass_matrix_1<1, 3, double>(
const DoFHandler<1, 3>::active_cell_iterator & /*cell*/,
typename number,
template <int, int>
class M_or_MC>
- static inline void
+ inline void
do_interpolate_boundary_values(
const M_or_MC<dim, spacedim> &mapping,
const DoFHandler<dim, spacedim> &dof,
template <int dim, int spacedim, typename Number, class OutVector>
DEAL_II_CXX20_REQUIRES(concepts::is_writable_dealii_vector_type<OutVector>)
- static void do_integrate_difference(
+ void do_integrate_difference(
const dealii::hp::MappingCollection<dim, spacedim> &mapping,
const DoFHandler<dim, spacedim> &dof,
const ReadVector<Number> &fe_function,