Poisson_Solver
Introduction
This code is designed to numerically solve the Poisson equation using the finite Element Method (FEM).
Requirements
The requirements for this software is deal.ii library version 8.3.0 or higher, CMake version 2.8 or higher.
Installation
First obtain and install a copy of the dealii deal.ii library version 8.3.0 or higher. See the dealii library for installation instructions and help installing trilinos and p4est.
Compiling
To generate a makefile for this code using CMake type into the terminal:
cmake . -DDEAL_II_DIR=/path_to_deal.ii
To can compile the code use:
make release
Running
To run the executable use:
./main