MCPcopy 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
292bool
293Pressure_Constraint::isInterface() const
294{
295 return fluidEleTags.Size()>0 && otherEleTags.Size()>0;
296}
297
298bool
299Pressure_Constraint::isStructure() const

Callers

nothing calls this directly

Calls 1

SizeMethod · 0.45

Tested by

no test coverage detected