Spectral Prescribed Mean Curvature

Jonas Haug,Rachel Jewell,Ray Treinen
2024-06-09
Abstract:We consider prescribed mean curvature equations whose solutions are minimal surfaces, constant mean curvature surfaces, or capillary surfaces. We consider both Dirichlet boundary conditions for Plateau problems and nonlinear Neumann boundary conditions for capillary problems and we consider domains in $\mathbf{R}^2$ to be rectangles, disks, or annuli. We present spectral methods for approximating solutions of the associated boundary value problems. These are either based on Chebyshev or Chebyshev-Fourier methods depending on the geometry of the domain. The non-linearity in the prescribed mean curvature equations is treated with a Newton method. The algorithms are designed to be adaptive; if the prescribed tolerances are not met then the resolution of the solution is increased until the tolerances are achieved. 22
Numerical Analysis,Analysis of PDEs
What problem does this paper attempt to address?
The problem that this paper attempts to solve is about the numerical solution methods for the given mean curvature equations. Specifically, the authors focus on those given mean curvature equations whose solutions are minimal surfaces, constant mean curvature surfaces or capillary surfaces. They consider two types of boundary conditions: Dirichlet boundary conditions for the Plateau problem and nonlinear Neumann boundary conditions for the capillary problem, and study these equations in rectangular, disc or annular regions. ### Main Problem Description 1. **Equation Types**: - Minimal surface equation \( H(u)=0 \) - Constant mean curvature (CMC) equation \( H(u) = 2H \), where \( H \) is a fixed constant - Capillary surface equation \( H(u)=\kappa u \), where \( \kappa \) is the capillary constant 2. **Boundary Conditions**: - Dirichlet boundary condition: \( u = g \) on \( \partial\Omega \) - Capillary boundary condition (nonlinear Neumann boundary condition): \[ \frac{\nabla u}{\sqrt{1+|\nabla u|^2}}\cdot n=\cos\gamma\quad\text{on}\ \partial\Omega \] where \( n \) is the outer unit normal vector of \( \Omega \), and \( \gamma\in[0,\pi] \) is the contact angle. 3. **Geometric Domains**: - Rectangular, disc or annular regions \( \Omega\subset\mathbb{R}^2 \) ### Numerical Methods The authors propose Chebyshev - or Chebyshev - Fourier spectral methods to approximate the solutions of these problems. For the nonlinear terms, the Newton method is used for processing. The algorithm is designed to be adaptive. If the predetermined tolerance is not reached, the resolution of the solution is increased until the tolerance requirement is satisfied. ### Key Formulas - Mean curvature operator: \[ \nabla\cdot\left(\frac{\nabla u}{\sqrt{1 + |\nabla u|^2}}\right)=H(u)\quad\text{in}\ \Omega \] - Minimal surface equation: \[ M(u)=(1 + u_y^2)u_{xx}-2u_xu_yu_{xy}+(1 + u_x^2)u_{yy}=0 \] - CMC equation: \[ M(u)-2H(1 + |\nabla u|^2)^{3/2}=0 \] - Capillary surface equation: \[ M(u)-\kappa u(1 + |\nabla u|^2)^{3/2}=0 \] ### Summary The main objective of this paper is to develop and implement an efficient and accurate numerical method for solving the given mean curvature equations on different geometric domains, especially for minimal surfaces, constant mean curvature surfaces and capillary surfaces. By introducing spectral methods and Newton iteration, the authors provide an adaptive algorithm framework to ensure the high - precision and stability of the solutions.