Code Monkey home page Code Monkey logo

docker's Introduction

Docker for FEniCS

Introduction

We currently offer four images:

  • stable-ppa: This image provides the most recent release of FEniCS and is recommended for most users. It contains the current stable FEniCS binaries from the official PPA.

    docker run -t -i fenicsproject/stable-ppa:latest
    
  • stable: This image provides the most recent release of FEniCS and is recommended for users who need the latest versions of PETSc, SLEPc, petsc4py and slepc4py.

    docker run -t -i fenicsproject/stable:latest
    
  • dev: This image provides the development version of FEniCS. It is for users looking for the latest features.

    docker run -t -i fenicsproject/dev:latest
    
  • dev-env: This image provides a development environment in which a user can compile FEniCS. It provides the necessary dependencies for FEniCS, but does not provide the FEniCS libraries.

      docker run -t -i fenicsproject/dev-env:latest
    

    A helper script (fenics.conf) is provided in the container to compile FEniCS. Just run:

    update_fenics
    

Authors

docker's People

Contributors

jhale avatar garth-wells avatar lzlarryli avatar

Watchers

Min RK avatar James Cloos avatar  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.