-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #17 from enigne/change_to_lower_case_package_name
Change to lower case package name
- Loading branch information
Showing
44 changed files
with
229 additions
and
67 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
pinnicle.domain | ||
=============== | ||
|
||
pinnicle.domain.domain module | ||
----------------------------- | ||
|
||
.. automodule:: pinnicle.domain.domain | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
pinnicle.modeldata | ||
================== | ||
|
||
pinnicle.modeldata.data module | ||
------------------------------ | ||
|
||
.. automodule:: pinnicle.modeldata.data | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
pinnicle.modeldata.general_mat_data module | ||
------------------------------------------ | ||
|
||
.. automodule:: pinnicle.modeldata.general_mat_data | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
pinnicle.modeldata.issm_data module | ||
----------------------------------- | ||
|
||
.. automodule:: pinnicle.modeldata.issm_data | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
pinnicle.nn | ||
=========== | ||
|
||
pinnicle.nn.nn module | ||
--------------------- | ||
|
||
.. automodule:: pinnicle.nn.nn | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
pinnicle.nn.helper module | ||
------------------------- | ||
|
||
.. automodule:: pinnicle.nn.helper | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
pinnicle.physics | ||
================ | ||
|
||
pinnicle.physics.constants module | ||
--------------------------------- | ||
|
||
.. automodule:: pinnicle.physics.constants | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
pinnicle.physics.physics module | ||
------------------------------- | ||
|
||
.. automodule:: pinnicle.physics.physics | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
pinnicle.physics.equationbase module | ||
------------------------------------ | ||
|
||
.. automodule:: pinnicle.physics.equationbase | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
pinnicle.physics.continuity module | ||
---------------------------------- | ||
|
||
.. automodule:: pinnicle.physics.continuity | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
pinnicle.physics.stressbalance module | ||
------------------------------------- | ||
|
||
.. automodule:: pinnicle.physics.stressbalance | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
pinnicle.utils | ||
============== | ||
|
||
pinnicle.utils.data_misfit module | ||
--------------------------------- | ||
|
||
.. automodule:: pinnicle.utils.data_misfit | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
pinnicle.utils.history module | ||
----------------------------- | ||
|
||
.. automodule:: pinnicle.utils.history | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
pinnicle.utils.plotting module | ||
------------------------------ | ||
|
||
.. automodule:: pinnicle.utils.plotting | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
pinnicle.utils.helper module | ||
---------------------------- | ||
|
||
.. automodule:: pinnicle.utils.helper | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,24 @@ | ||
numpy | ||
scipy | ||
scikit-learn | ||
matplotlib | ||
pandas | ||
mat73 | ||
deepxde | ||
|
||
# TensorFlow 1.x | ||
tensorflow>=2.7.0 | ||
# TensorFlow 2.x | ||
tensorflow-probability>=0.10.0 | ||
# PyTorch | ||
torch<2.0.0 # build fails on RTD with torch 2.0.0 | ||
# PaddlePaddle | ||
# https://paddle-wheel.bj.bcebos.com/develop/linux/linux-cpu-mkl-avx/paddlepaddle-0.0.0-cp38-cp38-linux_x86_64.whl | ||
paddlepaddle==2.6.0 | ||
# JAX | ||
jax | ||
flax | ||
optax | ||
|
||
sphinx-copybutton | ||
sphinx-rtd-theme |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.