Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenSees/OpenSees
/ isIsolated
Method
isIsolated
DEVELOPER/core/Pressure_Constraint.cpp:304–308 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
302
}
303
304
bool
305
Pressure_Constraint::isIsolated() const
306
{
307
return fluidEleTags.Size()==0 && otherEleTags.Size()==0;
308
}
309
310
int
311
Pressure_Constraint::sendSelf(int commitTag, Channel& theChannel)
Callers
nothing calls this directly
Calls
1
Size
Method · 0.45
Tested by
no test coverage detected