Large-scale body-fitted meshing is very inefficient
Meshing bottleneck
In Hughes et al. CMAME 194 ('05) 4135–4195:
The typical situation in engineering practice is that designs are encapsulated in CAD systems and meshes are generated from CAD data. [...] It is estimated that about 80% of overall analysis time is devoted to mesh generation in the automotive, aerospace, and ship building industries. In the automotive industry, a mesh for an entire vehicle takes about four months to create.
Eric Neiva | CDF-CNRS | Unfitted FEM | 25-11-2022
Large-scale body-fitted meshing is very inefficient
Partitioning bottleneck
Body-fitted > expensive
Cartesian grid > trivial
Eric Neiva | CDF-CNRS | Unfitted FEM | 25-11-2022
Large-scale body-fitted meshing is very inefficient
Adaptive mesh refinement bottleneck
Tree-based are currently the most scalable AMR approach:
A very expressive API to solve complex PDEs with few lines of code
Write weak form with almost 1:1 to the mathematical notation
Thank you!!!
Special thanks to F. Verdugo and P.A. Martorell for providing some of their pictures for these slides.
This material is part of a project that has received funding from the European Research Council (ERC) under the European Union’s Horizon 2020 research and innovation programme (Grant agreement No. 949267).
Except where otherwise noted, this work and its contents (texts and illustrations) are licensed under the Attribution 4.0 International (CC BY 4.0).
Maybe recall that mesh distributed among processors
- Bypassing functional analysis and existence and uniqueness theorems
- The keys are that FEM approximates the variational problem and its relation to the minimisation problem
Go fast. Natural vs essential BCs
Go fast. Natural vs essential BCs
Comment on regularity
- Recasting the problem into a discrete vector subspace
- If (V) is well-posed, then (G) is well-posed (previous theorem for finite dim, also)
The two key ingredients are:
- We exchanged geometric complexity for integration complexity
- See [de Prenter, Verhoosel, van Brummelen, Larson & Badia, subm.](https://arxiv.org/abs/2208.08538)
| [Burman et al., 2015](https://onlinelibrary.wiley.com/doi/full/10.1002/nme.4823) | [Saye, 2015](https://epubs.siam.org/doi/10.1137/140966290) and [2022](https://www.sciencedirect.com/science/article/pii/S002199912100615X) |