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

Function opsPartition

SRC/tcl/commands.cpp:1912–1925  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1910
1911
1912int
1913opsPartition(ClientData clientData, Tcl_Interp *interp, int argc, TCL_Char **argv)
1914{
1915#ifdef _PARALLEL_PROCESSING
1916 int eleTag;
1917 if (argc == 2) {
1918 if (Tcl_GetInt(interp, argv[1], &eleTag) != TCL_OK) {
1919 ;
1920 }
1921 }
1922 partitionModel(eleTag);
1923#endif
1924 return TCL_OK;
1925}
1926
1927//
1928// command invoked to build the model, i.e. to invoke analyze()

Callers

nothing calls this directly

Calls 1

partitionModelFunction · 0.70

Tested by

no test coverage detected