MCPcopy Create free account
hub / github.com/OpenSees/OpenSees / revertToStart

Method revertToStart

DEVELOPER/core/PlaneStressMaterial.cpp:182–195  ·  view source on GitHub ↗

revert to start

Source from the content-addressed store, hash-verified

180
181//revert to start
182int
183PlaneStressMaterial::revertToStart( )
184{
185 this->Tstrain22 = 0.0 ;
186 this->Tgamma12 = 0.0 ;
187 this->Tgamma02 = 0.0 ;
188 this->Cstrain22 = 0.0 ;
189 this->Cgamma12 = 0.0 ;
190 this->Cgamma02 = 0.0 ;
191
192 strain.Zero();
193
194 return theMaterial->revertToStart( ) ;
195}
196
197
198//mass per unit volume

Callers

nothing calls this directly

Calls 1

ZeroMethod · 0.45

Tested by

no test coverage detected