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

Method commitState

SRC/material/uniaxial/ASDSteel1DMaterial.cpp:547–561  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

545 }
546
547 inline int commitState() {
548 // store the previously committed variables for next move from n to n - 1
549
550 // state variables
551
552 int retval = 0;
553
554 retval = steel_material.commitState();
555
556 if (slip_material)
557 retval = slip_material->commitState();
558
559 // done
560 return retval;
561 }
562 inline void revertToLastCommit() {
563 // state variables
564 steel_material.revertToLastCommit();

Callers

nothing calls this directly

Calls 1

commitStateMethod · 0.45

Tested by

no test coverage detected