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

Function OPS_GetDoubleInput

DEVELOPER/core/win32Functions.cpp:236–239  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

234}
235
236extern "C" int OPS_GetDoubleInput(int *numData, double *data)
237{
238 return (*OPS_GetDoubleInputPtr)(numData, data);
239}
240
241extern "C" int OPS_AllocateMaterial(matObj *mat)
242{

Callers 9

OPS_NodeFunction · 0.70
OPS_HomogeneousBC_XFunction · 0.70
OPS_HomogeneousBC_YFunction · 0.70
OPS_HomogeneousBC_ZFunction · 0.70
OPS_Truss2DFunction · 0.50
trussCFunction · 0.50
OPS_ElasticPPcppFunction · 0.50
elasticPlaneStressCFunction · 0.50
elasticPPcFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected