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

Method setParameter

SRC/element/UWelements/SimpleContact3D.cpp:1247–1258  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1245}
1246
1247int
1248SimpleContact3D::setParameter(const char **argv, int argc, Parameter &param)
1249{
1250 if (argc < 1)
1251 return -1;
1252
1253 if (strcmp(argv[0],"friction") == 0) {
1254 return param.addObject(1, this);
1255 }
1256
1257 return -1;
1258}
1259
1260int
1261SimpleContact3D::updateParameter(int parameterID, Information &info)

Callers

nothing calls this directly

Calls 1

addObjectMethod · 0.45

Tested by

no test coverage detected