USERWI Engine Interface Routines
- GET_USER_WINDOW_NODES (INTERNAL_ID, USER_ID)
- Get the list of nodes involved in the User Windows as internal ID and input deck ID. The arrays must be initialized and have the size of all the nodes involved in the User Windows as defined in Starter.
- USERWINDOW_GET_A(A_BUF)
- Gets the node forces from previous explicit cycle.
- A_BUF
- A 3xNUMNOD array must be allocated before calling the routine.
- USERWINDOW_GET_AR(AR_BUF)
- Gets the nodal moments from previous explicit cycle.
- AR_BUF
- A 3xNUMNOD array must be allocated before calling the routine.
Example Demo File
Before you begin, copy the file(s) used in this problem
to your working directory.