update rst
This commit is contained in:
committed by
Nicola Demo
parent
65534c998a
commit
9a26c94e07
@@ -0,0 +1,8 @@
|
||||
Averaging Neural Operator Block
|
||||
==================================
|
||||
.. currentmodule:: pina.model.block.average_neural_operator_block
|
||||
|
||||
.. autoclass:: AVNOBlock
|
||||
:members:
|
||||
:show-inheritance:
|
||||
:noindex:
|
||||
8
docs/source/_rst/model/block/convolution.rst
Normal file
8
docs/source/_rst/model/block/convolution.rst
Normal file
@@ -0,0 +1,8 @@
|
||||
Continuous Convolution Block
|
||||
===============================
|
||||
.. currentmodule:: pina.model.block.convolution_2d
|
||||
|
||||
.. autoclass:: ContinuousConvBlock
|
||||
:members:
|
||||
:show-inheritance:
|
||||
:noindex:
|
||||
8
docs/source/_rst/model/block/enhanced_linear.rst
Normal file
8
docs/source/_rst/model/block/enhanced_linear.rst
Normal file
@@ -0,0 +1,8 @@
|
||||
EnhancedLinear Block
|
||||
=====================
|
||||
.. currentmodule:: pina.model.block.residual
|
||||
|
||||
.. autoclass:: EnhancedLinear
|
||||
:members:
|
||||
:show-inheritance:
|
||||
:noindex:
|
||||
16
docs/source/_rst/model/block/fourier_block.rst
Normal file
16
docs/source/_rst/model/block/fourier_block.rst
Normal file
@@ -0,0 +1,16 @@
|
||||
Fourier Neural Operator Block
|
||||
======================================
|
||||
.. currentmodule:: pina.model.block.fourier_block
|
||||
|
||||
|
||||
.. autoclass:: FourierBlock1D
|
||||
:members:
|
||||
:show-inheritance:
|
||||
|
||||
.. autoclass:: FourierBlock2D
|
||||
:members:
|
||||
:show-inheritance:
|
||||
|
||||
.. autoclass:: FourierBlock3D
|
||||
:members:
|
||||
:show-inheritance:
|
||||
8
docs/source/_rst/model/block/fourier_embedding.rst
Normal file
8
docs/source/_rst/model/block/fourier_embedding.rst
Normal file
@@ -0,0 +1,8 @@
|
||||
Fourier Feature Embedding
|
||||
=======================================
|
||||
.. currentmodule:: pina.model.block.embedding
|
||||
|
||||
.. autoclass:: FourierFeatureEmbedding
|
||||
:members:
|
||||
:show-inheritance:
|
||||
|
||||
8
docs/source/_rst/model/block/gno_block.rst
Normal file
8
docs/source/_rst/model/block/gno_block.rst
Normal file
@@ -0,0 +1,8 @@
|
||||
Graph Neural Operator Block
|
||||
===============================
|
||||
.. currentmodule:: pina.model.block.gno_block
|
||||
|
||||
.. autoclass:: GNOBlock
|
||||
:members:
|
||||
:show-inheritance:
|
||||
:noindex:
|
||||
8
docs/source/_rst/model/block/low_rank_block.rst
Normal file
8
docs/source/_rst/model/block/low_rank_block.rst
Normal file
@@ -0,0 +1,8 @@
|
||||
Low Rank Neural Operator Block
|
||||
=================================
|
||||
.. currentmodule:: pina.model.block.low_rank_block
|
||||
|
||||
.. autoclass:: LowRankBlock
|
||||
:members:
|
||||
:show-inheritance:
|
||||
:noindex:
|
||||
7
docs/source/_rst/model/block/orthogonal.rst
Normal file
7
docs/source/_rst/model/block/orthogonal.rst
Normal file
@@ -0,0 +1,7 @@
|
||||
Orthogonal Block
|
||||
======================
|
||||
.. currentmodule:: pina.model.block.orthogonal
|
||||
|
||||
.. autoclass:: OrthogonalBlock
|
||||
:members:
|
||||
:show-inheritance:
|
||||
8
docs/source/_rst/model/block/pbc_embedding.rst
Normal file
8
docs/source/_rst/model/block/pbc_embedding.rst
Normal file
@@ -0,0 +1,8 @@
|
||||
Periodic Boundary Condition Embedding
|
||||
=======================================
|
||||
.. currentmodule:: pina.model.block.embedding
|
||||
|
||||
.. autoclass:: PeriodicBoundaryEmbedding
|
||||
:members:
|
||||
:show-inheritance:
|
||||
|
||||
7
docs/source/_rst/model/block/pod_block.rst
Normal file
7
docs/source/_rst/model/block/pod_block.rst
Normal file
@@ -0,0 +1,7 @@
|
||||
Proper Orthogonal Decomposition Block
|
||||
============================================
|
||||
.. currentmodule:: pina.model.block.pod_block
|
||||
|
||||
.. autoclass:: PODBlock
|
||||
:members:
|
||||
:show-inheritance:
|
||||
7
docs/source/_rst/model/block/rbf_block.rst
Normal file
7
docs/source/_rst/model/block/rbf_block.rst
Normal file
@@ -0,0 +1,7 @@
|
||||
Radias Basis Function Block
|
||||
=============================
|
||||
.. currentmodule:: pina.model.block.rbf_block
|
||||
|
||||
.. autoclass:: RBFBlock
|
||||
:members:
|
||||
:show-inheritance:
|
||||
7
docs/source/_rst/model/block/residual.rst
Normal file
7
docs/source/_rst/model/block/residual.rst
Normal file
@@ -0,0 +1,7 @@
|
||||
Residual Block
|
||||
===================
|
||||
.. currentmodule:: pina.model.block.residual
|
||||
|
||||
.. autoclass:: ResidualBlock
|
||||
:members:
|
||||
:show-inheritance:
|
||||
15
docs/source/_rst/model/block/spectral.rst
Normal file
15
docs/source/_rst/model/block/spectral.rst
Normal file
@@ -0,0 +1,15 @@
|
||||
Spectral Convolution Block
|
||||
============================
|
||||
.. currentmodule:: pina.model.block.spectral
|
||||
|
||||
.. autoclass:: SpectralConvBlock1D
|
||||
:members:
|
||||
:show-inheritance:
|
||||
|
||||
.. autoclass:: SpectralConvBlock2D
|
||||
:members:
|
||||
:show-inheritance:
|
||||
|
||||
.. autoclass:: SpectralConvBlock3D
|
||||
:members:
|
||||
:show-inheritance:
|
||||
Reference in New Issue
Block a user