MCPcopy Create free account
hub / github.com/FEniCS/dolfinx / tabulate

Method tabulate

cpp/dolfinx/fem/CoordinateElement.cpp:55–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53//-----------------------------------------------------------------------------
54template <std::floating_point T>
55void CoordinateElement<T>::tabulate(int nd, std::span<const T> X,
56 std::array<std::size_t, 2> shape,
57 std::span<T> basis) const
58{
59 assert(_element);
60 _element->tabulate(nd, X, shape, basis);
61}
62//--------------------------------------------------------------------------------
63template <std::floating_point T>
64void CoordinateElement<T>::permute_subentity_closure(std::span<std::int32_t> d,

Callers 1

pull_back_nonaffineMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected