Files
PINA/docs/source/_rst/code.rst
Dario Coscia cc3332b519 Loss Fixing #182 (#184)
* fix doc loss + adding PowerLoss
* adding loss tests folder

---------

Co-authored-by: Dario Coscia <dariocoscia@Dario-Coscia.local>
2023-11-17 09:51:29 +01:00

62 lines
920 B
ReStructuredText

Code Documentation
==================
.. toctree::
:maxdepth: 3
PINN <pinn.rst>
LabelTensor <label_tensor.rst>
Condition <condition.rst>
Location <location.rst>
Operators <operators.rst>
Plotter <plotter.rst>
Geometries
----------
.. toctree::
:maxdepth: 3
Span <span.rst>
Ellipsoid <ellipsoid.rst>
Model
-----
.. toctree::
:maxdepth: 3
Network <network.rst>
FeedForward <fnn.rst>
DeepONet <deeponet.rst>
MultiFeedForward <multifeedforward.rst>
Layers
------
.. toctree::
:maxdepth: 3
ContinuousConv <convolution.rst>
Loss
------
.. toctree::
:maxdepth: 3
LpLoss <lploss.rst>
PowerLoss <powerloss.rst>
Problem
-------
.. toctree::
:maxdepth: 3
AbstractProblem <abstractproblem.rst>
SpatialProblem <spatialproblem.rst>
TimeDependentProblem <timedepproblem.rst>
ParametricProblem <parametricproblem.rst>