Giter Site home page Giter Site logo

dg3d's Introduction

Description
***********

gridman is the general mesh library. It reads mesh and
assigns element and element faces and boundary information.
Cell.cpp has routines to compute quadrature based integrals
for terms from the weak form. 

Solver contains the main solver files. It is currently rigged
to solve the inviscid Burger's equation. The inviscidflux function
can be modified to do the Euler equations as well.

How to run
*********

Go to obj folder and invoke make.
move the exe file to the test folder

Go to test folder, and do ./euler.exe
The inputs-DG sets polynomial order and time steps etc.

The output files are written unstructured vtu format. It
can be read by paraview. The initial and final.dat files
are extracted along the center line. It contains 6 columns.
First column is the coordinate and 2-6 are the conserved
variable values. To plot solution on gnuplot, use
gnuplot> plot 'initial.dat' u 1:2 w l,'final.dat' u 1:2 w l

dg3d's People

Contributors

hariswaran avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.