All Projects → vboussange → HighDimPDE.jl

vboussange / HighDimPDE.jl

Licence: other
A Julia package that breaks down the curse of dimensionality in solving PDEs.

Build Status

HighDimPDE.jl

HighDimPDE.jl is a Julia package to solve Highly Dimensional non-local, non-linear PDEs of the form

$$ \begin{aligned} (\partial_t u)(t,x) &= \int_{\Omega} f\big(t,x,{\bf x}, u(t,x),u(t,{\bf x}), ( \nabla_x u )(t,x ),( \nabla_x u )(t,{\bf x} ) \big) , d{\bf x} \\ & \quad + \big\langle \mu(t,x), ( \nabla_x u )( t,x ) \big\rangle + \tfrac{1}{2} \text{Trace} \big(\sigma(t,x) [ \sigma(t,x) ]^* ( \text{Hess}_x u)(t, x ) \big). \end{aligned} $$

where $u \colon [0,T] \times \Omega \to \mathbb{R}$, $\Omega\subseteq \mathbb{R}^d$ is subject to initial and boundary conditions, and where $d$ is large.

Documentation

Installation

Open Julia and type the following

using Pkg;
Pkg.add("HighDimPDE.jl")

This will download the latest version from the git repo and download all dependencies.

Getting started

See documentation and test folders.

Reference

  • Boussange, V., Becker, S., Jentzen, A., Kuckuck, B., Pellissier, L., Deep learning approximations for non-local nonlinear PDEs with Neumann boundary conditions. arXiv (2022)
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].