Home
last modified time | relevance | path

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

/dports/math/dune-fem/dune-fem-d1c625e6d51167d0cce57de6adcef21f548a8f82/dune/fem/space/combinedspace/
H A Dtuplelocalrestrictprolong.hh131 …LocalFunction< SubFatherBasisFunctionSetType, SubDofVectorTypeFather > subLFFather( subFatherBasis… in apply() local
135 std::get< i >( tuple ).prolongLocal( subLFFather, subLFSon, geometryInFather, initialize ); in apply()
162 …LocalFunction< SubFatherBasisFunctionSetType, SubDofVectorTypeFather > subLFFather( subFatherBasis… in apply() local
164 std::get< i >( tuple ).restrictFinalize( subLFFather ); in apply()
197 …LocalFunction< SubFatherBasisFunctionSetType, SubDofVectorTypeFather > subLFFather( subFatherBasis… in apply() local
200 std::get< i >( tuple ).restrictLocal( subLFFather, subLFSon, geometryInFather, initialize ); in apply()
H A Dpowerlocalrestrictprolong.hh67 …LocalFunction< SubFatherBasisFunctionSetType, SubDofVectorTypeFather > subLFFather( subFatherBasis… in restrictLocal() local
70 … localRestrictProlong_.restrictLocal( subLFFather, subLFSon, geometryInFather, initialize ); in restrictLocal()
98 …LocalFunction< SubFatherBasisFunctionSetType, SubDofVectorTypeFather > subLFFather( subFatherBasis… in prolongLocal() local
101 localRestrictProlong_.prolongLocal( subLFFather, subLFSon, geometryInFather, initialize ); in prolongLocal()