Skip to main content

Interface fortran::sysccompletesetupf

Definition: syscSystemCouplingF.fi (line 357)

Provide an interface to complete the setup.

Members

Public functions

Function sysccompletesetupf

type(syscerrorf) function sysccompletesetupf(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:

  • setupInfo: - setup information.

Returns:

a SyscErrorF type for error checking.

Parameters:

  • setupInfosetupInfo

Return type: type(syscerrorf) function