}
+#if deal_II_dimension == 1
+
template<>
void
MappingQ1<1,2>::transform_covariant (
}
}
+#endif
+
+#if deal_II_dimension == 2
+
template<>
void
MappingQ1<2,3>::transform_covariant (
}
}
+#endif
+
+
template <int dim, int spacedim>
void
MappingQ1<dim, spacedim>::transform_covariant (
contract (output[i], input[i+offset], data.covariant[i]);
}
+#if deal_II_dimension == 1
+
template <>
void
MappingQ1<1, 2>::transform_covariant (
Assert(false, ExcNotImplemented());
}
+#endif
+
+#if deal_II_dimension == 2
+
template <>
void
MappingQ1<2, 3>::transform_covariant (
Assert(false, ExcNotImplemented());
}
+#endif
+
template<int dim, int spacedim>
void
return p_unit;
}
+
+#if deal_II_dimension == 1
+
template<>
void
MappingQ1<1,2>::
{
Assert(false, ExcNotImplemented());
}
+
+#endif
+
+#if deal_II_dimension == 2
+
template<>
void
MappingQ1<2,3>::
Assert(false, ExcNotImplemented());
}
+#endif
+
template<int dim, int spacedim>
void