Re: [deal.II] Re: Problem with get_back_interpolation_matrix when dim=2, spacedim=3

2016-11-28 Thread Wolfgang Bangerth
On 10/19/2016 07:59 AM, Praveen C wrote: Well, thinking about it, it seems that spacedim=3 is not relevant here. I can do constFE_DGQArbitraryNodes fe1(QGauss<1>(fe.degree+1)); constFE_DGQArbitraryNodes fe2(QGauss<1>(fe.degree)); FETools::get_back_interpolation_matrix(fe1, fe

[deal.II] Re: Problem with get_back_interpolation_matrix when dim=2, spacedim=3

2016-10-19 Thread Praveen C
Well, thinking about it, it seems that spacedim=3 is not relevant here. I can do const FE_DGQArbitraryNodes fe1(QGauss<1>(fe.degree+1)); const FE_DGQArbitraryNodes fe2(QGauss<1>(fe.degree)); FETools::get_back_interpolation_matrix(fe1, fe2, filter_matrix); This should give me