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
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