Physics-Informed Holomorphic Neural Networks (PIHNNs): Solving Linear Elasticity Problems
Matteo Calafà, Emil Hovad, Allan P. Engsig-Karup, Tito Andriollo
TL;DR
The paper introduces physics-informed holomorphic neural networks (PIHNNs) to solve 2D linear elasticity problems by leveraging the Kolosov-Muskhelishvili holomorphic representation, reducing the solution to learning two holomorphic functions. By enforcing holomorphic outputs and using boundary-only loss terms, PIHNNs achieve fast training with low memory, while providing smooth, $C^{\infty}$-regular solutions and facilitating domain decomposition for multiply-connected domains. A universal approximation theorem for holomorphic networks justifies the representational capacity, and a tailored complex-valued weight initialization stabilizes training. Benchmark experiments on rings, plates with holes, and irregular BCs demonstrate higher accuracy and efficiency than standard real-valued PINNs, and domain decomposition effectively handles complex geometries with modest overhead. The approach offers a compact, interpretable framework for elasticity problems that can be extended to other holomorphic-representable PDEs and to higher dimensions with future work.
Abstract
We propose physics-informed holomorphic neural networks (PIHNNs) as a method to solve boundary value problems where the solution can be represented via holomorphic functions. Specifically, we consider the case of plane linear elasticity and, by leveraging the Kolosov-Muskhelishvili representation of the solution in terms of holomorphic potentials, we train a complex-valued neural network to fulfill stress and displacement boundary conditions while automatically satisfying the governing equations. This is achieved by designing the network to return only approximations that inherently satisfy the Cauchy-Riemann conditions through specific choices of layers and activation functions. To ensure generality, we provide a universal approximation theorem guaranteeing that, under basic assumptions, the proposed holomorphic neural networks can approximate any holomorphic function. Furthermore, we suggest a new tailored weight initialization technique to mitigate the issue of vanishing/exploding gradients. Compared to the standard PINN approach, noteworthy benefits of the proposed method for the linear elasticity problem include a more efficient training, as evaluations are needed solely on the boundary of the domain, lower memory requirements, due to the reduced number of training points, and $C^\infty$ regularity of the learned solution. Several benchmark examples are used to verify the correctness of the obtained PIHNN approximations, the substantial benefits over traditional PINNs, and the possibility to deal with non-trivial, multiply-connected geometries via a domain-decomposition strategy.
