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

Function OPS_ResetInputNoBuilder

SRC/api/win32Functions.cpp:359–363  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

357
358extern "C"
359int OPS_ResetInputNoBuilder(ClientData clientData, Tcl_Interp * interp,
360 int cArg, int mArg, TCL_Char * *argv, Domain * domain)
361{
362 return (*OPS_ResetInputNoBuilderPtr)(clientData, interp, cArg, mArg, argv, domain);
363}
364
365extern "C"
366int OPS_GetNDM()

Callers 15

specifySOEFunction · 0.50
specifyConstraintHandlerFunction · 0.50
specifyAlgorithmFunction · 0.50
specifyIntegratorFunction · 0.50
modalPropertiesFunction · 0.50
responseSpectrumAnalysisFunction · 0.50
sectionLocationFunction · 0.50
sectionWeightFunction · 0.50
sectionTagFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected