Go to the documentation of this file.
58 patch().patchInternalField(psiInternal)()
78 procPatch_.receive<solveScalar>(commsType, this->size())()
87 result[edgeFaces[facei]] -= coeffs[facei]*pnf[facei];
94 result[edgeFaces[facei]] -= coeffs[facei]*pnf[facei];
The class contains the addressing required by the lduMatrix: upper, lower and losort.
virtual void updateInterfaceMatrix(solveScalarField &result, const bool add, const lduAddressing &lduAddr, const label patchId, const solveScalarField &psiInternal, const scalarField &coeffs, const direction cmpt, const Pstream::commsTypes commsType) const
virtual void initInterfaceMatrixUpdate(solveScalarField &result, const bool add, const lduAddressing &lduAddr, const label patchId, const solveScalarField &psiInternal, const scalarField &coeffs, const direction cmpt, const Pstream::commsTypes commsType) const
Generic templated field type.
void add(FieldField< Field1, typename typeOfSum< Type1, Type2 >::type > &f, const FieldField< Field1, Type1 > &f1, const FieldField< Field2, Type2 > &f2)
virtual void transformCoupleField(solveScalarField &f, const direction cmpt) const
A 1D vector of objects of type <T>, where the size of the vector is known and can be used for subscri...