Skip to content

Polar Laplacian

Marcus Mohr requested to merge mohr/polarLaplacian into master

Hi,

the branch adds an app that solves the Laplace problem for a harmonic function with inhomogeneous Dirichlet boundary conditions in polar coordinates. We employ the P1ElementwiseOperator and MG for this.

Pipeline basically ran through. The failed tests were the three involving PETSc. Seems to be another issue of the kind of #67 (closed). The app does not employ PETSc.

Cheers
Marcus

Merge request reports