-for (VEC : SERIAL_VECTORS; SCALAR : REAL_SCALARS; deal_II_dimension : DIMENSIONS; lda : BOOL)
+for (VEC : SERIAL_VECTORS; deal_II_dimension : DIMENSIONS; lda : BOOL)
{
template
void
DoFCellAccessor<DoFHandler<deal_II_dimension>, lda>::get_interpolated_dof_values
- (const VEC&, Vector<SCALAR>&,
+ (const VEC&, Vector<VEC::value_type>&,
const unsigned int fe_index) const;
#if deal_II_dimension != 3
template
void
DoFCellAccessor<DoFHandler<deal_II_dimension,deal_II_dimension+1>, lda>::get_interpolated_dof_values
- (const VEC&, Vector<SCALAR>&,
+ (const VEC&, Vector<VEC::value_type>&,
const unsigned int fe_index) const;
#endif
template
void
DoFCellAccessor<DoFHandler<1,3>, lda>::get_interpolated_dof_values
- (const VEC&, Vector<SCALAR>&,
+ (const VEC&, Vector<VEC::value_type>&,
const unsigned int fe_index) const;
#endif
}
-for (VEC : SERIAL_VECTORS; SCALAR : REAL_SCALARS; deal_II_dimension : DIMENSIONS; lda : BOOL)
+for (VEC : SERIAL_VECTORS; deal_II_dimension : DIMENSIONS; lda : BOOL)
{
template
void
DoFCellAccessor<hp::DoFHandler<deal_II_dimension>, lda>::get_interpolated_dof_values
- (const VEC&, Vector<SCALAR>&,
+ (const VEC&, Vector<VEC::value_type>&,
const unsigned int fe_index) const;
#if deal_II_dimension != 3
template
void
DoFCellAccessor<hp::DoFHandler<deal_II_dimension,deal_II_dimension+1>, lda>::get_interpolated_dof_values
- (const VEC&, Vector<SCALAR>&,
+ (const VEC&, Vector<VEC::value_type>&,
const unsigned int fe_index) const;
#endif
template
void
DoFCellAccessor<hp::DoFHandler<1,3>, lda>::get_interpolated_dof_values
- (const VEC&, Vector<SCALAR>&,
+ (const VEC&, Vector<VEC::value_type>&,
const unsigned int fe_index) const;
#endif
-for (VEC : SERIAL_VECTORS; SCALAR : REAL_SCALARS; deal_II_dimension : DIMENSIONS; lda : BOOL)
+for (VEC : SERIAL_VECTORS; deal_II_dimension : DIMENSIONS; lda : BOOL)
{
template
void
DoFCellAccessor<DoFHandler<deal_II_dimension>, lda>::set_dof_values_by_interpolation
- (const Vector<SCALAR>&, VEC&,
+ (const Vector<VEC::value_type>&, VEC&,
const unsigned int fe_index) const;
#if deal_II_dimension != 3
template
void
DoFCellAccessor<DoFHandler<deal_II_dimension,deal_II_dimension+1>, lda>::set_dof_values_by_interpolation
- (const Vector<SCALAR>&, VEC&,
+ (const Vector<VEC::value_type>&, VEC&,
const unsigned int fe_index) const;
#endif
template
void
DoFCellAccessor<DoFHandler<1,3>, lda>::set_dof_values_by_interpolation
- (const Vector<SCALAR>&, VEC&,
+ (const Vector<VEC::value_type>&, VEC&,
const unsigned int fe_index) const;
#endif
}
-for (VEC : SERIAL_VECTORS; SCALAR : REAL_SCALARS; deal_II_dimension : DIMENSIONS; lda : BOOL)
+for (VEC : SERIAL_VECTORS; deal_II_dimension : DIMENSIONS; lda : BOOL)
{
template
void
DoFCellAccessor<hp::DoFHandler<deal_II_dimension>, lda>::set_dof_values_by_interpolation
- (const Vector<SCALAR>&, VEC&,
+ (const Vector<VEC::value_type>&, VEC&,
const unsigned int fe_index) const;
#if deal_II_dimension != 3
template
void
DoFCellAccessor<hp::DoFHandler<deal_II_dimension,deal_II_dimension+1>, lda>::set_dof_values_by_interpolation
- (const Vector<SCALAR>&, VEC&,
+ (const Vector<VEC::value_type>&, VEC&,
const unsigned int fe_index) const;
#endif
template
void
DoFCellAccessor<hp::DoFHandler<1,3>, lda>::set_dof_values_by_interpolation
- (const Vector<SCALAR>&, VEC&,
+ (const Vector<VEC::value_type>&, VEC&,
const unsigned int fe_index) const;
#endif