| 1141 | } |
| 1142 | |
| 1143 | void |
| 1144 | PFEMElement2DBubble::getdL(Matrix& dl) const |
| 1145 | { |
| 1146 | Matrix gb; |
| 1147 | getGbub(gb); |
| 1148 | dl.resize(3,3); |
| 1149 | dl.addMatrixTransposeProduct(0.0,gb,gb,getdinvMbub()); |
| 1150 | } |
| 1151 | |
| 1152 | // geometric sensitivity |
| 1153 | void |
nothing calls this directly
no test coverage detected