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

Method addComponent

SRC/domain/component/Parameter.cpp:132–137  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

130}
131
132int
133Parameter::addComponent(int tag, const char **argv, int argc)
134{
135 opserr << "Parameter::addComponent() - failed\n";
136 return -1;
137}
138
139int
140Parameter::addComponent(DomainComponent *parentObject,

Callers 15

OPS_addMeshFunction · 0.45
OPS_addFrictionModelFunction · 0.45
OPS_addCyclicModelFunction · 0.45
OPS_addToParameterFunction · 0.45
addDesignVariableMethod · 0.45
addConstraintFunctionMethod · 0.45
addObjectiveFunctionMethod · 0.45
OPS_addDampingFunction · 0.45
addYS_EvolutionModelMethod · 0.45
addYieldSurface_BCMethod · 0.45

Calls 2

setParameterMethod · 0.45
getTagMethod · 0.45

Tested by

no test coverage detected