Code Monkey home page Code Monkey logo

lethe-cfd / dealii Goto Github PK

View Code? Open in Web Editor NEW

This project forked from dealii/dealii

2.0 1.0 0.0 348.65 MB

The development repository for the deal.II finite element library.

Home Page: https://www.dealii.org/

License: Other

CMake 0.29% C++ 98.63% C 0.51% HTML 0.01% Assembly 0.02% MATLAB 0.04% Makefile 0.02% Fortran 0.05% Shell 0.03% Perl 0.01% Groovy 0.01% Jupyter Notebook 0.02% Python 0.06% Roff 0.31% Gnuplot 0.01% Dockerfile 0.01% GLSL 0.01% Pawn 0.01% M4 0.01% Batchfile 0.01%

dealii's Introduction

regression-tester/current regression-tester/previous performance-tester/current jenkins/dealii-serial jenkins/dealii-mpi jenkins/dealii-osx jenkins/dealii-ampere workflows/github-docker workflows/indent workflows/tidy workflows/github-linux workflows/github-OSX workflows/github-windows

What is deal.II?

deal.II is a C++ program library targeted at the computational solution of partial differential equations using adaptive finite elements. It uses state-of-the-art programming techniques to offer you a modern interface to the complex data structures and algorithms required.

For the impatient:

Let's say you've unpacked the .tar.gz file into a directory /path/to/dealii/sources. Then configure, compile, and install the deal.II library with:

$ mkdir build
$ cd build
$ cmake -DCMAKE_INSTALL_PREFIX=/path/where/dealii/should/be/installed/to /path/to/dealii/sources
$ make install    (alternatively $ make -j<N> install)
$ make test

To build from the repository, execute the following commands first:

$ git clone https://github.com/dealii/dealii
$ cd dealii

Then continue as before.

A detailed ReadME can be found at ./doc/readme.html, ./doc/users/cmake_user.html, or at https://www.dealii.org/.

Getting started:

The tutorial steps are located under examples/ of the installation. Information about the tutorial steps can be found at ./doc/doxygen/tutorial/index.html or at https://www.dealii.org/.

deal.II includes support for pretty-printing deal.II objects inside GDB. See contrib/utilities/dotgdbinit.py or the new documentation page (under 'information for users') for instructions on how to set this up.

License:

Please see the file ./LICENSE.md for details

Further information:

For further information have a look at ./doc/index.html or at https://www.dealii.org.

Docker Images:

Docker images based on the Ubuntu operating system are available on Docker Hub. You can use any of the available version (list of available tags) by running, for example:

$ docker run --rm -t -i dealii/dealii:master-focal

The above command would drop you into an isolated environment, in which you will find the latest version of deal.II (master development branch) installed under /usr/local.

dealii's People

Contributors

bangerth avatar kronbichler avatar tamiko avatar masterleinad avatar guidokanschat avatar tjhei avatar drwells avatar peterrum avatar luca-heltai avatar rombur avatar davydden avatar jppelteret avatar marcfehling avatar gassmoeller avatar blaisb avatar dangars avatar jfrohne avatar eisbaerli avatar bergbauer avatar rezarastak avatar stefanozampini avatar simonsticko avatar agrayver avatar qiaolei-88 avatar zjiaqi2018 avatar grahambenharper avatar benbrands avatar fdrmrc avatar nfehn avatar class4kayaker avatar

Stargazers

Franck avatar Daniel Freire Caporale avatar

Watchers

James Cloos 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.