Home
last modified time | relevance | path

Searched refs:buildInterpolationMatrixT (Results 1 – 1 of 1) sorted by relevance

/dports/math/freefem++/FreeFem-sources-4.6/src/fflib/
H A Dlgmat.cpp819 MatriceMorse<R> * buildInterpolationMatrixT(const FESpaceT1 & Uh,const FESpaceT2 & Vh,void *data) in buildInterpolationMatrixT() function
989 MatriceMorse<R> * buildInterpolationMatrixT<FESpaceL,FESpace>(const FESpaceL & Uh,const FESpace & V… in buildInterpolationMatrixT() function
1436 …sparse_mat->A.master(buildInterpolationMatrixT<FESpaceT1,FESpaceT2>(*Uh,*Vh,data)); // sparse_m… in SetMatrixInterpolationT1()