This Repository contains code for solving Poisson's Equations in three geometries of Square, Circle and a Ring.
for compling the *.cc codes following commands must be executed:
sudo cmake -DDEAL_II_DIR="path\to\DEAL.II_directory" .
then:
make
the executable program will be compipled and after running it the solution.vtk, solution.gpl and grid.svg will be generated.
for visualizing the 3D surface the follwing commands must be executed in GnuPlot shell:
gnuplot
set style data line
splot "solution.gpl"