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

Function shapeFunctions

SRC/element/shell/ASDShellT3.cpp:163–168  ·  view source on GitHub ↗

shape functions

Source from the content-addressed store, hash-verified

161
162 // shape functions
163 inline void shapeFunctions(double xi, double eta, Vector& N)
164 {
165 N(0) = 1.0 - xi - eta;
166 N(1) = xi;
167 N(2) = eta;
168 }
169
170 // shape function derivatives in iso-parametric space
171 inline void shapeFunctionsNaturalDerivatives(double xi, double eta, Matrix& dN)

Callers 1

calculateAllMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected