Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenSees/OpenSees
/ getNumCells
Method
getNumCells
SRC/material/section/repres/patch/QuadPatch.cpp:155–158 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
153
}
154
155
int QuadPatch::getNumCells (void) const
156
{
157
return nDivIJ * nDivJK;
158
}
159
160
Cell **
161
QuadPatch::getCells (void) const
Callers
7
getCells
Method · 0.95
OPS_Patch
Function · 0.45
ops_addPatch
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