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

Method updateDir

SRC/element/zeroLength/ZeroLength.cpp:2014–2019  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2012}
2013
2014void
2015ZeroLength::updateDir(const Vector& x, const Vector& y)
2016{
2017 this->setUp(connectedExternalNodes(0), connectedExternalNodes(1), x, y);
2018 this->setTran1d(elemType, numMaterials1d);
2019}
2020
2021
2022void

Callers

nothing calls this directly

Calls 2

setUpMethod · 0.95
setTran1dMethod · 0.95

Tested by

no test coverage detected