Skip to main content

System Coupling Fortran library 2025 R1

syscregistervolumemeshaccessf Interface Reference

Last update: 17.07.2025

Provide an interface to register volume mesh access. More...

Public Member Functions

type(syscerrorf) function syscregistervolumemeshaccessf (dataAccess)
 Provide a function to register volume mesh access. More...
 

Detailed Description

Provide an interface to register volume mesh access.

Definition at line 566 of file syscSystemCouplingF.fi.

Constructor & Destructor Documentation

◆ syscregistervolumemeshaccessf()

type(syscerrorf) function syscregistervolumemeshaccessf ( procedure(syscvolumemeshaccessf dataAccess)

Provide a function to register volume mesh access.

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

Definition at line 573 of file syscSystemCouplingF.fi.

574  import :: syscerrorf
575  import :: syscvolumemeshaccessf
576  procedure(SyscVolumeMeshAccessF) :: dataAccess
577  type(SyscErrorF) :: ret
578 !DIR$ IF DEFINED(_WIN32) .and. ( .not. DEFINED(SYSTEM_COUPLING_PARTICIPANT_PROXY))
579 !DIR$ ATTRIBUTES DLLIMPORT :: syscRegisterVolumeMeshAccessF
580 !DIR$ ENDIF

Connect with Ansys