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

Function OPS_FiberSectionAsym

SRC/interpreter/OpenSeesSectionCommands.cpp:198–213  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

196 }
197
198 static void* OPS_FiberSectionAsym()
199 {
200 void* theSec = 0;
201 int ndm = OPS_GetNDM();
202 int ndf = OPS_GetNDF();
203 if (ndm == 2) {
204 //theSec = OPS_FiberSectionAsym2d();
205 //theActiveFiberSectionAsym2d = (FiberSectionAsym2d*)theSec;
206 }
207 else if (ndm == 3) {
208 theSec = OPS_FiberSectionAsym3d();
209 theActiveFiberSectionAsym3d = (FiberSectionAsym3d*)theSec;
210 }
211
212 return theSec;
213 }
214
215 static void* OPS_FiberSectionThermal()
216 {

Callers

nothing calls this directly

Calls 3

OPS_FiberSectionAsym3dFunction · 0.85
OPS_GetNDMFunction · 0.70
OPS_GetNDFFunction · 0.70

Tested by

no test coverage detected