syscinitializeanalysisf Interface Reference
Last update: 17.07.2025Provide an interface to notify System Coupling that analysis initialization can be completed. More...
Public Member Functions | |
| type(syscerrorf) function | syscinitializeanalysisf () |
| Provide a function to notify System Coupling that analysis initialization can be completed. | |
Detailed Description
Provide an interface to notify System Coupling that analysis initialization can be completed.
Definition at line 610 of file syscSystemCouplingF.fi.
Constructor & Destructor Documentation
◆ syscinitializeanalysisf()
| type(syscerrorf) function syscinitializeanalysisf |
Provide a function to notify System Coupling that analysis initialization can be completed.
This function must be called after registering mesh and variable data access and prior to entering the coupled analysis loop.
If this function is called before the coupled analysis is complete, it will automatically complete the coupled analysis and assume steady analysis type.
- Returns
- a
SyscErrorFtype for error checking.
Definition at line 623 of file syscSystemCouplingF.fi.
624 import :: syscerrorf
625 type(SyscErrorF) :: ret
626!
627!DIR$ IF DEFINED(_WIN32) .and. ( .not. DEFINED(SYSTEM_COUPLING_PARTICIPANT_PROXY))
628!DIR$ ATTRIBUTES DLLIMPORT :: syscInitializeAnalysisF
629!DIR$ ENDIF
630!