MCPcopy 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
298bool
299Pressure_Constraint::isStructure() const
300{
301 return fluidEleTags.Size()==0 && otherEleTags.Size()>0;
302}
303
304bool
305Pressure_Constraint::isIsolated() const

Callers

nothing calls this directly

Calls 1

SizeMethod · 0.45

Tested by

no test coverage detected