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

Method getdL

SRC/element/PFEMElement/PFEMElement2DBubble.cpp:1143–1150  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1141}
1142
1143void
1144PFEMElement2DBubble::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
1153void

Callers

nothing calls this directly

Calls 2

resizeMethod · 0.45

Tested by

no test coverage detected