Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
236
extern
"C"
int OPS_GetDoubleInput(int *numData, double *data)
237
{
238
return (*OPS_GetDoubleInputPtr)(numData, data);
239
}
240
241
extern
"C"
int OPS_AllocateMaterial(matObj *mat)
242
{
Callers
9
OPS_Node
Function · 0.70
OPS_HomogeneousBC_X
Function · 0.70
OPS_HomogeneousBC_Y
Function · 0.70
OPS_HomogeneousBC_Z
Function · 0.70
OPS_Truss2D
Function · 0.50
trussC
Function · 0.50
OPS_ElasticPPcpp
Function · 0.50
elasticPlaneStressC
Function · 0.50
elasticPPc
Function · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected