syscupdateoutputsf Interface Reference
Last update: 17.07.2025Provide an interface to update the participant's output variables. More...
Public Member Functions | |
| type(syscerrorf) function | syscupdateoutputsf (convergencestatus) |
| Provide a function to update the participant's output variables. | |
Detailed Description
Provide an interface to update the participant's output variables.
Definition at line 761 of file syscSystemCouplingF.fi.
Constructor & Destructor Documentation
◆ syscupdateoutputsf()
| type(syscerrorf) function syscupdateoutputsf | ( | integer(kind=4), intent(in) | convergencestatus | ) |
Provide a function to update the participant's output variables.
Definition at line 765 of file syscSystemCouplingF.fi.
766!
767 import :: syscerrorf
768 integer(kind=4), intent(in) :: convergenceStatus
769 type(SyscErrorF) :: ret
770!
771!DIR$ IF DEFINED(_WIN32) .and. ( .not. DEFINED(SYSTEM_COUPLING_PARTICIPANT_PROXY))
772!DIR$ ATTRIBUTES DLLIMPORT :: syscUpdateOutputsF
773!DIR$ ENDIF
774!