Skip to content

pyccel/GeLaTo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

16a94fb · Jun 9, 2022
May 25, 2022
Jul 6, 2017
Jun 9, 2022
Aug 30, 2019
Aug 14, 2019
Jul 17, 2018
Aug 15, 2019
Sep 21, 2020
Jun 15, 2017
Nov 19, 2017
Aug 30, 2019
May 9, 2018
Feb 26, 2019
Jun 9, 2022

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