Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenSees/OpenSees
/ isStructure
Method
isStructure
DEVELOPER/core/Pressure_Constraint.cpp:298–302 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
296
}
297
298
bool
299
Pressure_Constraint::isStructure() const
300
{
301
return fluidEleTags.Size()==0 && otherEleTags.Size()>0;
302
}
303
304
bool
305
Pressure_Constraint::isIsolated() const
Callers
nothing calls this directly
Calls
1
Size
Method · 0.45
Tested by
no test coverage detected