MCPcopy Create free account
hub / github.com/OpenSees/OpenSees / evalSignedVol

Method evalSignedVol

SRC/domain/pattern/drm/GeometricBrickDecorator.cpp:119–131  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

117
118
119double
120GeometricBrickDecorator::evalSignedVol(const Vector &pA,
121 const Vector &pB,
122 const Vector &pC,
123 const Vector &pP)
124{
125 return (1.0/6.0*(
126 - this->eval3OrderDet(pB, pC, pP)
127 + this->eval3OrderDet(pA, pC, pP)
128 - this->eval3OrderDet(pA, pB, pP)
129 + this->eval3OrderDet(pA, pB, pC)
130 ));
131}
132
133
134double

Callers 1

isPointInVolumeMethod · 0.95

Calls 1

eval3OrderDetMethod · 0.95

Tested by

no test coverage detected