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

Method tabulate

cpp/dolfinx/fem/FiniteElement.cpp:365–371  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

363//-----------------------------------------------------------------------------
364template <std::floating_point T>
365void FiniteElement<T>::tabulate(std::span<T> values, std::span<const T> X,
366 std::array<std::size_t, 2> shape,
367 int order) const
368{
369 assert(_element);
370 _element->tabulate(order, X, shape, values);
371}
372//-----------------------------------------------------------------------------
373template <std::floating_point T>
374std::pair<std::vector<T>, std::array<std::size_t, 4>>

Callers 14

test_rank1_blockedFunction · 0.45
evalMethod · 0.45
discrete_curlFunction · 0.45
discrete_gradientFunction · 0.45
interpolation_matrixFunction · 0.45
interpolation_coordsFunction · 0.45
piola_mapped_evaluationFunction · 0.45

Calls

no outgoing calls

Tested by 2

test_rank1_blockedFunction · 0.36