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

Method isShapeSensitivity

SRC/coordTransformation/CorotCrdTransf2d.cpp:1451–1458  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1449
1450
1451bool
1452CorotCrdTransf2d::isShapeSensitivity(void)
1453{
1454 int nodeIid = nodeIPtr->getCrdsSensitivity();
1455 int nodeJid = nodeJPtr->getCrdsSensitivity();
1456
1457 return (nodeIid != 0 || nodeJid != 0);
1458}
1459
1460
1461double

Calls 1

getCrdsSensitivityMethod · 0.45

Tested by

no test coverage detected