Note: this is documentation for an old release. View the latest documentation at docs.fenicsproject.org/dolfinx/v0.9.0/cpp/doxygen/dc/da9/conceptdolfinx_1_1fem_1_1FEkernel.html
DOLFINx 0.7.3
DOLFINx C++ interface
Loading...
Searching...
No Matches
dolfinx::fem::FEkernel Concept Reference

Finite element cell kernel concept. More...

#include <utils.h>

Concept definition

template<class U, class T>
concept dolfinx::fem::FEkernel = std::is_invocable_v<U, T*, const T*, const T*,
const scalar_value_type_t<T>*,
const int*, const std::uint8_t*>
Finite element cell kernel concept.
Definition utils.h:122

Detailed Description

Finite element cell kernel concept.

Kernel functions that can be passed to an assembler for execution must satisfy this concept.