Skip to content

Commit 1ffaf9d

Browse files
committed
Doc: Add API table
Closes #152
1 parent 624020e commit 1ffaf9d

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

doc/api.rst

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,22 @@ Its input is a :py:class:`openturns.Field` and its output is a vector
4848

4949
FMUFieldToPointFunction
5050

51+
52+
Here is a summary of the different variants:
53+
54+
+-------------------------------------------+---------+----------+
55+
| Class | Input | Output |
56+
+===========================================+=========+==========+
57+
| :class:`~otfmi.FMUPointToFieldFunction` | Point | Field |
58+
+-------------------------------------------+---------+----------+
59+
| :class:`~otfmi.FMUFunction` | Point | Point |
60+
+-------------------------------------------+---------+----------+
61+
| :class:`~otfmi.FMUFieldFunction` | Field | Field |
62+
+-------------------------------------------+---------+----------+
63+
| :class:`~otfmi.FMUFieldToPointFunction` | Field | Point |
64+
+-------------------------------------------+---------+----------+
65+
66+
5167
Common low-level functions
5268
--------------------------
5369

0 commit comments

Comments
 (0)