MCPcopy 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
155int QuadPatch::getNumCells (void) const
156{
157 return nDivIJ * nDivJK;
158}
159
160Cell **
161QuadPatch::getCells (void) const

Callers 7

getCellsMethod · 0.95
OPS_PatchFunction · 0.45
ops_addPatchFunction · 0.45
buildSectionFunction · 0.45
buildSectionIntFunction · 0.45
buildSectionThermalFunction · 0.45
buildSectionAsymFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected