Skip to content

pyccel/GeLaTo

Repository files navigation

Welcome to GeLaTo

build status Documentation Status binder

GeLaTo is a python library for the Generalized Locally Toeplitz theory for IsoGeometric Analysis.

Install

From PyPi

Simply run, for a local installation:

pip3 install --user gelato 

or:

pip3 install gelato 

for a global installation.

From sources

  • Standard mode:

    python3 -m pip install .
  • Development mode:

    python3 -m pip install --user -e .

Examples