A call to GSE_OUTPUT_ICS utility subroutine triggers a call to the utility subroutine GSE_OUTPUT for a given GSE. This utility is required in cases the user needs to refresh the values of the output states of a GSE object.
Use
Called by
This utility may be called only from a CONSUB or a CBKSUB user-written subroutine.
Prerequisite
None
Calling Sequence in FORTRAN
INTEGER ID
CALL GSE_OUTPUT_ICS(ID)
Calling Sequence (C/C++)
void c_gse_output_ics( int *id);
Input Arguments
ID (or id) is an integer variable that specifies the Adams ID of the GSE element.
Output Arguments
None
Extended Definition
In some particular instances, users need to refresh the values of the output states of a given GSE object before the solution proceeds.
The call is ignored if the GSE does not have output states.
This utility subroutine is supported by the Adams Solver C++ only.