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

Method getLastIntegrator

SRC/analysis/fe_ele/FE_Element.cpp:733–737  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

731
732
733Integrator *
734FE_Element::getLastIntegrator(void)
735{
736 return theIntegrator;
737}
738
739const Vector &
740FE_Element::getLastResponse(void)

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected