Template Function ImmersX::ReducedFieldUtils::field_catalog_to_finite_element

Function Documentation

template<int dim, int spacedim>
std::unique_ptr<dealii::FiniteElement<dim, spacedim>> ImmersX::ReducedFieldUtils::field_catalog_to_finite_element(const FieldCatalog &catalog)

Build the FE representation implied by a reduced-field catalog.

Point fields use FE_Q(1), while cell fields use FE_DGQ(0). Each catalog entry becomes one FE block, preserving the catalog component ordering.