CG
Version 25
|
Go to the source code of this file.
Macros | |
#define | OV_GET_LOCAL_ARRAY(TYPE, UU) TYPE ## SerialArray & UU ## Local = UU; |
#define | OV_GET_LOCAL_ARRAY_CONST(TYPE, UU) const TYPE ## SerialArray & UU ## Local = UU; |
#define | OV_GET_LOCAL_ARRAY_FROM(TYPE, UU, FROM) TYPE ## SerialArray & UU ## Local = FROM; |
#define | OV_GET_LOCAL_ARRAY_CONDITIONAL(TYPE, UU, boolExp, isTrue, isFalse) TYPE ## SerialArray & UU ## Local = ( boolExp ) ? isTrue : isFalse; |
#define | OV_APP_TO_PTR_3D(TYPE, ARRAY, PNAME) |
#define | A_3D(PNAME, i0, i1, i2) PNAME[i0+(PNAME ## _d0)*(i1+(PNAME ## _d1)*(i2))] |
#define | OV_APP_TO_PTR_4D(TYPE, ARRAY, PNAME) |
#define | A_4D(PNAME, i0, i1, i2, i3) PNAME[i0+(PNAME ## _d0)*(i1+(PNAME ## _d1)*(i2+(PNAME ## _d2)*(i3)))] |
#define | OV_APP_TO_PTR_5D(TYPE, ARRAY, PNAME) |
#define | A_5D(PNAME, i0, i1, i2, i3, i4) PNAME[i0+(PNAME ## _d0)*(i1+(PNAME ## _d1)*(i2+(PNAME ## _d2)*(i3+(PNAME ## _d3)*(i4))))] |
#define | OV_RGF_TO_PTR_5D(TYPE, ARRAY, PNAME, ND) |
Functions | |
void | solveSmallSystem (const int &nd, const ArraySimpleFixed< real, 3, 3, 1, 1 > &A, const ArraySimpleFixed< real, 3, 1, 1, 1 > &f, ArraySimpleFixed< real, 3, 1, 1, 1 > &u) |
Referenced by CGINS_ApproximateFactorization::INS_Factor::addExplicitContribution(), PenaltySlipWallBC::addPenaltyForcing(), PenaltyWallFunctionBC::applyBC(), CGINS_ApproximateFactorization::INS_Factor::solveLeftHandSide(), CGINS_ApproximateFactorization::INS_Factor::solveRightHandSide(), and DomainSolver::takeTimeStepAF().
#define A_4D | ( | PNAME, | |
i0, | |||
i1, | |||
i2, | |||
i3 | |||
) | PNAME[i0+(PNAME ## _d0)*(i1+(PNAME ## _d1)*(i2+(PNAME ## _d2)*(i3)))] |
Referenced by CGINS_ApproximateFactorization::INS_Factor::addExplicitContribution(), PenaltySlipWallBC::addPenaltyForcing(), PenaltyWallFunctionBC::applyBC(), CGINS_ApproximateFactorization::INS_Factor::solveLeftHandSide(), CGINS_ApproximateFactorization::INS_Factor::solveRightHandSide(), and DomainSolver::takeTimeStepAF().
#define OV_APP_TO_PTR_3D | ( | TYPE, | |
ARRAY, | |||
PNAME | |||
) |
Referenced by CGINS_ApproximateFactorization::INS_Factor::addExplicitContribution(), PenaltySlipWallBC::addPenaltyForcing(), PenaltyWallFunctionBC::applyBC(), CGINS_ApproximateFactorization::INS_Factor::solveLeftHandSide(), CGINS_ApproximateFactorization::INS_Factor::solveRightHandSide(), and DomainSolver::takeTimeStepAF().
#define OV_APP_TO_PTR_4D | ( | TYPE, | |
ARRAY, | |||
PNAME | |||
) |
Referenced by CGINS_ApproximateFactorization::INS_Factor::addExplicitContribution(), PenaltySlipWallBC::addPenaltyForcing(), PenaltyWallFunctionBC::applyBC(), CGINS_ApproximateFactorization::INS_Factor::solveLeftHandSide(), CGINS_ApproximateFactorization::INS_Factor::solveRightHandSide(), and DomainSolver::takeTimeStepAF().
#define OV_APP_TO_PTR_5D | ( | TYPE, | |
ARRAY, | |||
PNAME | |||
) |
Referenced by CGINS_ApproximateFactorization::INS_Factor::addExplicitContribution(), Cgins::addForcing(), PenaltySlipWallBC::addPenaltyForcing(), CGINS_ApproximateFactorization::INS_Factor::solveLeftHandSide(), CGINS_ApproximateFactorization::INS_Factor::solveRightHandSide(), and DomainSolver::takeTimeStepAF().
Referenced by CGINS_ApproximateFactorization::INS_Factor::addExplicitContribution(), PenaltySlipWallBC::addPenaltyForcing(), PenaltyWallFunctionBC::applyBC(), CGINS_ApproximateFactorization::INS_Factor::solveLeftHandSide(), CGINS_ApproximateFactorization::INS_Factor::solveRightHandSide(), and DomainSolver::takeTimeStepAF().
#define OV_RGF_TO_PTR_5D | ( | TYPE, | |
ARRAY, | |||
PNAME, | |||
ND | |||
) |
Referenced by CGINS_ApproximateFactorization::INS_Factor::addExplicitContribution(), and PenaltyWallFunctionBC::applyBC().
|
inline |
Referenced by PenaltyWallFunctionBC::applyBC().