Commit Graph

70 Commits

Author SHA1 Message Date
Nicola Demo
18e5d235bc create utils.py, method for parameters count 2022-11-28 12:39:28 +01:00
Dario Coscia
706cf3b2c6 docstring correction
typo correction.
2022-11-22 13:32:38 +01:00
RAHUL HALDER
2f33237323 Correct Tutorial 1 (#31) 2022-11-21 14:33:28 +01:00
Dario Coscia
f51e826132 update ReadMe (#32)
Simple Update of the  Example
2022-11-21 14:32:34 +01:00
Dario Coscia
bb1efe44bc full compatibility with torch models
* Network class added
* adding tests for Network class
2022-11-08 12:11:58 +01:00
Dario Coscia
a92a764844 Adding features to label tensor class (#29)
* adding label.setter for runtime check on labels
2022-11-04 17:26:05 +01:00
Nicola Demo
d06f28de7b Delete ppinn.py 2022-11-02 10:45:45 +01:00
Nicola Demo
90f990e78b Clean deeponet.py (#26)
* Clean deeponet.py
2022-10-27 17:54:13 +02:00
Dario Coscia
28421049b2 Span (#24)
* Changing chebyshev implementation to remove numpy dependencies
* Update span.py
2022-10-13 16:04:01 +02:00
Nicola Demo
06932196a8 CUDA option for labeltensor (#23)
* fix cuda device for labeltensor
2022-09-08 17:31:49 +02:00
Nicola Demo
9b2ab7be41 Merge pull request #22 from dario-coscia/main
Small update in _compute_error() in pinn.py
2022-07-21 17:02:59 +02:00
Dario Coscia
9c3f94d3ec Update pinn.py 2022-07-21 16:12:21 +02:00
Nicola Demo
e8c2f87460 fix examples (#21) 2022-07-21 13:41:59 +02:00
Nicola Demo
62f203fcc3 Update test_operators.py 2022-07-20 18:07:49 +02:00
Your Name
d6adce507b example of ODE 2022-07-20 18:07:49 +02:00
Your Name
a05adea4e3 minor fix 2022-07-20 18:07:49 +02:00
Anna Ivagnes
75a81af99c Add logo to Readme (#19)
* add logo
2022-07-19 18:16:38 +02:00
Nicola Demo
87f202cd5d Create create-release.yml 2022-07-11 17:53:37 +02:00
Your Name
88bd7948c3 0.0.2 2022-07-11 10:10:30 +01:00
Nicola Demo
f04eaaab40 Merge pull request #15 from ndem0/label_tensor
adjust LabelTensor
2022-07-11 10:03:50 +01:00
Your Name
a6363a3d5f tests operators 2022-07-11 10:59:10 +02:00
Your Name
f526a26050 fix old codes 2022-07-11 10:58:15 +02:00
Nicola Demo
571c4414eb Update README.md
nabla to delta
2022-06-23 11:57:08 +02:00
Nicola Demo
bff2f9f3fe Update README.md (#17)
* fix poisson equation on readme
* delete poisson_problem.png
2022-06-23 11:53:50 +02:00
Your Name
088649e042 minor changes 2022-05-11 16:42:11 +02:00
Anna Ivagnes
8130912926 preliminary modifications for N-S 2022-05-05 17:12:31 +02:00
aivagnes
d152fe67e3 Merge branch 'label_tensor' of https://github.com/ndem0/PINA into label_tensor 2022-03-30 10:34:30 +02:00
Your Name
6b001c6c53 use LabelTensor, fix minor, docs 2022-03-29 18:05:26 +02:00
Your Name
12f4084d7f adjust LabelTensor (inheritance) 2022-03-28 15:22:40 +02:00
Nicola Demo
ecf42fb596 badge coverage 2022-03-28 11:50:13 +02:00
Nicola Demo
d65aea8759 Merge pull request #14 from mathLab/badges
badges in readme
2022-03-28 10:59:26 +02:00
Nicola Demo
8d0e9a8d25 badges in readme 2022-03-28 10:53:06 +02:00
Nicola Demo
2724bbfd08 Merge pull request #11 from s274001/tut_poisson
Add tutorial for poisson problem
2022-03-22 15:15:45 +01:00
Nicola Demo
dc1a2463fb Update README.md 2022-03-22 15:13:27 +01:00
aivagnes
7ceae72422 add html to readme tutorials 2022-03-22 12:06:47 +01:00
aivagnes
b9829b1d23 add html tutorial 2022-03-22 11:56:37 +01:00
aivagnes
4ed565c15e Merge branch 'tut_poisson' of https://github.com/s274001/PINA into tut_poisson 2022-03-21 18:11:38 +01:00
Anna Ivagnes
e919586b65 Merge branch 'mathLab:master' into tut_poisson 2022-03-21 17:11:29 +01:00
aivagnes
5cf743dd12 improve tutorial 2022-03-21 15:59:27 +01:00
aivagnes
36a3ad94bf add Poisson tutorial 2022-03-21 15:59:27 +01:00
Nicola Demo
beb33f0da2 Update sphinx-build.yml 2022-03-21 15:56:54 +01:00
Nicola Demo
4195848233 Merge pull request #10 from ndem0/doc
Add draft doc
2022-03-21 15:40:40 +01:00
Your Name
c74642f71e Add draft doc 2022-03-21 15:33:55 +01:00
aivagnes
bf1b21de67 add Poisson tutorial 2022-03-21 10:48:59 +01:00
Nicola Demo
ae39ed73b0 Merge pull request #9 from mathLab/files
Add some config files
2022-03-18 12:14:00 +01:00
Nicola Demo
08f1f917a6 create dummy test 2022-03-18 12:11:09 +01:00
Nicola Demo
4a2f2e14c4 Create .gitattributes 2022-03-18 12:04:08 +01:00
Nicola Demo
eb9275d9aa Create code_formatter.sh 2022-03-18 11:54:56 +01:00
Nicola Demo
8382119367 pylintrc file 2022-03-18 11:54:10 +01:00
Nicola Demo
bddc830c9e Merge pull request #7 from ndem0/actions
add github actions, fix readme for pypi
2022-03-17 17:04:24 +01:00