An open API service indexing awesome lists of open source software.

https://github.com/gerlero/frontx

Nonlinear diffusion problems with JAX
https://github.com/gerlero/frontx

boltzmann-transformation diffusion-equation fronts jax moisture-diffusivity python

Last synced: 5 months ago
JSON representation

Nonlinear diffusion problems with JAX

Awesome Lists containing this project

README

          

# [Frontx logo](https://github.com/gerlero/frontx)

**[JAX](https://github.com/jax-ml/jax)-accelerated numerical library for nonlinear diffusion problems in semi-infinite domains**

[![Documentation](https://img.shields.io/readthedocs/frontx)](https://frontx.readthedocs.io/)
[![CI](https://github.com/gerlero/frontx/actions/workflows/ci.yml/badge.svg)](https://github.com/gerlero/frontx/actions/workflows/ci.yml)
[![Codecov](https://codecov.io/gh/gerlero/frontx/branch/main/graph/badge.svg)](https://codecov.io/gh/gerlero/frontx)
[![Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json)](https://github.com/astral-sh/ruff)
[![ty](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ty/main/assets/badge/v0.json)](https://github.com/astral-sh/ty)
[![uv](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/uv/main/assets/badge/v0.json)](https://github.com/astral-sh/uv)
[![Publish](https://github.com/gerlero/frontx/actions/workflows/pypi-publish.yml/badge.svg)](https://github.com/gerlero/frontx/actions/workflows/pypi-publish.yml)
[![PyPI](https://img.shields.io/pypi/v/frontx)](https://pypi.org/project/frontx/)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/frontx)](https://pypi.org/project/frontx/)

## 📦 Installation

Install with pip:

```bash
pip install frontx
```