| 207 | } |
| 208 | |
| 209 | int 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 | |
| 220 | int |
| 221 | PFEMElement3DBubble::updateJacobi() |
nothing calls this directly
no test coverage detected