Overture
Version 25
|
Macros | |
#define | CROSS(dest, v1, v2) |
#define | DOT(v1, v2) (v1[0]*v2[0]+v1[1]*v2[1]+v1[2]*v2[2]) |
#define | SUB(dest, v1, v2) |
#define | M(row, col) mtx9[(row)+3*(col)] |
Functions | |
void | getMatrixToRotateOneVectorIntoAnother (real *from, real *to, real *mtx9) |
#define CROSS | ( | dest, | |
v1, | |||
v2 | |||
) |
Referenced by getMatrixToRotateOneVectorIntoAnother().
#define DOT | ( | v1, | |
v2 | |||
) | (v1[0]*v2[0]+v1[1]*v2[1]+v1[2]*v2[2]) |
Referenced by getMatrixToRotateOneVectorIntoAnother().
#define M | ( | row, | |
col | |||
) | mtx9[(row)+3*(col)] |
Referenced by MappedGridOperators::applyBCaDotGradU(), MappedGridOperators::applyBCgeneralMixedDerivative(), MappedGridOperators::applyBCneumann(), MappedGridOperators::applyBCnormalComponent(), MappedGridOperators::applyBCnormalDerivative(), MappedGridOperators::applyBCnormalDotScalarGrad(), MappedGridOperators::applyBCtangentialComponent(), MappedGridOperators::applyBoundaryConditionCoefficients(), Interpolate::computeIndexes(), Integrate::computeWeights(), derivativeScalarDerivativeFDerivCoefficients(), Interpolate::displayEverything(), divScalarGradFDerivCoefficients(), divVectorScalarFDerivCoefficients(), OGFunction::gd(), getMatrixToRotateOneVectorIntoAnother(), identityFDerivCoefficients(), Interpolate::initializeCoefficients(), Interpolate::interpolateCoarseToFine(), laplaceFDerivCoefficients(), laplaceFDerivCoefficients43(), plot3dToOverture(), Oges::setEquationAndBoundaryConditions(), xFDerivCoefficients(), xxFDerivCoefficients(), xyFDerivCoefficients(), xyFDerivCoefficients4(), xzFDerivCoefficients(), xzFDerivCoefficients4(), yFDerivCoefficients(), yyFDerivCoefficients(), yzFDerivCoefficients(), yzFDerivCoefficients4(), zFDerivCoefficients(), and zzFDerivCoefficients().
#define SUB | ( | dest, | |
v1, | |||
v2 | |||
) |
References CROSS, DOT, M, and REAL_EPSILON.
Referenced by MatrixTransform::update().