Interface fortran::syscaddregionf
Definition: syscSystemCouplingF.fi (line 177)
Provide an interface to add a region.
Members
Public functions
Function syscaddregionf
type(syscerrorf) function syscaddregionf(reg)
Provide a function to add a region to be used in a coupled analysis.
If this region has already been added, then this call will have no effect.
If a different region with the same has already been added, then an error will be returned.
If the region name contains invalid characters, then a runtime eror will be thrown.
Parameters:
- reg: - region to be added
Returns:
a SyscErrorF type for error checking.
Parameters:
- regreg
Return type: type(syscerrorf) function