Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gmkoeb committed Jan 17, 2024
1 parent e143305 commit bd57270
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Solves the Laplace equation for a specific mesh and boundaries.

## How does it work?
The program reads a generated mesh (from gmsh https://gmsh.info/) and uses the FEniCS Project library in Python (https://fenicsproject.org/) to solve partial differential equations
(in this case the Laplace equation for an electromagnetic problem from Jackson). The boundaries (ansatz) are defined based on the used mesh.
(in this case the Laplace equation for an electrostatic problem from Jackson). The boundaries (ansatz) are defined based on the used mesh.
In this example we have a long hollow cylinder divided into 4 different regions with alternating potentials (V=+1V and V=-1V) (Jackson problem 2.14).

## Example
Expand Down

0 comments on commit bd57270

Please sign in to comment.