Solver message 305530

Message Text

** ERROR 305530 ** Exiting because a solver utility function involving mesh information has been called from user function SolverUserHb3dInitialize, which is called before the mesh information is available.

Explanation

Your function has called for mesh information from user function SolverUserHb3dInitialize. User function SolverUserHb3dInitialize is called before mesh information is available.

Resolution

Call the mesh information from a user function following SolverUserHb3dInitialize, such as SolverUserHb3dAnalysisSetup.