Giter Site home page Giter Site logo

cbcoutinho / learn_dg Goto Github PK

View Code? Open in Web Editor NEW
5.0 4.0 1.0 5.55 MB

A quick and dirty project to deploy a working DG solver

Home Page: https://cbcoutinho.github.io/learn_dg

License: BSD 2-Clause "Simplified" License

Makefile 1.72% Fortran 53.48% Python 35.53% GLSL 0.47% Shell 0.61% CMake 8.17%
fortran discontinuous-galerkin finite-elements fem

learn_dg's Introduction

Build Status

forthebadge

Documentation

Documentation about the project can be found here:

Learn_dg Documentation

Dependencies

This project has been refactored to be built on Linux using CMake. It's still possible to create a windows executable, but that is all done by cross-compilers on the Linux side. Further, the project also requires BLAS/Lapack.

To build the project, execute make cmake at the project root directory (cmake is a make recipe right now). If that is strange for you, make a build subdirectory in this directory and execute the following:

cmake ..

To create a windows executable/library of the project, either execute make cmake_win at the project root, or create a build subdicretory and execute the following:

cmake -DCMAKE_TOOLCHAIN_FILE:STRING=../cmake/Toolchain-x64-mingw32.cmake ..

Cross compiling the sources for Windows requires a few exotic packages. On openSUSE Leap 42.2, I had to first add the 'windows_mingw_win64' repo and install the following packages. These should cover the current state of the project.

mingw64-cross-gcc
mingw64-cross-g++
mingw64-cross-gfortran
mingw64-lapack-devel
mingw64-blas-devel

learn_dg's People

Contributors

cbcoutinho avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

Forkers

eminsight

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.