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

Method getClassType

SRC/material/section/PipeSection.cpp:148–150  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

146int PipeSection::revertToStart(void) { return 0; }
147
148const char *PipeSection::getClassType(void) const {
149 return "PipeSection";
150};
151
152int PipeSection::setTrialSectionDeformation(const Vector &) {
153 return 0;

Callers 2

setResponseMethod · 0.45
setResponseMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected