MCPcopy 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
304bool
305Pressure_Constraint::isIsolated() const
306{
307 return fluidEleTags.Size()==0 && otherEleTags.Size()==0;
308}
309
310int
311Pressure_Constraint::sendSelf(int commitTag, Channel& theChannel)

Callers

nothing calls this directly

Calls 1

SizeMethod · 0.45

Tested by

no test coverage detected