Skip to content

Solves the steady-state advection equation using the discontinuous Galerkin method.

Notifications You must be signed in to change notification settings

mdh266/Advection_Solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Advection Equation Solver

Introduction

This code is designed to numerically solve the steady-state advection equation using the discontinuous Galerkin (DG) method.

Note This is refactored code from the step-30 in the deal.ii tutorial. The capabilities of anisotropic mesh refinement has been removed to more clearly show how to implement DG methods using the deal.ii library.

Requirements

The requirements for this software is deal.ii library version 8.4.0 or higher, CMake version 2.8 or higher.

Installation

First obtain and install a copy of the dealii deal.ii library version 8.4.0 or higher.

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

About

Solves the steady-state advection equation using the discontinuous Galerkin method.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published