Enriched Immersed Finite Element and Isogeometric Analysis -- Algorithms and Data Structures
Nils Wunsch, Keenan Doble, Mathias R. Schmidt, Lise Noël, John A. Evans, Kurt Maute
TL;DR
The paper addresses the challenge of performing reliable immersed finite element analysis on geometrically complex, multi-material domains by introducing a robust preprocessing framework that generates conforming foreground meshes, topology information, and enriched basis functions. It combines a Nitsche-based weak form with generalized Heaviside enrichment and face-oriented ghost stabilization, organized around a tessellation-driven pipeline that yields clusters with custom quadrature rules suitable for standard FE assembly. Key contributions include the background ancestry concept, regular and templated subdivision for conformal mesh generation, flood-fill-based enrichment, and a parallelizable workflow with demonstrated robustness in edge cases and strong scalability results. The framework enables efficient, stable analysis of topology-optimized and multi-material microstructures, with practical impact in computational mechanics where complex interfaces and evolving geometries are common.
Abstract
Immersed finite element methods provide a convenient analysis framework for problems involving geometrically complex domains, such as those found in topology optimization and microstructures for engineered materials. However, their implementation remains a major challenge due to, among other things, the need to apply nontrivial stabilization schemes and generate custom quadrature rules. This article introduces the robust and computationally efficient algorithms and data structures comprising an immersed finite element preprocessing framework. The input to the preprocessor consists of a background mesh and one or more geometries defined on its domain. The output is structured into groups of elements with custom quadrature rules formatted such that common finite element assembly routines may be used without or with only minimal modifications. The key to the preprocessing framework is the construction of material topology information, concurrently with the generation of a quadrature rule, which is then used to perform enrichment and generate stabilization rules. While the algorithmic framework applies to a wide range of immersed finite element methods using different types of meshes, integration, and stabilization schemes, the preprocessor is presented within the context of the extended isogeometric analysis. This method utilizes a structured B-spline mesh, a generalized Heaviside enrichment strategy considering the material layout within individual basis functions$'$ supports, and face-oriented ghost stabilization. Using a set of examples, the effectiveness of the enrichment and stabilization strategies is demonstrated alongside the preprocessor$'$s robustness in geometric edge cases. Additionally, the performance and parallel scalability of the implementation are evaluated.
