syscupdateinputsf Interface Reference
Last update: 17.07.2025Provide an interface to update the input variables. More...
Public Member Functions | |
| type(syscerrorf) function | syscupdateinputsf () |
| Provide a function to update the input variables. | |
Detailed Description
Provide an interface to update the input variables.
Definition at line 725 of file syscSystemCouplingF.fi.
Constructor & Destructor Documentation
◆ syscupdateinputsf()
| type(syscerrorf) function syscupdateinputsf |
Provide a function to update the input variables.
Solution data for all input variables will be updated. Depending on the defined interfaces, data will be transferred from another coupling participant solver, or from the opposite side of the same-participant coupling interface.
When doing cosimulation, this function must be called from inside the coupled analysis loop. It tells System Coupling that the participant is about to begin its solver iterations. All input variable data will be up-to-date after returning from this function. If any local coupling interfaces are defined, all corresponding input variable data will also be updated.
When doing same-participant mapping only (without cosimulation), this function should be called whenever input data needs to be brought up-to-date.
Definition at line 744 of file syscSystemCouplingF.fi.