update doc POD, PBCEmbeddingBlock (#256)
Co-authored-by: Dario Coscia <dariocoscia@Dario-Coscia.Home>
This commit is contained in:
@@ -68,7 +68,8 @@ Layers
|
||||
Spectral convolution <layers/spectral.rst>
|
||||
Fourier layers <layers/fourier.rst>
|
||||
Continuous convolution <layers/convolution.rst>
|
||||
Coordinates embeddings <layers/embedding.rst>
|
||||
Proper Orthogonal Decomposition <layers/pod.rst>
|
||||
Periodic Boundary Condition embeddings <layers/embedding.rst>
|
||||
|
||||
|
||||
Equations and Operators
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
Coordinates embeddings
|
||||
======================
|
||||
Periodic Boundary Condition embeddings
|
||||
=======================================
|
||||
.. currentmodule:: pina.model.layers.embedding
|
||||
|
||||
.. autoclass:: PBCEmbedding
|
||||
.. autoclass:: PeriodicBoundaryEmbedding
|
||||
:members:
|
||||
:show-inheritance:
|
||||
|
||||
|
||||
@@ -1,15 +1,7 @@
|
||||
Spectral Convolution
|
||||
PODBlock
|
||||
======================
|
||||
.. currentmodule:: pina.model.layers.spectral
|
||||
.. currentmodule:: pina.model.layers.pod
|
||||
|
||||
.. autoclass:: SpectralConvBlock1D
|
||||
:members:
|
||||
:show-inheritance:
|
||||
|
||||
.. autoclass:: SpectralConvBlock2D
|
||||
:members:
|
||||
:show-inheritance:
|
||||
|
||||
.. autoclass:: SpectralConvBlock3D
|
||||
.. autoclass:: PODBlock
|
||||
:members:
|
||||
:show-inheritance:
|
||||
Reference in New Issue
Block a user