Giter Club home page Giter Club logo

local-dg's Introduction

Local-DG

Local Discontinuous Galerkin Solver written in C++ and MPI for use on supercomputers such as NERSC's Edison or TACC's Stampede to solve problems involving the Navier-Stokes equations in 3D.

Can be compiled using the MPI Intel compiler (mpiicpc) or MPI GCC compiler (mpic++).

To install, run git clone https://github.com/NoseKnowsAll/Local-DG.git

Running the Program

Main options that can be changed are available in driver.cpp and in the constructor Solver::Solver() within solver.cpp.

First compile the program:

  1. On Edison:
  • Ensure CC defined as mpiicpc in Makefile
  • source init.sh
  • make
  1. On Stampede:
  • Ensure CC defined as mpiicpc in Makefile
  • make
  1. On Implicit:
  • Ensure CC defined as mpic++ in Makefile
  • make

Once code is successfully compiled, run executable with ./driver

Contributing to the project

If you are interested in contributing to the project, please contact Michael Franco at [email protected]. At this time, the code is largely research-code, so I don't expect anyone to take me up on this offer. That being said, I welcome any and all feedback/comments on this project at the same email.

Licensing

Copyright (C) 2017 Franco Computational Solutions

This program is free software: you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation, either version 3 of the License, or
        (at your option) any later version.

This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
        GNU General Public License for more details.

You should have received a copy of the GNU General Public License
    along with this program.  If not, see <http://www.gnu.org/licenses/>.

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.