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

Method getSection

SRC/modelbuilder/tcl/TclModelBuilder.cpp:842–855  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

840
841
842SectionForceDeformation *
843TclModelBuilder::getSection(int tag)
844{
845 return OPS_getSectionForceDeformation(tag);
846 /*
847 TaggedObject *mc = theSections->getComponentPtr(tag);
848 if (mc == 0)
849 return 0;
850
851 // do a cast and return
852 SectionForceDeformation *result = (SectionForceDeformation *)mc;
853 return result;
854 */
855}
856
857int
858TclModelBuilder::addYS_EvolutionModel(YS_Evolution &theModel)

Callers 1

Calls 1

Tested by 1