Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenSees/OpenSees
/ getNumParameters
Method
getNumParameters
SRC/domain/domain/Domain.cpp:1778–1782 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1776
}
1777
1778
int
1779
Domain::getNumParameters(void) const
1780
{
1781
return theParameters->getNumComponents();
1782
}
1783
1784
const Vector &
1785
Domain::getPhysicalBounds(void)
Callers
15
identify
Method · 0.45
identify
Method · 0.45
domainChanged
Method · 0.45
computeSensitivities
Method · 0.45
newStep
Method · 0.45
domainChanged
Method · 0.45
computeSensitivities
Method · 0.45
computeSensitivities
Method · 0.45
newStep
Method · 0.45
domainChanged
Method · 0.45
computeSensitivities
Method · 0.45
computeSensitivities
Method · 0.45
Calls
1
getNumComponents
Method · 0.45
Tested by
no test coverage detected