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

Method revertToStart

SRC/element/WrapperElement.cpp:185–201  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

183}
184
185int
186WrapperElement::revertToStart()
187{
188 // get the current load factor
189 Domain *theDomain=this->getDomain();
190
191 committedTime=0.;
192 committedDt= 0.;
193 theModelState.time = 0;
194 theModelState.dt = 0;
195
196 // invoke the element routine
197 int isw = ISW_REVERT_TO_START;
198 int error = 0;
199 theEle->eleFunctPtr(theEle, &theModelState, K , R, &isw, &error);
200 return error;
201}
202
203const Matrix &
204WrapperElement::getTangentStiff(void)

Callers

nothing calls this directly

Calls 1

getDomainMethod · 0.45

Tested by

no test coverage detected