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

Method getWeightsDeriv

SRC/material/section/integration/SectionIntegration.cpp:58–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56}
57
58void
59SectionIntegration::getWeightsDeriv(int nFibers, double *dwtdh)
60{
61 for (int i = 0; i < nFibers; i++)
62 dwtdh[i] = 0.0;
63}
64
65void
66SectionIntegration::getSectorialsDeriv(int nFibers, double *domegadh)

Callers 11

commitSensitivityMethod · 0.45
commitSensitivityMethod · 0.45
FiberSection3d.cppFile · 0.45
FiberSection2d.cppFile · 0.45
commitSensitivityMethod · 0.45
commitSensitivityMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected