GithubHelp home page GithubHelp logo

shiruwei9 / dealii Goto Github PK

View Code? Open in Web Editor NEW

This project forked from dealii/dealii

0.0 0.0 0.0 293.91 MB

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

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

License: Other

Shell 0.04% C++ 95.98% Python 0.10% Perl 0.01% C 0.78% Groovy 0.01% Fortran 0.08% Assembly 0.03% MATLAB 0.06% Gnuplot 0.01% Cuda 0.35% Makefile 0.02% HTML 0.01% CMake 0.45% GLSL 0.01% Jupyter Notebook 0.04% Dockerfile 0.01% Roff 2.07%

dealii's Introduction

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.

Continuous Integration Status:

System Status More information
Indent indent using GitHub actions
Linux Build Status See https://jenkins.tjhei.info
MacOS Build Status See https://jenkins.tjhei.info
MacOS Build Status See https://github.com/dealii/dealii/actions
MSVC Build status See https://github.com/dealii/dealii/actions
Docker Build status See https://github.com/dealii/dealii/actions
CDash cdash Various builds and configurations on https://cdash.dealii.org/index.php?project=deal.II

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 guidokanschat avatar masterleinad avatar tjhei avatar drwells avatar peterrum avatar luca-heltai avatar davydden avatar rombur avatar jppelteret avatar marcfehling avatar gassmoeller avatar dangars avatar jfrohne avatar eisbaerli avatar blaisb avatar rezarastak avatar agrayver avatar qiaolei-88 avatar simonsticko avatar grahambenharper avatar benbrands avatar zjiaqi2018 avatar nfehn avatar class4kayaker avatar esenonfossiio avatar jaeryunyim avatar mac-a 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.