I am writing an element in which a particular action would be performed if it's a transient analysis but not if it is static analysis.
Is there an existing accessible method which I can call in an element .cpp file to find out what is the analysis type eg. Static, Transient, or VariableTransient?
How to find type of analysis in an element class
Moderators: silvia, selimgunay, Moderators
How to find type of analysis in an element class
Manish Kumar
Department of Civil, Structural and Environmental Engineering
University at Buffalo, The State University of New York
http://www.manishkumar.org
Department of Civil, Structural and Environmental Engineering
University at Buffalo, The State University of New York
http://www.manishkumar.org
-
- Posts: 1
- Joined: Thu Jul 12, 2012 2:48 am
- Location: Australia
- Contact:
Re: How to find type of analysis in an element class
I am sorry, I am confused about the right solution.