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

Function OPS_GetIntInput

DEVELOPER/core/win32Functions.cpp:231–234  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

229}
230
231extern "C" int OPS_GetIntInput(int *numData, int*data)
232{
233 return (*OPS_GetIntInputPtr)(numData, data);
234}
235
236extern "C" int OPS_GetDoubleInput(int *numData, double *data)
237{

Callers 15

OPS_PlaneStressFunction · 0.70
OPS_PlateFiberMaterialFunction · 0.70
OPS_NodeFunction · 0.70
OPS_HomogeneousBCFunction · 0.70
OPS_HomogeneousBC_XFunction · 0.70
OPS_HomogeneousBC_YFunction · 0.70
OPS_HomogeneousBC_ZFunction · 0.70
OPS_EqualDOFFunction · 0.70
OPS_EqualDOF_MixedFunction · 0.70
OPS_PlaneStrainFunction · 0.70
OPS_Truss2DFunction · 0.50
trussCFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected