Skip to content

Commit e61b9c3

Browse files
Restore unsquashed commits from PR mathLab#610
2 parents 51c6324 + 06b63ca commit e61b9c3

File tree

7 files changed

+836
-174
lines changed

7 files changed

+836
-174
lines changed

docs/source/_rst/_code.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ Models
9595
MultiFeedForward <model/multi_feed_forward.rst>
9696
ResidualFeedForward <model/residual_feed_forward.rst>
9797
Spline <model/spline.rst>
98+
SplineSurface <model/spline_surface.rst>
9899
DeepONet <model/deeponet.rst>
99100
MIONet <model/mionet.rst>
100101
KernelNeuralOperator <model/kernel_neural_operator.rst>
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
Spline Surface
2+
================
3+
.. currentmodule:: pina.model.spline_surface
4+
5+
.. autoclass:: SplineSurface
6+
:members:
7+
:show-inheritance:

pina/model/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
from .average_neural_operator import AveragingNeuralOperator
2727
from .low_rank_neural_operator import LowRankNeuralOperator
2828
from .spline import Spline
29+
from .spline_surface import SplineSurface
2930
from .graph_neural_operator import GraphNeuralOperator
3031
from .pirate_network import PirateNet
3132
from .equivariant_graph_neural_operator import EquivariantGraphNeuralOperator

0 commit comments

Comments
 (0)