This commit is contained in:
Your Name
2023-04-18 10:49:57 +02:00
parent da33aeae3a
commit 736c78fd64
17 changed files with 292 additions and 172 deletions

View File

@@ -15,4 +15,6 @@ Code Documentation
SpatialProblem <spatialproblem.rst>
TimeDependentProblem <timedepproblem.rst>
Operators <operators.rst>
Plotter <plotter.rst>
Plotter <plotter.rst>
PINN <pinn.rst>
Condition <condition.rst>

View File

@@ -0,0 +1,12 @@
Condition
=========
.. currentmodule:: pina.condition
.. automodule:: pina.condition
.. autoclass:: Condition
:members:
:private-members:
:undoc-members:
:show-inheritance:
:noindex:

View File

@@ -5,8 +5,6 @@ DeepONet
.. automodule:: pina.model.deeponet
.. autoclass:: DeepONet
:members:
:private-members:
:undoc-members:
:show-inheritance:
:noindex:
:members:
:private-members:
:show-inheritance:

View File

@@ -5,8 +5,6 @@ FeedForward
.. automodule:: pina.model.feed_forward
.. autoclass:: FeedForward
:members:
:private-members:
:undoc-members:
:show-inheritance:
:noindex:
:members:
:private-members:
:show-inheritance:

View File

@@ -5,8 +5,6 @@ LabelTensor
.. automodule:: pina.label_tensor
.. autoclass:: LabelTensor
:members:
:private-members:
:undoc-members:
:show-inheritance:
:noindex:
:members:
:private-members:
:show-inheritance:

View File

@@ -5,8 +5,6 @@ PINN
.. automodule:: pina.pinn
.. autoclass:: PINN
:members:
:private-members:
:undoc-members:
:show-inheritance:
:noindex:
:members:
:private-members:
:show-inheritance: