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

Function addRegion

SRC/tcl/commands.cpp:8899–8904  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8897 TCL_Char **argv, Domain &theDomain);
8898
8899int
8900addRegion(ClientData clientData, Tcl_Interp *interp, int argc, TCL_Char **argv)
8901{
8902 OPS_ResetInputNoBuilder(clientData, interp, 1, argc, argv, &theDomain);
8903 return TclAddMeshRegion(clientData, interp, argc, argv, theDomain);
8904}
8905
8906int
8907logFile(ClientData clientData, Tcl_Interp *interp, int argc, TCL_Char **argv)

Callers

nothing calls this directly

Calls 2

TclAddMeshRegionFunction · 0.85
OPS_ResetInputNoBuilderFunction · 0.50

Tested by

no test coverage detected