Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenSees/OpenSees
/ OPS_PlainHandler
Function
OPS_PlainHandler
SRC/analysis/handler/PlainHandler.cpp:57–60 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
55
#include <map>
56
57
void* OPS_PlainHandler()
58
{
59
return new PlainHandler();
60
}
61
62
PlainHandler::PlainHandler()
63
:ConstraintHandler(HANDLER_TAG_PlainHandler)
Callers
1
OPS_ConstraintHandler
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected