syscregistervolumemeshaccessf Interface Reference
Last update: 17.07.2025Provide 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
SyscErrorFtype for error checking.
Definition at line 573 of file syscSystemCouplingF.fi.