Skip to content

mhartman88/proteus

 
 

Repository files navigation

Proteus: Computational Methods and Simulation Toolkit Build Status Binder DOI

Proteus (http://proteustoolkit.org) is a Python package for rapidly developing computer models and numerical methods.

Installation

The recommended way is the following:

make develop
make test

https://github.com/erdc/proteus/wiki/How-to-Build-Proteus

However, we are transitioning to a conda-based environment. Proteus can be installed with:

conda install proteus -c conda-forge

For a development installation, you want to install Proteus's dependencies and compile Proteus from source:

conda env create -f environment-dev.yml
conda activate proteus-dev
pip install -v -e .

Developer Information

The source code, wiki, and issue tracker are on GitHub at https://github.com/erdc/proteus.

About

A computational methods and simulation toolkit

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 55.8%
  • C++ 31.9%
  • C 11.4%
  • Objective-C 0.4%
  • Fortran 0.2%
  • Jupyter Notebook 0.1%
  • Other 0.2%