Skip to main content

System Coupling Fortran library 2023 R2

syscupdateoutputsf Interface Reference

Last update: 17.07.2025

Provide 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. More...
 

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)
772!DIR$ ATTRIBUTES DLLIMPORT :: syscUpdateOutputsF
773!DIR$ ENDIF
774!

Connect with Ansys