};
+template <>
const double * const FE_DGQ<2>::Matrices::embedding[] =
{
FE_DGQ_2d::dgq0_into_dgq0_refined,
FE_DGQ_2d::dgq6_into_dgq6_refined
};
+template <>
const unsigned int FE_DGQ<2>::Matrices::n_embedding_matrices
= sizeof(FE_DGQ<2>::Matrices::embedding) /
sizeof(FE_DGQ<2>::Matrices::embedding[0]);
+template <>
const double * const FE_DGQ<2>::Matrices::projection_matrices[] =
{
FE_DGQ_2d::dgq0_refined_onto_dgq0,
};
+template <>
const unsigned int FE_DGQ<2>::Matrices::n_projection_matrices
= sizeof(FE_DGQ<2>::Matrices::projection_matrices) /
sizeof(FE_DGQ<2>::Matrices::projection_matrices[0]);
// embedding matrices
+template <>
const double * const
FE_Q<2>::Matrices::embedding[][GeometryInfo<2>::children_per_cell] =
{
};
+template <>
const unsigned int
FE_Q<2>::Matrices::n_embedding_matrices
= sizeof(FE_Q<2>::Matrices::embedding) /
};
+template <>
const double * const
FE_Q<2>::Matrices::constraint_matrices[] =
{
};
+template <>
const unsigned int
FE_Q<2>::Matrices::n_constraint_matrices
= sizeof(FE_Q<2>::Matrices::constraint_matrices) /
In the beginning the Universe was created. This has made a lot of
people very angry and has been widely regarded as a bad move.
Douglas Adams