eudoxos / mupif

MuPIF - A multiphysics integration framework written in Pyton. It allows combining existing software tools to build a customized multiphysics simulation chains

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MuPIF

MuPIF is modular, object-oriented integration platform allowing to create complex, distributed, multiphysics simulation workflows across the scales and processing chains by combining existing simulation tools.

Build Status codecov PyPI version Downloads Downloads

Documentation

Prerequisites

MuPIF requires the python interpreter, version 3.8 or newer. It has been tested on Linux / Windows systems. Network communication relies on Pyro5 module.

Installation

There are two options for MuPIF installation:

  • The first, recommended one, relies on Python Package Index (run as pip3 or pip)
  • For a system wide installation (needs admin privileges): pip3 install --upgrade git+https://github.com/mupif/mupif.git
  • For a user space installation: pip3 install mupif --user

The second option relies on the most advanced version on github:

  • git clone https://github.com/mupif/mupif.git mupif.git

License

MuPIF has been developed at Czech Technical University by Borek Patzak and coworkers and is available under GNU Library or Lesser General Public License version 3.0 (LGPLv3).

Further information

Please consult MuPIF home page (http://www.mupif.org) for additional information.

About

MuPIF - A multiphysics integration framework written in Pyton. It allows combining existing software tools to build a customized multiphysics simulation chains

License:GNU Lesser General Public License v3.0


Languages

Language:GLSL 82.5%Language:Python 17.3%Language:Shell 0.1%Language:Makefile 0.0%Language:Dockerfile 0.0%Language:C 0.0%