Skip to main content

System Coupling Fortran library 2024 R2

syscwriteresultsf Interface Reference

Last update: 17.07.2025

Provide an interface to write results. More...

Public Member Functions

type(syscerrorf) function syscwriteresultsf (resultsinfo)
 Provide a function to write the results.
 

Detailed Description

Provide an interface to write results.

Definition at line 895 of file syscSystemCouplingF.fi.

Constructor & Destructor Documentation

◆ syscwriteresultsf()

type(syscerrorf) function syscwriteresultsf ( type(syscresultsinfof), intent(in)  resultsinfo)

Provide a function to write the results.

Definition at line 898 of file syscSystemCouplingF.fi.

899!
900 import :: syscresultsinfof, syscerrorf
901 type(SyscResultsInfoF), intent(in) :: resultsInfo
902 type(SyscErrorF) :: ret
903!
904!DIR$ IF DEFINED(_WIN32) .and. ( .not. DEFINED(SYSTEM_COUPLING_PARTICIPANT_PROXY))
905!DIR$ ATTRIBUTES DLLIMPORT :: syscWriteResultsF
906!DIR$ ENDIF
907!

Connect with Ansys