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

Function shapeFunDer

SRC/element/CEqElement/ASDEmbeddedNodeElement.cpp:76–80  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

74 }
75
76 void shapeFunDer(Matrix& dN) {
77 dN(0, 0) = -1.0; dN(0, 1) = -1.0;
78 dN(1, 0) = 1.0; dN(1, 1) = 0.0;
79 dN(2, 0) = 0.0; dN(2, 1) = 1.0;
80 }
81
82 void globalCoord(const Matrix& X, double lx, double ly, double& gx, double& gy) {
83 gx = gy = 0.0;

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected