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

Method commitState

SRC/element/PFEMElement/PFEMElement3DBubble.cpp:209–218  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

207}
208
209int PFEMElement3DBubble::commitState()
210{
211// if (!dispon) {
212// if (updateJacobi() < 0) {
213// opserr << "WARNING: failed to update Jacobi -- Bubble3D::commitState\n";
214// return -1;
215// }
216// }
217 return Element::commitState();
218}
219
220int
221PFEMElement3DBubble::updateJacobi()

Callers

nothing calls this directly

Calls 1

commitStateFunction · 0.85

Tested by

no test coverage detected