Home
last modified time | relevance | path

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

/dports/math/dune-fem/dune-fem-d1c625e6d51167d0cce57de6adcef21f548a8f82/dune/fem/space/mapper/
H A Ddofmapper.hh185 SizeType numEntityDofs ( const Entity &entity ) const in numEntityDofs() function in Dune::Fem::DofMapper
187 CHECK_INTERFACE_IMPLEMENTATION( asImp().numEntityDofs( entity ) ); in numEntityDofs()
188 return asImp().numEntityDofs( entity ); in numEntityDofs()
H A Dparallel.hh56 assert( n == static_cast< std::size_t >( baseMapper_.numEntityDofs( entity ) ) ); in scatter()
142 indices.resize( numEntityDofs( entity ) ); in mapEntityDofs()
147 unsigned int numEntityDofs ( const Entity &entity ) const in numEntityDofs() function in Dune::Fem::ParallelDofMapper
149 return baseMapper().numEntityDofs( entity ); in numEntityDofs()
H A Dnonblockmapper.hh131 indices.resize( numEntityDofs( entity ) ); in mapEntityDofs()
140 …SizeType numEntityDofs ( const Entity &entity ) const { return blockSize * blockMapper_.numEntityD… in numEntityDofs() function in Dune::Fem::__NonBlockMapper::DofMapper
H A Ddynamicnonblockmapper.hh130 indices.resize( numEntityDofs( entity ) ); in mapEntityDofs()
139 …SizeType numEntityDofs ( const Entity &entity ) const { return blockSize() * blockMapper_.numEntit… in numEntityDofs() function in Dune::Fem::__DynamicNonBlockMapper::DofMapper
H A Dghost.hh84 return baseMapper_.numEntityDofs( entity ); in size()
205 indices.resize( numEntityDofs( entity ) ); in mapEntityDofs()
210 unsigned int numEntityDofs ( const Entity &entity ) const in numEntityDofs() function in Dune::Fem::GhostDofMapper
212 return baseMapper().numEntityDofs( entity ); in numEntityDofs()
H A Dindexsetdofmapper.hh170 unsigned int numEntityDofs ( const Entity &entity ) const;
411 indices.resize( numEntityDofs( entity ) ); in mapEntityDofs()
432 ::numEntityDofs ( const Entity &entity ) const in numEntityDofs() function in Dune::Fem::__IndexSetDofMapper::DofMapper
H A Dgenericadaptivedofmapper.hh621 const int n = numEntityDofs( entity ); in mapEachEntityDof()
651 indices.resize( numEntityDofs( entity ) ); in mapEntityDofs()
670 int numEntityDofs ( const Entity &entity ) const in numEntityDofs() function in Dune::Fem::GenericAdaptiveDofMapper
H A Dcodimensionmapper.hh143 static constexpr SizeType numEntityDofs ( const Entity &entity ) noexcept in numEntityDofs() function in Dune::Fem::__CodimensionMapper::DofMapper
/dports/math/dune-fem/dune-fem-d1c625e6d51167d0cce57de6adcef21f548a8f82/dune/fem/space/combinedspace/
H A Dtuplemapper.hh169 … localOffset[ i + 1 ] = localOffset[ i ] + std::get< i >( mapperTuple_ ).numEntityDofs( entity ); in mapEachEntityDof()
183 …SizeType numEntityDofs ( const Entity &entity ) const { return numEntityDofs( entity, std::index_s… in numEntityDofs() function in Dune::Fem::__TupleMapper::DofMapper
264 SizeType numEntityDofs ( const Entity &entity, std::index_sequence< i ... > ) const in numEntityDofs() function in Dune::Fem::__TupleMapper::DofMapper
266 return Std::sum( std::get< i >( mapperTuple_ ).numEntityDofs( entity ) ... ); in numEntityDofs()
H A Dpowermapper.hh128 …SizeType numEntityDofs ( const Entity &entity ) const { return mapper().numEntityDofs( entity ) * … in numEntityDofs() function in Dune::Fem::__PowerMapper::DofMapper
/dports/math/dune-fem/dune-fem-d1c625e6d51167d0cce57de6adcef21f548a8f82/dune/fem/space/fourier/
H A Ddofmapper.hh87 static SizeType numEntityDofs ( const Entity &entity ) in numEntityDofs() function in Dune::Fem::FourierDofMapper
/dports/math/dune-fem/dune-fem-d1c625e6d51167d0cce57de6adcef21f548a8f82/dune/fem/schemes/
H A Ddirichletconstraints.hh584 unsigned int localBlocks = mapper_.numEntityDofs( entity ); in gather()
608 unsigned int localBlocks = mapper_.numEntityDofs( entity ); in scatter()
629 return blockSize * mapper_.numEntityDofs( entity ); in size()
/dports/math/dune-fem/dune-fem-d1c625e6d51167d0cce57de6adcef21f548a8f82/dune/fem/space/common/
H A Ddefaultcommhandler.hh135 return Hybrid::size( LocalBlockIndices() ) * blockMapper_.numEntityDofs( entity ); in size()
H A Dcachedcommmanager.hh748 const int numDofs = blockMapper_.numEntityDofs( entity ); in gather()
803 const int numDofs = blockMapper_.numEntityDofs( entity ); in scatter()
821 return (send) ? (blockMapper_.numEntityDofs( entity ) + 1) : 0; in size()
/dports/math/dune-fem/dune-fem-d1c625e6d51167d0cce57de6adcef21f548a8f82/dune/fem/solver/communication/
H A Downeroverlapcopy.hh74 assert( (attribute != -1) || (mapper_.numEntityDofs( entity ) == 0) ); in scatter()
/dports/math/dune-fem/dune-fem-d1c625e6d51167d0cce57de6adcef21f548a8f82/dune/fem/space/hpdg/
H A Dblockmapper.hh224 SizeType numEntityDofs ( const Entity &entity ) const in numEntityDofs() function
/dports/math/dune-fem/dune-fem-d1c625e6d51167d0cce57de6adcef21f548a8f82/dune/fem/solver/
H A Damgistl.hh229 assert( (attribute != -1) || (mapper_.numEntityDofs( entity ) == 0) ); in scatter()