Coder Social home page Coder Social logo

spco / dealii Goto Github PK

View Code? Open in Web Editor NEW

This project forked from dealii/dealii

0.0 2.0 0.0 146.87 MB

Sam's copy of The development repository for the deal.II finite element library.

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

License: Other

CMake 0.41% C++ 96.10% C 0.89% Perl 0.01% Shell 0.02% HTML 0.01% Assembly 0.04% MATLAB 0.07% Makefile 0.03% Fortran 0.10% Objective-C 0.03% Python 0.05% Gnuplot 0.01% Groff 2.19% Cuda 0.04%

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 http://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 http://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 for details

Further information:

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

Continuous Integration Status:

Build Status

dealii's People

Contributors

bangerth avatar guidokanschat avatar tamiko avatar tjhei avatar kronbichler avatar drwells avatar luca-heltai avatar rombur avatar davydden avatar masterleinad avatar jfrohne avatar eisbaerli avatar qiaolei-88 avatar esenonfossiio avatar jppelteret avatar class4kayaker avatar jaeryunyim avatar mac-a avatar danshapero avatar asalgad1 avatar gassmoeller avatar asartori86 avatar nobletree avatar andreabonito avatar msteigemann avatar agrayver avatar scttmllr avatar maieneuro avatar pauletti avatar kkormann avatar

Watchers

James Cloos avatar Sam Cox 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.