This repository contains code for solving the Laplace problem in two dimensions using the finite element method with mixed boundary conditions (Dirichlet and Neumann). The Laplace problem involves finding an approximation of the solution to a problem in a domain equipped with mixed boundary conditions.
We aim to obtain an approximation of the solution to the Laplace problem in a two-dimensional domain with mixed boundary conditions. The domain, denoted by
where
We propose to solve the Laplace problem by discretizing it using the Lagrange finite element method with
To use the code provided in this repository, follow these steps:
- Clone the repository to your local machine.
- Install the necessary dependencies as specified in the
requirements.txtfile. - Run the main script to solve the Laplace problem and obtain the solution.
This project is licensed under the MIT License - see the LICENSE file for details.