mapDistribute::transformPosition Class Reference

Default transformation behaviour for position. More...

Public Member Functions

void operator() (const vectorTensorTransform &vt, const bool forward, List< point > &fld) const
 
void operator() (const vectorTensorTransform &vt, const bool forward, List< List< point >> &flds) const
 
void operator() (const coupledPolyPatch &cpp, pointField &fld) const
 Transform patch-based field. More...
 
template<template< class > class Container>
void operator() (const coupledPolyPatch &cpp, Container< point > &map) const
 

Detailed Description

Default transformation behaviour for position.

Definition at line 262 of file mapDistribute.H.

Member Function Documentation

◆ operator()() [1/4]

void operator() ( const vectorTensorTransform vt,
const bool  forward,
List< point > &  fld 
) const
inline

Definition at line 267 of file mapDistribute.H.

References fld, vectorTensorTransform::invTransformPosition(), and vectorTensorTransform::transformPosition().

Referenced by mapDistribute::transformPosition::operator()().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ operator()() [2/4]

void operator() ( const vectorTensorTransform vt,
const bool  forward,
List< List< point >> &  flds 
) const
inline

Definition at line 285 of file mapDistribute.H.

References fld, and mapDistribute::transformPosition::operator()().

Here is the call graph for this function:

◆ operator()() [3/4]

void operator() ( const coupledPolyPatch cpp,
pointField fld 
) const
inline

Transform patch-based field.

Definition at line 298 of file mapDistribute.H.

References fld, and coupledPolyPatch::transformPosition().

Here is the call graph for this function:

◆ operator()() [4/4]

void operator() ( const coupledPolyPatch cpp,
Container< point > &  map 
) const
inline

Definition at line 304 of file mapDistribute.H.

References fld, forAllConstIters(), forAllIters, and coupledPolyPatch::transformPosition().

Here is the call graph for this function:

The documentation for this class was generated from the following file: