Code Monkey home page Code Monkey logo

dolfinx-bm1-spinodal's Introduction

FEniCS/DOLFINx/MPC & PFHub BM 1: Spinodal Decomposition

This repository presents an implementation of the PFHub Spinodal Decomposition Benchmark using DOLFINx, the experimental version of FEniCS. The basic code for this implementation is lifted from the Cahn-Hilliard example provided by the DOLFINx Docs.

N.B.: DOLFINx does not currently support resuming a simulation from the XDMF/HDF5 checkpoint files it writes. This is a severe deficiency.

DOLFINx & Singularity

I use Singularity to run the nightly DOLFINx build from [DockerHub] (https://hub.docker.com/r/dolfinx/dolfinx/tags?page=1&ordering=last_updated) inside a Conda environment. The Makefile reflects this environment.

  • Install Miniconda and Mamba (better dependency resolver)
    $ curl -O https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh
    $ chmod +x Miniconda3-latest-Linux-x86_64.sh
    $ ./Miniconda3-latest-Linux-x86_64.sh
    «agree to EULA, specify install dir, and prepare your shell»
    $ conda install mamba -n base -c conda-forge
  • Create and activate an environment containing Singularity
    $ mamba create -n sing python=3 singularity
    $ conda activate sing
  • Move to the benchmark directory and run the benchmark
    $ cd ~/path/to/dolfinx-bm1-spinodal
    $ make

DOLFINx-MPC

DOLFINx MPC provides for periodic boundary conditions. At present, stock DOLFINx does not.

dolfinx-bm1-spinodal's People

Contributors

tkphd avatar

Stargazers

 avatar

Watchers

 avatar  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.