MCPcopy 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
1778int
1779Domain::getNumParameters(void) const
1780{
1781 return theParameters->getNumComponents();
1782}
1783
1784const Vector &
1785Domain::getPhysicalBounds(void)

Callers 15

identifyMethod · 0.45
identifyMethod · 0.45
domainChangedMethod · 0.45
computeSensitivitiesMethod · 0.45
newStepMethod · 0.45
domainChangedMethod · 0.45
computeSensitivitiesMethod · 0.45
computeSensitivitiesMethod · 0.45
newStepMethod · 0.45
domainChangedMethod · 0.45
computeSensitivitiesMethod · 0.45
computeSensitivitiesMethod · 0.45

Calls 1

getNumComponentsMethod · 0.45

Tested by

no test coverage detected