You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I often come across code snippets that use terms like in and out, such as in the function evaluate
(const typename Interface::MaterialModelInputs &in, typename Interface::MaterialModelOutputs &out) const.
I'm trying to find a comprehensive list of all the terms and members associated with in and out, like in.n_evaluation_points() and out.reaction_terms. However, I'm having trouble locating a reliable source or documentation that lists all these items. Could anyone guide me on where I might find this information? Any help would be greatly appreciated!
The text was updated successfully, but these errors were encountered:
I often come across code snippets that use terms like in and out, such as in the function evaluate
(const typename Interface::MaterialModelInputs &in, typename Interface::MaterialModelOutputs &out) const.
I'm trying to find a comprehensive list of all the terms and members associated with in and out, like in.n_evaluation_points() and out.reaction_terms. However, I'm having trouble locating a reliable source or documentation that lists all these items. Could anyone guide me on where I might find this information? Any help would be greatly appreciated!
The text was updated successfully, but these errors were encountered: