| 58 | int revertToStart(void) {return Element::revertToStart();} |
| 59 | int update(void); |
| 60 | int commitState(void) {return Element::commitState();} |
| 61 | |
| 62 | // public methods to obtain stiffness, mass, damping and residual information |
| 63 | const Matrix &getTangentStiff(void); |
nothing calls this directly
no test coverage detected