Skip to main content

Discontinuous Galerkin Finite Element Library and Solvers

Project description

blitzdg

blitzdg is an open-source library offering discontinuous Galerkin (dg) solvers for common partial differential equations systems using blitz++ for array and tensor manipulations in a C++ environment or NumPy as a Python 3 library.

shallow water wave example

Shallow Water Wave Example blitzdg output

Build Status Coverage Status

Support blitzdg: Donate to blitzdg development

Building From Source

Build and development support has broadened from linux only to Mac OSX and Windows systems. Tested with GNU make (written to be cross-platform) and g++ on linux/MinGW64, clang++ on Mac OSX Sierra, and MSVC on Windows. Our build system depends on the cross-platform cmake tooling for Makefile generation.

  1. git clone https://github.com/dsteinmo/blitzdg.git
  2. cd blitzdg && ./pull-deps.sh
  3. cmake . && make advec1d && ./bin/advec1d (This binary is a 1D advection equation solver.).
  4. Run unit tests with make test.

Running with Docker

You can also run the build and tests inside a docker (linux) container. The container is based on an ubuntu 18.04 image.

  1. git clone https://github.com/dsteinmo/blitzdg.git && cd blitzdg
  2. docker build -t blitzdg .
  3. docker run -t blitzdg

Dependencies

  • cmake
  • blitz++
  • SuiteSparse (umfpack, cxsparse)
  • LAPACK
  • metis
  • boost
  • igloo for BDD-style testing.
  • vtk for visualization in Paraview.
  • boost-python for python bindings.

Dependency installation is outlined in pull-deps.sh (tested on Ubuntu and Mac OSX).

Windows

Our windows distribution was recently switched from MinGW to MSVC in order to achieve better support for graphics APIs, so support is lacking at the moment. Instructions will be made available here soon.

Contributing

We accept pull requests from public forks, and we use pull requests as the primary delivery mechanism of any new code within the base repository.

If you add code, please write tests using the igloo testing framework that is included as a project dependency. Your code additions will be subject to peer review and will be run through our Travis-CI continuous integration process.

Interested developers should consult the Guidelines for Contributing before getting started.

Maintainer

Lead Developers

Documentation

We actively maintain an interactive set of docs using Doxygen for end-user consumption.

The documentation is available on github pages at https://wqcg.github.io/blitzdg and is kept synchronized with the master branch via automation.

License

This project is licensed under the GNU Public License Version 3.

Our license choice is driven by the desire to keep this project and any of its derivative works open-source for public consumption by developers, mathematicians, scientists, engineers, and anyone else who might be interested in this project.

Contact

Any questions regarding the project may be addressed via email to the project maintainer.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

pyblitzdg-0.1.4-cp36-cp36m-manylinux1_x86_64.whl (15.6 MB view hashes)

Uploaded CPython 3.6m

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page