GithubHelp home page GithubHelp logo

philippericka / book.feelpp.org Goto Github PK

View Code? Open in Web Editor NEW

This project forked from feelpp/book.feelpp.org

0.0 0.0 0.0 3.58 MB

:globe_with_meridians: The Feel++ Book

Home Page: http://book.feelpp.org

License: GNU General Public License v3.0

Shell 0.31% Ruby 0.76% Makefile 0.53% HTML 10.26% CSS 50.98% C++ 26.74% CMake 1.68% GLSL 0.22% TeX 5.02% JavaScript 3.48%

book.feelpp.org's Introduction

Feel++: Finite Element Embedded Library in C++

What is Feel++ ?

Feel++ is a unified C++ implementation of Galerkin methods (finite and spectral element methods) in 1D, 2D and 3D to solve partial differential equations.

Feel++ is

  1. a versatile mathematical kernel solving easily problems using different techniques thus allowing testing and comparing methods, e.g. cG versus dG.

  2. a small and manageable library which nevertheless encompasses a wide range of numerical methods and techniques and in particular reduced order methods such as the reduced basis method.

  3. a software that follows closely the mathematical abstractions associated with partial differential equations (PDE) and in particular the finite element mathematical framework and variational formulations.

  4. a library that offers solving strategies that scales up to thousands and even tens of thousands of cores.

  5. a library entirely in C++ allowing to create C++ complex and typically non-linear multi-physics applications currently in industry, physics and health-care.

Read the Feel++ Book

All the Feel++ manuals are available at http://book.feelpp.org.

Help and Support

We’re always happy to help out with Feel++ or any other questions you might have. You can ask a question or signal an issue at the Gitter Feel++ salon.

Join the chat at https://gitter.im/feelpp/feelpp

Contribute to this documentation

You can contribute to improve this documentation on GitHub and follow the Gitter Feel++ Book forum.

Compiling the book

Using Docker

The Feel++ book toolchain is installed in the feelpp/feelpp-env docker image

docker run --rm -it feelpp/feelpp-env

Installing the toolchain

  1. install ruby and bundle

# On MacOSX
brew install ruby
gem install rake bundle

# on debian/ubuntu
apt-get install ruby-bundler
  1. Install the gems into the project

$ bundle config --local github.https true
$ bundle --path=.bundle/gems --binstubs=.bundle/.bin
πŸ“Ž
it installs all the requirements

then type

bundle exec jekyll serve
πŸ“Ž
it starts a local web server on the port 4000 where you can read the book.

book.feelpp.org's People

Contributors

prudhomm avatar gdolle avatar vincentchabannes avatar cdaversin avatar romainhild avatar lsala 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.