|
dune-fem 2.12-git
|
Loading...
Searching...
No Matches
dofmappercode.hh
Go to the documentation of this file.
31 std::enable_if_t< std::is_same< std::decay_t< decltype( std::declval< const RefElement & >().size( 0 ) ) >, int >::value, int > = 0,
32 std::enable_if_t< std::is_same< std::decay_t< decltype( std::declval< const RefElement & >().type( 0, 0 ) ) >, GeometryType >::value, int > = 0 >
66 void operator() ( std::size_t index, unsigned int numDofs, Iterator begin, Iterator end, Functor functor ) const
89 Mapping operator() ( const typename GridPart::template Codim< 0 >::EntityType &element, unsigned int subEntity, unsigned int codim ) const
93 const auto &refElement = ReferenceElements< typename GridPart::ctype, GridPart::dimension >::general( element.type() );
95 const int vx[ 2 ] = { refElement.subEntity( subEntity, codim, 0, dimension ), refElement.subEntity( subEntity, codim, 1, dimension ) };
96 return Mapping( localIdSet_.subId( gridEntity( element ), vx[ 1 ], dimension ) < localIdSet_.subId( gridEntity( element ), vx[ 0 ], dimension ) );
iterator end()
iterator begin()
constexpr auto reverse(const HybridMultiIndex< T... > &tp)
std::ptrdiff_t index() const
virtual void operator()()=0
const GridEntityAccess< Entity >::GridEntityType & gridEntity(const Entity &entity)
Definition gridpart.hh:510
DofMapperCode compile(const RefElement &refElement, const LocalCoefficients &localCoefficients)
Definition compile.hh:50
Definition dofmappercode.hh:25
LagrangeDofMapperCodeFactory(const LagrangePointSetContainer &lagrangePointSets)
Definition dofmappercode.hh:26
Definition dofmappercode.hh:58
LagrangeLocalDofMapping(const GridPart &gridPart)
Definition dofmappercode.hh:85
Definition code.hh:18
T forward(T... args)
Legal Statements / Impressum | Hosted by TU Dresden & Uni Heidelberg | Generated by
1.9.8