51
54
/// Return array which defines sub system
52
55
const Array<uint>& array() const
58
60
// Recursively extract sub finite element
59
61
static ufc::finite_element* extractFiniteElement
60
62
(const ufc::finite_element& finite_element, const Array<uint>& sub_system);