Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mdh266/poisson_solver

Poisson Equation Solver Using The Finite Element Method
https://github.com/mdh266/poisson_solver

c-plus-plus dealii finite-element-methods

Last synced: 18 days ago
JSON representation

Poisson Equation Solver Using The Finite Element Method

Awesome Lists containing this project

README

        

# 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*