fix doc/readme/joss (#146)

* fix doc/readme/joss with API scheme

---------

Co-authored-by: Dario Coscia <dariocoscia@cli-10-110-11-236.WIFIeduroamSTUD.units.it>
This commit is contained in:
Dario Coscia
2023-07-04 11:52:10 +02:00
committed by GitHub
parent 6763be0d31
commit 3187bce6ca
7 changed files with 28 additions and 5 deletions

View File

@@ -1,10 +1,27 @@
Welcome to PINA's documentation!
===================================================
.. figure:: index_files/pina_logo.png
:align: center
:width: 150
|
PINA is a Python package providing an easy interface to deal with
physics-informed neural networks (PINN) for the approximation of (differential,
nonlinear, ...) functions. Based on Pytorch, PINA offers a simple and intuitive
way to formalize a specific problem and solve it using PINN.
way to formalize a specific problem and solve it using PINN. The approximated
solution of a differential equation can be implemented using PINA in a few lines
of code thanks to the intuitive and user-friendly interface.
.. figure:: index_files/API_color.png
:alt: PINA application program interface
:align: center
:width: 500
|
Physics-informed neural network
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~