| 1082 | } |
| 1083 | |
| 1084 | int ASDShellQ4::update() |
| 1085 | { |
| 1086 | // calculate |
| 1087 | auto& LHS = ASDShellQ4Globals::instance().LHS; |
| 1088 | auto& RHS = ASDShellQ4Globals::instance().RHS; |
| 1089 | return calculateAll(LHS, RHS, (OPT_UPDATE)); |
| 1090 | } |
| 1091 | |
| 1092 | const Matrix& ASDShellQ4::getTangentStiff() |
| 1093 | { |