This is the complete list of members for AMIInterpolation, including all inherited members.
| addToCache(const point &refPt) | AMIInterpolation | |
| agglomerate(const autoPtr< mapDistribute > &targetMap, const scalarList &fineSrcMagSf, const labelListList &fineSrcAddress, const scalarListList &fineSrcWeights, const labelList &sourceRestrictAddressing, const labelList &targetRestrictAddressing, scalarList &srcMagSf, labelListList &srcAddress, scalarListList &srcWeights, scalarField &srcWeightsSum, autoPtr< mapDistribute > &tgtMap, const label comm) | AMIInterpolation | static |
| AMIInterpolation(const dictionary &dict, const bool reverseTarget=false) | AMIInterpolation | explicit |
| AMIInterpolation(const bool requireMatch=true, const bool reverseTarget=false, const scalar lowWeightCorrection=-1) | AMIInterpolation | explicit |
| AMIInterpolation(const AMIInterpolation &fineAMI, const labelList &sourceRestrictAddressing, const labelList &neighbourRestrictAddressing) | AMIInterpolation | |
| AMIInterpolation(const AMIInterpolation &ami) | AMIInterpolation | |
| AMIInterpolation(Istream &is) | AMIInterpolation | |
| append(const primitivePatch &srcPatch, const primitivePatch &tgtPatch) | AMIInterpolation | |
| applyLowWeightCorrection() const | AMIInterpolation | inline |
| cache() const noexcept | AMIInterpolation | inline |
| cache() noexcept | AMIInterpolation | inline |
| cache_ | AMIInterpolation | protected |
| cacheActive() const | AMIInterpolation | inline |
| cacheIntersections_ | AMIInterpolation | static |
| cacheThetaTolerance_ | AMIInterpolation | static |
| calcDistribution(const primitivePatch &srcPatch, const primitivePatch &tgtPatch, const label comm, autoPtr< UPstream::communicator > &geomComm) const | AMIInterpolation | protected |
| calculate(const primitivePatch &srcPatch, const primitivePatch &tgtPatch, const autoPtr< searchableSurface > &surfPtr=nullptr) | AMIInterpolation | virtual |
| checkSymmetricWeights(const bool log) const | AMIInterpolation | |
| clone() const | AMIInterpolation | inlinevirtual |
| comm() const noexcept | AMIInterpolation | inline |
| comm(label communicator) noexcept | AMIInterpolation | inline |
| comm_ | AMIInterpolation | protected |
| createTree(const primitivePatch &patch) const | AMIInterpolation | protected |
| declareRunTimeSelectionTable(autoPtr, AMIInterpolation, dict,(const dictionary &dict, const bool reverseTarget),(dict, reverseTarget)) | AMIInterpolation | |
| declareRunTimeSelectionTable(autoPtr, AMIInterpolation, component,(const bool requireMatch, const bool reverseTarget, const scalar lowWeightCorrection),(requireMatch, reverseTarget, lowWeightCorrection)) | AMIInterpolation | |
| distributed() const noexcept | AMIInterpolation | inline |
| geomComm_ | AMIInterpolation | protected |
| hasSrcMap() const noexcept | AMIInterpolation | inline |
| hasTgtMap() const noexcept | AMIInterpolation | inline |
| interpolate(const bool toSource, const UList< Type > &fld, const CombineOp &cop, const InterpolateOp &iop, List< Type > &result, const UList< Type > &defaultValues) const | AMIInterpolation | |
| interpolateToSource(const UList< Type > &fld, const CombineOp &cop, List< Type > &result, const UList< Type > &defaultValues=UList< Type >::null()) const | AMIInterpolation | |
| interpolateToSource(const Field< Type > &fld, const CombineOp &cop, const UList< Type > &defaultValues=UList< Type >::null()) const | AMIInterpolation | |
| interpolateToSource(const tmp< Field< Type >> &tFld, const CombineOp &cop, const UList< Type > &defaultValues=UList< Type >::null()) const | AMIInterpolation | |
| interpolateToSource(const Field< Type > &fld, const UList< Type > &defaultValues=UList< Type >::null()) const | AMIInterpolation | |
| interpolateToSource(const tmp< Field< Type >> &tFld, const UList< Type > &defaultValues=UList< Type >::null()) const | AMIInterpolation | |
| interpolateToSource(const Field< Type > &fld, const CombineOp &cop, const UList< Type > &defaultValues) const | AMIInterpolation | |
| interpolateToSource(const tmp< Field< Type >> &tFld, const CombineOp &cop, const UList< Type > &defaultValues) const | AMIInterpolation | |
| interpolateToSource(const Field< Type > &fld, const UList< Type > &defaultValues) const | AMIInterpolation | |
| interpolateToSource(const tmp< Field< Type >> &tFld, const UList< Type > &defaultValues) const | AMIInterpolation | |
| interpolateToTarget(const UList< Type > &fld, const CombineOp &cop, List< Type > &result, const UList< Type > &defaultValues=UList< Type >::null()) const | AMIInterpolation | |
| interpolateToTarget(const Field< Type > &fld, const CombineOp &cop, const UList< Type > &defaultValues=UList< Type >::null()) const | AMIInterpolation | |
| interpolateToTarget(const tmp< Field< Type >> &tFld, const CombineOp &cop, const UList< Type > &defaultValues=UList< Type >::null()) const | AMIInterpolation | |
| interpolateToTarget(const Field< Type > &fld, const UList< Type > &defaultValues=UList< Type >::null()) const | AMIInterpolation | |
| interpolateToTarget(const tmp< Field< Type >> &tFld, const UList< Type > &defaultValues=UList< Type >::null()) const | AMIInterpolation | |
| interpolateToTarget(const Field< Type > &fld, const CombineOp &cop, const UList< Type > &defaultValues) const | AMIInterpolation | |
| interpolateToTarget(const tmp< Field< Type >> &tFld, const CombineOp &cop, const UList< Type > &defaultValues) const | AMIInterpolation | |
| interpolateToTarget(const Field< Type > &fld, const UList< Type > &defaultValues) const | AMIInterpolation | |
| interpolateToTarget(const tmp< Field< Type >> &tFld, const UList< Type > &defaultValues) const | AMIInterpolation | |
| lowWeightCorrection() const | AMIInterpolation | inline |
| lowWeightCorrection_ | AMIInterpolation | protected |
| mustMatchFaces() const | AMIInterpolation | inline |
| New(const word &modelName, const dictionary &dict, const bool reverseTarget=false) | AMIInterpolation | static |
| New(const word &modelName, const bool requireMatch=true, const bool reverseTarget=false, const scalar lowWeightCorrection=-1) | AMIInterpolation | static |
| normaliseWeights(const scalarList &patchAreas, const word &patchName, const labelListList &addr, scalarListList &wght, scalarField &wghtSum, const bool conformal, const bool output, const scalar lowWeightTol, const label comm) | AMIInterpolation | protectedstatic |
| normaliseWeights(const bool conformal, const bool output) | AMIInterpolation | |
| operator=(const AMIInterpolation &)=delete | AMIInterpolation | protected |
| projectPointsToSurface(const searchableSurface &surf, pointField &pts) const | AMIInterpolation | protected |
| requireMatch() const noexcept | AMIInterpolation | inline |
| requireMatch_ | AMIInterpolation | protected |
| reset(autoPtr< mapDistribute > &&srcToTgtMap, autoPtr< mapDistribute > &&tgtToSrcMap, labelListList &&srcAddress, scalarListList &&srcWeights, labelListList &&tgtAddress, scalarListList &&tgtWeights, const label singlePatchProc) | AMIInterpolation | |
| restoreCache(const point &refPt) | AMIInterpolation | |
| reverseTarget() const noexcept | AMIInterpolation | inline |
| reverseTarget_ | AMIInterpolation | protected |
| setRequireMatch(bool flag) noexcept | AMIInterpolation | inline |
| singlePatchProc() const noexcept | AMIInterpolation | inline |
| singlePatchProc_ | AMIInterpolation | protected |
| srcAddress() const | AMIInterpolation | inline |
| srcAddress() | AMIInterpolation | inline |
| srcAddress_ | AMIInterpolation | protected |
| srcCentroids() const | AMIInterpolation | inline |
| srcCentroids() | AMIInterpolation | inline |
| srcCentroids_ | AMIInterpolation | protected |
| srcMagSf() const | AMIInterpolation | inline |
| srcMagSf() | AMIInterpolation | inline |
| srcMagSf_ | AMIInterpolation | protected |
| srcMap() const | AMIInterpolation | inline |
| srcMapPtr_ | AMIInterpolation | protected |
| srcPatch0() const | AMIInterpolation | inlineprotected |
| srcPatchPts_ | AMIInterpolation | protected |
| srcPointFace(const primitivePatch &srcPatch, const primitivePatch &tgtPatch, const vector &n, const label tgtFacei, point &tgtPoint) const | AMIInterpolation | |
| srcWeights() const | AMIInterpolation | inline |
| srcWeights() | AMIInterpolation | inline |
| srcWeights_ | AMIInterpolation | protected |
| srcWeightsSum() const | AMIInterpolation | inline |
| srcWeightsSum() | AMIInterpolation | inline |
| srcWeightsSum_ | AMIInterpolation | protected |
| tgtAddress() const | AMIInterpolation | inline |
| tgtAddress() | AMIInterpolation | inline |
| tgtAddress_ | AMIInterpolation | protected |
| tgtCentroids_ | AMIInterpolation | protected |
| tgtMagSf() const | AMIInterpolation | inline |
| tgtMagSf() | AMIInterpolation | inline |
| tgtMagSf_ | AMIInterpolation | protected |
| tgtMap() const | AMIInterpolation | inline |
| tgtMapPtr_ | AMIInterpolation | protected |
| tgtPatch0() const | AMIInterpolation | inlineprotected |
| tgtPatchPts_ | AMIInterpolation | protected |
| tgtPointFace(const primitivePatch &srcPatch, const primitivePatch &tgtPatch, const vector &n, const label srcFacei, point &srcPoint) const | AMIInterpolation | |
| tgtWeights() const | AMIInterpolation | inline |
| tgtWeights() | AMIInterpolation | inline |
| tgtWeights_ | AMIInterpolation | protected |
| tgtWeightsSum() const | AMIInterpolation | inline |
| tgtWeightsSum() | AMIInterpolation | inline |
| tgtWeightsSum_ | AMIInterpolation | protected |
| treeType typedef | AMIInterpolation | protected |
| tsrcPatch0_ | AMIInterpolation | protected |
| ttgtPatch0_ | AMIInterpolation | protected |
| TypeName("AMIInterpolation") | AMIInterpolation | |
| upToDate() const noexcept | AMIInterpolation | inline |
| upToDate(bool flag) noexcept | AMIInterpolation | inline |
| upToDate() noexcept | AMIInterpolation | inline |
| upToDate_ | AMIInterpolation | protected |
| useLocalComm_ | AMIInterpolation | static |
| weightedSum(const scalar lowWeightCorrection, const labelListList &allSlots, const scalarListList &allWeights, const scalarField &weightsSum, const UList< Type > &fld, const CombineOp &cop, List< Type > &result, const UList< Type > &defaultValues) | AMIInterpolation | static |
| weightedSum(const bool toSource, const UList< Type > &fld, List< Type > &result, const UList< Type > &defaultValues) const | AMIInterpolation | |
| write(Ostream &os) const | AMIInterpolation | virtual |
| writeData(Ostream &os) const | AMIInterpolation | virtual |
| writeFaceConnectivity(const primitivePatch &srcPatch, const primitivePatch &tgtPatch, const labelListList &srcAddress) const | AMIInterpolation | |
| ~AMIInterpolation()=default | AMIInterpolation | virtual |