Add layer to perform RBF interpolation in reduced order modeling (#315)
* add RBF implementation in pytorch (in layers) * add POD-RBF example (baseline for nonintrusive closure) * Add POD only and POD+RBF implementation * add POD-RBF in tutorial 8
This commit is contained in:
7
docs/source/_rst/layers/rbf_layer.rst
Normal file
7
docs/source/_rst/layers/rbf_layer.rst
Normal file
@@ -0,0 +1,7 @@
|
||||
RBFBlock
|
||||
======================
|
||||
.. currentmodule:: pina.model.layers.rbf_layer
|
||||
|
||||
.. autoclass:: RBFBlock
|
||||
:members:
|
||||
:show-inheritance:
|
||||
Reference in New Issue
Block a user