Home
last modified time | relevance | path

Searched defs:samemesh (Results 1 – 3 of 3) sorted by relevance

/dports/math/freefem++/FreeFem-sources-4.6/plugin/mpi/
H A Dhtool.cpp173 bool samemesh = &Uh->Th == &Vh->Th; // same Fem2D::Mesh in SetHMatrix() local
H A Dbem.cpp1970 bool samemesh = (void*)&Uh->Th == (void*)&Vh->Th; // same Fem2D::Mesh +++ pot or kernel in operator ()() local
/dports/math/freefem++/FreeFem-sources-4.6/src/fflib/
H A Dlgmat.cpp674 bool samemesh = &Uh.Th == &Vh.Th; // same Mesh in buildInterpolationMatrix() local
866 …bool samemesh = (is_same< Mesh1, Mesh2 >::value) ? (void*)&Uh.Th == (void*)&Vh.Th : 0 ; // same M… in buildInterpolationMatrixT() local
1036 …bool samemesh = (is_same< Mesh1, Mesh2 >::value) ? (void*)&Uh.Th == (void*)&Vh.Th : 0 ; // same M… in buildInterpolationMatrixT() local