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

Method eval3OrderDet

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

Source from the content-addressed store, hash-verified

132
133
134double
135GeometricBrickDecorator::eval3OrderDet(const Vector &pA,
136 const Vector &pB,
137 const Vector &pC)
138{
139 return (
140 pA(0)*pB(1)*pC(2) +
141 pA(1)*pB(2)*pC(0) +
142 pA(2)*pB(0)*pC(1) -
143 pA(0)*pB(2)*pC(1) -
144 pA(1)*pB(0)*pC(2) -
145 pA(2)*pB(1)*pC(0) );
146}
147
148void
149GeometricBrickDecorator::getFace(int which, ID &face, ID& faceID)

Callers 1

evalSignedVolMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected