* 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
8 lines
141 B
ReStructuredText
8 lines
141 B
ReStructuredText
RBFBlock
|
|
======================
|
|
.. currentmodule:: pina.model.layers.rbf_layer
|
|
|
|
.. autoclass:: RBFBlock
|
|
:members:
|
|
:show-inheritance:
|