Skip to main content

System Coupling Fortran library 2024 R2

sysccompletesetupf Interface Reference

Last update: 17.07.2025

Provide an interface to complete the setup. More...

Public Member Functions

type(syscerrorf) function sysccompletesetupf (setupinfo)
 Provide a function to notify System Coupling that setup can be completed.
 

Detailed Description

Provide an interface to complete the setup.

Definition at line 357 of file syscSystemCouplingF.fi.

Constructor & Destructor Documentation

◆ sysccompletesetupf()

type(syscerrorf) function sysccompletesetupf ( type(syscsetupinfof), intent(in)  setupinfo)

Provide a function to notify System Coupling that setup can be completed.

After this function is called, coupled analysis setup can no longer be updated, i.e. regions and variables cannot be changed.

Once the setup is complete, any subsequent call to complete the setup will have no effect.

Parameters
[in]setupInfo- setup information.
Returns
a SyscErrorF type for error checking.

Definition at line 371 of file syscSystemCouplingF.fi.

372 import :: syscsetupinfof
373 import :: syscerrorf
374 type(SyscSetupInfoF), intent(in) :: setupInfo
375 type(SyscErrorF) :: ret
376!
377!DIR$ IF DEFINED(_WIN32) .and. ( .not. DEFINED(SYSTEM_COUPLING_PARTICIPANT_PROXY))
378!DIR$ ATTRIBUTES DLLIMPORT :: syscCompleteSetupF
379!DIR$ ENDIF
380!

Connect with Ansys