preCICE v3.1.2
Loading...
Searching...
No Matches
Functions
PythonAction Namespace Reference

Functions

 performAction (time, sourceData, targetData)
 

Function Documentation

◆ performAction()

PythonAction.performAction ( time,
sourceData,
targetData )
This function is called at the configured timing.
Its parameters are time, the source data, followed by the target data.
Source and target data can be omitted (selectively or both) by not mentioning
them in the preCICE XML configuration (see the configuration reference).

Definition at line 1 of file PythonAction.py.