Skip to main content

System Coupling Fortran library 2024 R2

syscregisterrestartpointcreationf Interface Reference

Last update: 17.07.2025

Provide an interface to register restart point creation callback. More...

Public Member Functions

type(syscerrorf) function syscregisterrestartpointcreationf (restcr)
 Provide a function to register restart point creation callback.
 

Detailed Description

Provide an interface to register restart point creation callback.

Definition at line 390 of file syscSystemCouplingF.fi.

Constructor & Destructor Documentation

◆ syscregisterrestartpointcreationf()

Provide a function to register restart point creation callback.

Parameters
restCr- a pointer to a function that conforms to the restartPointCreationIntf interface
Returns
a SyscErrorF type for error checking.

Definition at line 399 of file syscSystemCouplingF.fi.

400!
401 import :: syscerrorf
402 import :: restartpointcreationintf
403 procedure(restartPointCreationIntf) :: restCr
404 type(SyscErrorF) :: ret
405!
406!DIR$ IF DEFINED(_WIN32) .and. ( .not. DEFINED(SYSTEM_COUPLING_PARTICIPANT_PROXY))
407!DIR$ ATTRIBUTES DLLIMPORT :: syscRegisterRestartPointCreationF
408!DIR$ ENDIF
409!

Connect with Ansys