ellipsoid

This commit is contained in:
Dario Coscia
2023-04-28 17:52:26 +02:00
committed by Nicola Demo
parent 6b763ae9ab
commit 025a7ed0df
3 changed files with 253 additions and 3 deletions

View File

@@ -6,11 +6,20 @@ Code Documentation
PINN <pinn.rst>
LabelTensor <label_tensor.rst>
Span <span.rst>
Operators <operators.rst>
Plotter <plotter.rst>
Condition <condition.rst>
Location <location.rst>
Operators <operators.rst>
Plotter <plotter.rst>
Geometries
----------
.. toctree::
:maxdepth: 3
Span <span.rst>
Ellipsoid <ellipsoid.rst>
Model
-----

View File

@@ -0,0 +1,10 @@
Ellipsoid
===========
.. currentmodule:: pina.ellipsoid
.. automodule:: pina.ellipsoid
.. autoclass:: Ellipsoid
:members:
:show-inheritance:
:noindex: