Git Product home page Git Product logo

shyaan / dealii Goto Github PK

View Code? Open in Web Editor NEW

This project forked from dealii/dealii

0.0 1.0 0.0 211.02 MB

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

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

License: Other

CMake 0.47% C++ 95.62% C 0.66% Perl 0.01% HTML 0.01% Assembly 0.03% Objective-C 0.09% MATLAB 0.06% Makefile 0.03% Fortran 0.09% Cuda 0.34% Shell 0.04% Groovy 0.01% Jupyter Notebook 0.04% Python 0.10% Roff 2.39% Gnuplot 0.01%

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 and ./doc/users/cmake.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:

Build Status

dealii's People

Contributors

bangerth avatar guidokanschat avatar tamiko avatar kronbichler avatar tjhei avatar masterleinad avatar drwells avatar davydden avatar luca-heltai avatar rombur avatar jppelteret avatar jfrohne avatar eisbaerli avatar gassmoeller avatar dangars avatar qiaolei-88 avatar marcfehling avatar benbrands avatar esenonfossiio avatar class4kayaker avatar jaeryunyim avatar mac-a avatar danshapero avatar givalz avatar asartori86 avatar agrayver avatar kalj avatar asalgad1 avatar nobletree avatar andreabonito 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.