File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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+
5167Common low-level functions
5268--------------------------
5369
You can’t perform that action at this time.
0 commit comments