DOLFINx 0.12.0.0
DOLFINx C++
Loading...
Searching...
No Matches
dolfinx::fem::DofMapPackEntities Concept Reference

Concept for the degree-of-freedom map data passed to the entity assembly kernel, whose (2) entry is indexed by (entity, local index). More...

#include <traits.h>

Concept definition

template<class T>
concept DofMapPackEntities = DofMapPackBase<T> and requires(const std::remove_cvref_t<T>& t) {
{ std::get<2>(t)(0, 0) } -> std::convertible_to<std::int32_t>;
}
Concept for the degree-of-freedom map data passed to the entity assembly kernel, whose (2) entry is i...
Definition traits.h:74

Detailed Description

Concept for the degree-of-freedom map data passed to the entity assembly kernel, whose (2) entry is indexed by (entity, local index).