How to find type of analysis in an element class

For developers writing C++, Fortran, Java, code who have questions or comments to make.

Moderators: silvia, selimgunay, Moderators

Post Reply
maksins
Posts: 32
Joined: Sun Jun 19, 2011 10:28 am
Location: University at Buffalo

How to find type of analysis in an element class

Post by maksins »

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?
Manish Kumar
Department of Civil, Structural and Environmental Engineering
University at Buffalo, The State University of New York

http://www.manishkumar.org
CSQTownPlanner
Posts: 1
Joined: Thu Jul 12, 2012 2:48 am
Location: Australia
Contact:

Re: How to find type of analysis in an element class

Post by CSQTownPlanner »

I am sorry, I am confused about the right solution. :-|
Post Reply