MCPcopy Create free account
hub / github.com/OpenSees/OpenSees / getDomain

Method getDomain

DEVELOPER/core/DomainComponent.cpp:60–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58
59
60Domain *
61DomainComponent::getDomain(void) const
62{
63 // returns the current pointer
64 return theDomain;
65}
66
67int
68DomainComponent::displaySelf(Renderer &theViewer, int mode, float fact, const char **displayModes, int numModes)

Callers 11

~Pressure_ConstraintMethod · 0.45
getPressureNodeMethod · 0.45
getPressureMethod · 0.45
getPdotMethod · 0.45
connectMethod · 0.45
FE_ElementMethod · 0.45
updateParameterMethod · 0.45
setCrdsMethod · 0.45
applyLoadMethod · 0.45
applyLoadSensitivityMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected