Loading...
Searching...
No Matches
mapDistribute::transformPosition Class Reference

Default transformation behaviour for position. More...

#include <mapDistribute.H>

Public Member Functions

void operator() (const vectorTensorTransform &vt, const bool forward, UList< 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.
template<template< class > class Container>
void operator() (const coupledPolyPatch &cpp, Container< point > &map) const

Detailed Description

Default transformation behaviour for position.

Definition at line 292 of file mapDistribute.H.

Member Function Documentation

◆ operator()() [1/4]

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

Definition at line 296 of file mapDistribute.H.

References fld().

Here is the call graph for this function:

◆ operator()() [2/4]

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

Definition at line 313 of file mapDistribute.H.

References fld().

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 339 of file mapDistribute.H.

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

Here is the call graph for this function:

◆ operator()() [4/4]

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

Definition at line 345 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: