gelato

A Python library for Generalized Locally Toeplitz theory for Isogeometric Analysis.


Keywords
math, b-splines, fourier-analysis, isogeometric-analysis, partial-differential-equations, symbolic-manipulation, sympy
License
MIT-feh
Install
pip install gelato==0.12.0

Documentation

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