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