Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenSees/OpenSees
/ getNumFibers
Method
getNumFibers
SRC/material/section/repres/section/FiberSectionRepr.cpp:431–435 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
429
430
431
int
432
FiberSectionRepr::getNumFibers(void) const
433
{
434
return numFibers;
435
}
436
437
Fiber **
438
FiberSectionRepr::getFibers(void) const
Callers
5
TclCommand_addFiber
Function · 0.45
buildSection
Function · 0.45
buildSectionInt
Function · 0.45
buildSectionThermal
Function · 0.45
buildSectionAsym
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected