$treeview $search $mathjax
|
Palabos
Version 1.1
$projectbrief
|
$projectbrief
|
$searchbox |
Finite Difference operations on data-fields. More...
Functions | |
| template<typename T > | |
| T | bulkXderiv (ScalarField2D< T > const &field, plint iX, plint iY) |
| template<typename T > | |
| T | bulkYderiv (ScalarField2D< T > const &field, plint iX, plint iY) |
| template<typename T > | |
| T | edgeXderiv (ScalarField2D< T > const &field, int direction, int orientation, plint iX, plint iY) |
| template<typename T > | |
| T | edgeYderiv (ScalarField2D< T > const &field, int direction, int orientation, plint iX, plint iY) |
| template<typename T > | |
| T | cornerXderiv (ScalarField2D< T > const &field, int normalX, int normalY, plint iX, plint iY) |
| template<typename T > | |
| T | cornerYderiv (ScalarField2D< T > const &field, int normalX, int normalY, plint iX, plint iY) |
| template<typename T , int nDim> | |
| T | bulkXderiv (TensorField2D< T, nDim > const &velocity, plint iX, plint iY, int iD) |
| template<typename T , int nDim> | |
| T | bulkYderiv (TensorField2D< T, nDim > const &velocity, plint iX, plint iY, int iD) |
| template<typename T , int nDim> | |
| T | edgeXderiv (TensorField2D< T, nDim > const &velocity, int direction, int orientation, plint iX, plint iY, int iD) |
| template<typename T , int nDim> | |
| T | edgeYderiv (TensorField2D< T, nDim > const &velocity, int direction, int orientation, plint iX, plint iY, int iD) |
| template<typename T , int nDim> | |
| T | cornerXderiv (TensorField2D< T, nDim > const &velocity, int normalX, int normalY, plint iX, plint iY, int iD) |
| template<typename T , int nDim> | |
| T | cornerYderiv (TensorField2D< T, nDim > const &velocity, int normalX, int normalY, plint iX, plint iY, int iD) |
| template<typename T , int nDim> | |
| T | bulkVorticity (TensorField2D< T, nDim > const &velocity, plint iX, plint iY) |
| template<typename T , int nDim> | |
| T | edgeVorticity (TensorField2D< T, nDim > const &velocity, int direction, int orientation, plint iX, plint iY) |
| template<typename T , int nDim> | |
| T | cornerVorticity (TensorField2D< T, nDim > const &velocity, int normalX, int normalY, plint iX, plint iY) |
| template<typename T > | |
| T | bulkXderiv (ScalarField3D< T > const &field, plint iX, plint iY, plint iZ) |
| template<typename T > | |
| T | bulkYderiv (ScalarField3D< T > const &field, plint iX, plint iY, plint iZ) |
| template<typename T > | |
| T | bulkZderiv (ScalarField3D< T > const &field, plint iX, plint iY, plint iZ) |
| template<typename T > | |
| T | planeXderiv (ScalarField3D< T > const &field, int direction, int orientation, plint iX, plint iY, plint iZ) |
| template<typename T > | |
| T | planeYderiv (ScalarField3D< T > const &field, int direction, int orientation, plint iX, plint iY, plint iZ) |
| template<typename T > | |
| T | planeZderiv (ScalarField3D< T > const &field, int direction, int orientation, plint iX, plint iY, plint iZ) |
| template<typename T > | |
| T | edgeXderiv (ScalarField3D< T > const &field, int plane, int direction1, int direction2, plint iX, plint iY, plint iZ) |
| template<typename T > | |
| T | edgeYderiv (ScalarField3D< T > const &field, int plane, int direction1, int direction2, plint iX, plint iY, plint iZ) |
| template<typename T > | |
| T | edgeZderiv (ScalarField3D< T > const &field, int plane, int direction1, int direction2, plint iX, plint iY, plint iZ) |
| template<typename T > | |
| T | cornerXderiv (ScalarField3D< T > const &field, int normalX, int normalY, int normalZ, plint iX, plint iY, plint iZ) |
| template<typename T > | |
| T | cornerYderiv (ScalarField3D< T > const &field, int normalX, int normalY, int normalZ, plint iX, plint iY, plint iZ) |
| template<typename T > | |
| T | cornerZderiv (ScalarField3D< T > const &field, int normalX, int normalY, int normalZ, plint iX, plint iY, plint iZ) |
| template<typename T , int nDim> | |
| T | bulkXderiv (TensorField3D< T, nDim > const &velocity, plint iX, plint iY, plint iZ, int iD) |
| template<typename T , int nDim> | |
| T | bulkYderiv (TensorField3D< T, nDim > const &velocity, plint iX, plint iY, plint iZ, int iD) |
| template<typename T , int nDim> | |
| T | bulkZderiv (TensorField3D< T, nDim > const &velocity, plint iX, plint iY, plint iZ, int iD) |
| template<typename T , int nDim> | |
| T | planeXderiv (TensorField3D< T, nDim > const &velocity, int direction, int orientation, plint iX, plint iY, plint iZ, int iD) |
| template<typename T , int nDim> | |
| T | planeYderiv (TensorField3D< T, nDim > const &velocity, int direction, int orientation, plint iX, plint iY, plint iZ, int iD) |
| template<typename T , int nDim> | |
| T | planeZderiv (TensorField3D< T, nDim > const &velocity, int direction, int orientation, plint iX, plint iY, plint iZ, int iD) |
| template<typename T , int nDim> | |
| T | edgeXderiv (TensorField3D< T, nDim > const &velocity, int plane, int direction1, int direction2, plint iX, plint iY, plint iZ, int iD) |
| template<typename T , int nDim> | |
| T | edgeYderiv (TensorField3D< T, nDim > const &velocity, int plane, int direction1, int direction2, plint iX, plint iY, plint iZ, int iD) |
| template<typename T , int nDim> | |
| T | edgeZderiv (TensorField3D< T, nDim > const &velocity, int plane, int direction1, int direction2, plint iX, plint iY, plint iZ, int iD) |
| template<typename T , int nDim> | |
| T | cornerXderiv (TensorField3D< T, nDim > const &velocity, int normalX, int normalY, int normalZ, plint iX, plint iY, plint iZ, int iD) |
| template<typename T , int nDim> | |
| T | cornerYderiv (TensorField3D< T, nDim > const &velocity, int normalX, int normalY, int normalZ, plint iX, plint iY, plint iZ, int iD) |
| template<typename T , int nDim> | |
| T | cornerZderiv (TensorField3D< T, nDim > const &velocity, int normalX, int normalY, int normalZ, plint iX, plint iY, plint iZ, int iD) |
| template<typename T , int nDim> | |
| T | bulkVorticityX (TensorField3D< T, nDim > const &velocity, plint iX, plint iY, plint iZ) |
| template<typename T , int nDim> | |
| T | bulkVorticityY (TensorField3D< T, nDim > const &velocity, plint iX, plint iY, plint iZ) |
| template<typename T , int nDim> | |
| T | bulkVorticityZ (TensorField3D< T, nDim > const &velocity, plint iX, plint iY, plint iZ) |
| template<typename T , int nDim> | |
| T | planeVorticityX (TensorField3D< T, nDim > const &velocity, int direction, int orientation, plint iX, plint iY, plint iZ) |
| template<typename T , int nDim> | |
| T | planeVorticityY (TensorField3D< T, nDim > const &velocity, int direction, int orientation, plint iX, plint iY, plint iZ) |
| template<typename T , int nDim> | |
| T | planeVorticityZ (TensorField3D< T, nDim > const &velocity, int direction, int orientation, plint iX, plint iY, plint iZ) |
| template<typename T , int nDim> | |
| T | edgeVorticityX (TensorField3D< T, nDim > const &velocity, int plane, int normal1, int normal2, plint iX, plint iY, plint iZ) |
| template<typename T , int nDim> | |
| T | edgeVorticityY (TensorField3D< T, nDim > const &velocity, int plane, int normal1, int normal2, plint iX, plint iY, plint iZ) |
| template<typename T , int nDim> | |
| T | edgeVorticityZ (TensorField3D< T, nDim > const &velocity, int plane, int normal1, int normal2, plint iX, plint iY, plint iZ) |
| template<typename T , int nDim> | |
| T | cornerVorticityX (TensorField3D< T, nDim > const &velocity, int normalX, int normalY, int normalZ, plint iX, plint iY, plint iZ) |
| template<typename T , int nDim> | |
| T | cornerVorticityY (TensorField3D< T, nDim > const &velocity, int normalX, int normalY, int normalZ, plint iX, plint iY, plint iZ) |
| template<typename T , int nDim> | |
| T | cornerVorticityZ (TensorField3D< T, nDim > const &velocity, int normalX, int normalY, int normalZ, plint iX, plint iY, plint iZ) |
Finite Difference operations on data-fields.
| T plb::fdDataField::bulkVorticity | ( | TensorField2D< T, nDim > const & | velocity, | |
| plint | iX, | |||
| plint | iY | |||
| ) | [inline] |
References bulkXderiv(), and bulkYderiv().
Referenced by plb::BoxBulkVorticityFunctional2D< T, nDim >::process(), and plb::BoxVorticityFunctional2D< T, nDim >::processBulk().
| T plb::fdDataField::bulkVorticityX | ( | TensorField3D< T, nDim > const & | velocity, | |
| plint | iX, | |||
| plint | iY, | |||
| plint | iZ | |||
| ) | [inline] |
References bulkYderiv(), and bulkZderiv().
Referenced by plb::BoxBulkVorticityFunctional3D< T, nDim >::process(), and plb::BoxVorticityFunctional3D< T, nDim >::processBulk().
| T plb::fdDataField::bulkVorticityY | ( | TensorField3D< T, nDim > const & | velocity, | |
| plint | iX, | |||
| plint | iY, | |||
| plint | iZ | |||
| ) | [inline] |
References bulkXderiv(), and bulkZderiv().
Referenced by plb::BoxBulkVorticityFunctional3D< T, nDim >::process(), and plb::BoxVorticityFunctional3D< T, nDim >::processBulk().
| T plb::fdDataField::bulkVorticityZ | ( | TensorField3D< T, nDim > const & | velocity, | |
| plint | iX, | |||
| plint | iY, | |||
| plint | iZ | |||
| ) | [inline] |
References bulkXderiv(), and bulkYderiv().
Referenced by plb::BoxBulkVorticityFunctional3D< T, nDim >::process(), and plb::BoxVorticityFunctional3D< T, nDim >::processBulk().
| T plb::fdDataField::bulkXderiv | ( | TensorField3D< T, nDim > const & | velocity, | |
| plint | iX, | |||
| plint | iY, | |||
| plint | iZ, | |||
| int | iD | |||
| ) | [inline] |
References plb::fd::ctl_diff(), and plb::TensorField3D< T, nDim >::get().
| T plb::fdDataField::bulkXderiv | ( | ScalarField3D< T > const & | field, | |
| plint | iX, | |||
| plint | iY, | |||
| plint | iZ | |||
| ) | [inline] |
References plb::fd::ctl_diff(), and plb::ScalarField3D< T >::get().
| T plb::fdDataField::bulkXderiv | ( | TensorField2D< T, nDim > const & | velocity, | |
| plint | iX, | |||
| plint | iY, | |||
| int | iD | |||
| ) | [inline] |
References plb::fd::ctl_diff(), and plb::TensorField2D< T, nDim >::get().
| T plb::fdDataField::bulkXderiv | ( | ScalarField2D< T > const & | field, | |
| plint | iX, | |||
| plint | iY | |||
| ) | [inline] |
References plb::fd::ctl_diff(), and plb::ScalarField2D< T >::get().
Referenced by bulkVorticity(), bulkVorticityY(), bulkVorticityZ(), edgeXderiv(), planeXderiv(), plb::BoxPeriodicGradientNormFunctional3D< T >::process(), plb::BoxXperiodicDerivativeFunctional3D< T >::process(), plb::BoxBulkDivergenceFunctional3D< T, nDim >::process(), plb::BoxBulkStrainRateFunctional3D< T, nDim >::process(), plb::BoxBulkGradientFunctional3D< T >::process(), plb::BoxBulkStrainRateFunctional2D< T, nDim >::process(), plb::BoxGradientNormFunctional3D< T >::processBulk(), plb::BoxXderivativeFunctional3D< T >::processBulk(), plb::BoxGradientNormFunctional2D< T >::processBulk(), plb::BoxStrainRateFunctional3D< T, nDim >::processBulk(), plb::BoxGradientFunctional3D< T >::processBulk(), and plb::BoxStrainRateFunctional2D< T, nDim >::processBulk().
| T plb::fdDataField::bulkYderiv | ( | TensorField3D< T, nDim > const & | velocity, | |
| plint | iX, | |||
| plint | iY, | |||
| plint | iZ, | |||
| int | iD | |||
| ) | [inline] |
References plb::fd::ctl_diff(), and plb::TensorField3D< T, nDim >::get().
| T plb::fdDataField::bulkYderiv | ( | ScalarField3D< T > const & | field, | |
| plint | iX, | |||
| plint | iY, | |||
| plint | iZ | |||
| ) | [inline] |
References plb::fd::ctl_diff(), and plb::ScalarField3D< T >::get().
| T plb::fdDataField::bulkYderiv | ( | TensorField2D< T, nDim > const & | velocity, | |
| plint | iX, | |||
| plint | iY, | |||
| int | iD | |||
| ) | [inline] |
References plb::fd::ctl_diff(), and plb::TensorField2D< T, nDim >::get().
| T plb::fdDataField::bulkYderiv | ( | ScalarField2D< T > const & | field, | |
| plint | iX, | |||
| plint | iY | |||
| ) | [inline] |
References plb::fd::ctl_diff(), and plb::ScalarField2D< T >::get().
Referenced by bulkVorticity(), bulkVorticityX(), bulkVorticityZ(), edgeYderiv(), planeYderiv(), plb::BoxPeriodicGradientNormFunctional3D< T >::process(), plb::BoxYperiodicDerivativeFunctional3D< T >::process(), plb::BoxBulkDivergenceFunctional3D< T, nDim >::process(), plb::BoxBulkStrainRateFunctional3D< T, nDim >::process(), plb::BoxBulkGradientFunctional3D< T >::process(), plb::BoxBulkStrainRateFunctional2D< T, nDim >::process(), plb::BoxGradientNormFunctional3D< T >::processBulk(), plb::BoxYderivativeFunctional3D< T >::processBulk(), plb::BoxGradientNormFunctional2D< T >::processBulk(), plb::BoxStrainRateFunctional3D< T, nDim >::processBulk(), plb::BoxGradientFunctional3D< T >::processBulk(), and plb::BoxStrainRateFunctional2D< T, nDim >::processBulk().
| T plb::fdDataField::bulkZderiv | ( | TensorField3D< T, nDim > const & | velocity, | |
| plint | iX, | |||
| plint | iY, | |||
| plint | iZ, | |||
| int | iD | |||
| ) | [inline] |
References plb::fd::ctl_diff(), and plb::TensorField3D< T, nDim >::get().
| T plb::fdDataField::bulkZderiv | ( | ScalarField3D< T > const & | field, | |
| plint | iX, | |||
| plint | iY, | |||
| plint | iZ | |||
| ) | [inline] |
References plb::fd::ctl_diff(), and plb::ScalarField3D< T >::get().
Referenced by bulkVorticityX(), bulkVorticityY(), edgeZderiv(), planeZderiv(), plb::BoxPeriodicGradientNormFunctional3D< T >::process(), plb::BoxZperiodicDerivativeFunctional3D< T >::process(), plb::BoxBulkDivergenceFunctional3D< T, nDim >::process(), plb::BoxBulkStrainRateFunctional3D< T, nDim >::process(), plb::BoxBulkGradientFunctional3D< T >::process(), plb::BoxGradientNormFunctional3D< T >::processBulk(), plb::BoxZderivativeFunctional3D< T >::processBulk(), plb::BoxStrainRateFunctional3D< T, nDim >::processBulk(), and plb::BoxGradientFunctional3D< T >::processBulk().
| T plb::fdDataField::cornerVorticity | ( | TensorField2D< T, nDim > const & | velocity, | |
| int | normalX, | |||
| int | normalY, | |||
| plint | iX, | |||
| plint | iY | |||
| ) | [inline] |
References cornerXderiv(), and cornerYderiv().
Referenced by plb::BoxVorticityFunctional2D< T, nDim >::processCorner().
| T plb::fdDataField::cornerVorticityX | ( | TensorField3D< T, nDim > const & | velocity, | |
| int | normalX, | |||
| int | normalY, | |||
| int | normalZ, | |||
| plint | iX, | |||
| plint | iY, | |||
| plint | iZ | |||
| ) | [inline] |
References cornerYderiv(), and cornerZderiv().
Referenced by plb::BoxVorticityFunctional3D< T, nDim >::processCorner().
| T plb::fdDataField::cornerVorticityY | ( | TensorField3D< T, nDim > const & | velocity, | |
| int | normalX, | |||
| int | normalY, | |||
| int | normalZ, | |||
| plint | iX, | |||
| plint | iY, | |||
| plint | iZ | |||
| ) | [inline] |
References cornerXderiv(), and cornerZderiv().
Referenced by plb::BoxVorticityFunctional3D< T, nDim >::processCorner().
| T plb::fdDataField::cornerVorticityZ | ( | TensorField3D< T, nDim > const & | velocity, | |
| int | normalX, | |||
| int | normalY, | |||
| int | normalZ, | |||
| plint | iX, | |||
| plint | iY, | |||
| plint | iZ | |||
| ) | [inline] |
References cornerXderiv(), and cornerYderiv().
Referenced by plb::BoxVorticityFunctional3D< T, nDim >::processCorner().
| T plb::fdDataField::cornerXderiv | ( | TensorField3D< T, nDim > const & | velocity, | |
| int | normalX, | |||
| int | normalY, | |||
| int | normalZ, | |||
| plint | iX, | |||
| plint | iY, | |||
| plint | iZ, | |||
| int | iD | |||
| ) | [inline] |
References plb::TensorField3D< T, nDim >::get(), and plb::fd::o1_fwd_diff().
| T plb::fdDataField::cornerXderiv | ( | ScalarField3D< T > const & | field, | |
| int | normalX, | |||
| int | normalY, | |||
| int | normalZ, | |||
| plint | iX, | |||
| plint | iY, | |||
| plint | iZ | |||
| ) | [inline] |
References plb::ScalarField3D< T >::get(), and plb::fd::o1_fwd_diff().
| T plb::fdDataField::cornerXderiv | ( | TensorField2D< T, nDim > const & | velocity, | |
| int | normalX, | |||
| int | normalY, | |||
| plint | iX, | |||
| plint | iY, | |||
| int | iD | |||
| ) | [inline] |
References plb::TensorField2D< T, nDim >::get(), and plb::fd::o1_fwd_diff().
| T plb::fdDataField::cornerXderiv | ( | ScalarField2D< T > const & | field, | |
| int | normalX, | |||
| int | normalY, | |||
| plint | iX, | |||
| plint | iY | |||
| ) | [inline] |
References plb::ScalarField2D< T >::get(), and plb::fd::o1_fwd_diff().
Referenced by cornerVorticity(), cornerVorticityY(), cornerVorticityZ(), plb::BoxGradientNormFunctional3D< T >::processCorner(), plb::BoxXderivativeFunctional3D< T >::processCorner(), plb::BoxGradientNormFunctional2D< T >::processCorner(), plb::BoxStrainRateFunctional3D< T, nDim >::processCorner(), plb::BoxGradientFunctional3D< T >::processCorner(), and plb::BoxStrainRateFunctional2D< T, nDim >::processCorner().
| T plb::fdDataField::cornerYderiv | ( | TensorField3D< T, nDim > const & | velocity, | |
| int | normalX, | |||
| int | normalY, | |||
| int | normalZ, | |||
| plint | iX, | |||
| plint | iY, | |||
| plint | iZ, | |||
| int | iD | |||
| ) | [inline] |
References plb::TensorField3D< T, nDim >::get(), and plb::fd::o1_fwd_diff().
| T plb::fdDataField::cornerYderiv | ( | ScalarField3D< T > const & | field, | |
| int | normalX, | |||
| int | normalY, | |||
| int | normalZ, | |||
| plint | iX, | |||
| plint | iY, | |||
| plint | iZ | |||
| ) | [inline] |
References plb::ScalarField3D< T >::get(), and plb::fd::o1_fwd_diff().
| T plb::fdDataField::cornerYderiv | ( | TensorField2D< T, nDim > const & | velocity, | |
| int | normalX, | |||
| int | normalY, | |||
| plint | iX, | |||
| plint | iY, | |||
| int | iD | |||
| ) | [inline] |
References plb::TensorField2D< T, nDim >::get(), and plb::fd::o1_fwd_diff().
| T plb::fdDataField::cornerYderiv | ( | ScalarField2D< T > const & | field, | |
| int | normalX, | |||
| int | normalY, | |||
| plint | iX, | |||
| plint | iY | |||
| ) | [inline] |
References plb::ScalarField2D< T >::get(), and plb::fd::o1_fwd_diff().
Referenced by cornerVorticity(), cornerVorticityX(), cornerVorticityZ(), plb::BoxGradientNormFunctional3D< T >::processCorner(), plb::BoxYderivativeFunctional3D< T >::processCorner(), plb::BoxGradientNormFunctional2D< T >::processCorner(), plb::BoxStrainRateFunctional3D< T, nDim >::processCorner(), plb::BoxGradientFunctional3D< T >::processCorner(), and plb::BoxStrainRateFunctional2D< T, nDim >::processCorner().
| T plb::fdDataField::cornerZderiv | ( | TensorField3D< T, nDim > const & | velocity, | |
| int | normalX, | |||
| int | normalY, | |||
| int | normalZ, | |||
| plint | iX, | |||
| plint | iY, | |||
| plint | iZ, | |||
| int | iD | |||
| ) | [inline] |
References plb::TensorField3D< T, nDim >::get(), and plb::fd::o1_fwd_diff().
| T plb::fdDataField::cornerZderiv | ( | ScalarField3D< T > const & | field, | |
| int | normalX, | |||
| int | normalY, | |||
| int | normalZ, | |||
| plint | iX, | |||
| plint | iY, | |||
| plint | iZ | |||
| ) | [inline] |
References plb::ScalarField3D< T >::get(), and plb::fd::o1_fwd_diff().
Referenced by cornerVorticityX(), cornerVorticityY(), plb::BoxGradientNormFunctional3D< T >::processCorner(), plb::BoxZderivativeFunctional3D< T >::processCorner(), plb::BoxStrainRateFunctional3D< T, nDim >::processCorner(), and plb::BoxGradientFunctional3D< T >::processCorner().
| T plb::fdDataField::edgeVorticity | ( | TensorField2D< T, nDim > const & | velocity, | |
| int | direction, | |||
| int | orientation, | |||
| plint | iX, | |||
| plint | iY | |||
| ) | [inline] |
References edgeXderiv(), and edgeYderiv().
Referenced by plb::BoxVorticityFunctional2D< T, nDim >::processEdge().
| T plb::fdDataField::edgeVorticityX | ( | TensorField3D< T, nDim > const & | velocity, | |
| int | plane, | |||
| int | normal1, | |||
| int | normal2, | |||
| plint | iX, | |||
| plint | iY, | |||
| plint | iZ | |||
| ) | [inline] |
References edgeYderiv(), and edgeZderiv().
Referenced by plb::BoxVorticityFunctional3D< T, nDim >::processEdge().
| T plb::fdDataField::edgeVorticityY | ( | TensorField3D< T, nDim > const & | velocity, | |
| int | plane, | |||
| int | normal1, | |||
| int | normal2, | |||
| plint | iX, | |||
| plint | iY, | |||
| plint | iZ | |||
| ) | [inline] |
References edgeXderiv(), and edgeZderiv().
Referenced by plb::BoxVorticityFunctional3D< T, nDim >::processEdge().
| T plb::fdDataField::edgeVorticityZ | ( | TensorField3D< T, nDim > const & | velocity, | |
| int | plane, | |||
| int | normal1, | |||
| int | normal2, | |||
| plint | iX, | |||
| plint | iY, | |||
| plint | iZ | |||
| ) | [inline] |
References edgeXderiv(), and edgeYderiv().
Referenced by plb::BoxVorticityFunctional3D< T, nDim >::processEdge().
| T plb::fdDataField::edgeXderiv | ( | TensorField3D< T, nDim > const & | velocity, | |
| int | plane, | |||
| int | direction1, | |||
| int | direction2, | |||
| plint | iX, | |||
| plint | iY, | |||
| plint | iZ, | |||
| int | iD | |||
| ) | [inline] |
References bulkXderiv(), plb::TensorField3D< T, nDim >::get(), and plb::fd::o1_fwd_diff().
| T plb::fdDataField::edgeXderiv | ( | ScalarField3D< T > const & | field, | |
| int | plane, | |||
| int | direction1, | |||
| int | direction2, | |||
| plint | iX, | |||
| plint | iY, | |||
| plint | iZ | |||
| ) | [inline] |
References bulkXderiv(), plb::ScalarField3D< T >::get(), and plb::fd::o1_fwd_diff().
| T plb::fdDataField::edgeXderiv | ( | TensorField2D< T, nDim > const & | velocity, | |
| int | direction, | |||
| int | orientation, | |||
| plint | iX, | |||
| plint | iY, | |||
| int | iD | |||
| ) | [inline] |
References bulkXderiv(), plb::TensorField2D< T, nDim >::get(), and plb::fd::o1_fwd_diff().
| T plb::fdDataField::edgeXderiv | ( | ScalarField2D< T > const & | field, | |
| int | direction, | |||
| int | orientation, | |||
| plint | iX, | |||
| plint | iY | |||
| ) | [inline] |
References bulkXderiv(), plb::ScalarField2D< T >::get(), and plb::fd::o1_fwd_diff().
Referenced by edgeVorticity(), edgeVorticityY(), edgeVorticityZ(), plb::BoxGradientNormFunctional3D< T >::processEdge(), plb::BoxXderivativeFunctional3D< T >::processEdge(), plb::BoxGradientNormFunctional2D< T >::processEdge(), plb::BoxStrainRateFunctional3D< T, nDim >::processEdge(), plb::BoxGradientFunctional3D< T >::processEdge(), and plb::BoxStrainRateFunctional2D< T, nDim >::processEdge().
| T plb::fdDataField::edgeYderiv | ( | TensorField3D< T, nDim > const & | velocity, | |
| int | plane, | |||
| int | direction1, | |||
| int | direction2, | |||
| plint | iX, | |||
| plint | iY, | |||
| plint | iZ, | |||
| int | iD | |||
| ) | [inline] |
References bulkYderiv(), plb::TensorField3D< T, nDim >::get(), and plb::fd::o1_fwd_diff().
| T plb::fdDataField::edgeYderiv | ( | ScalarField3D< T > const & | field, | |
| int | plane, | |||
| int | direction1, | |||
| int | direction2, | |||
| plint | iX, | |||
| plint | iY, | |||
| plint | iZ | |||
| ) | [inline] |
References bulkYderiv(), plb::ScalarField3D< T >::get(), and plb::fd::o1_fwd_diff().
| T plb::fdDataField::edgeYderiv | ( | TensorField2D< T, nDim > const & | velocity, | |
| int | direction, | |||
| int | orientation, | |||
| plint | iX, | |||
| plint | iY, | |||
| int | iD | |||
| ) | [inline] |
References bulkYderiv(), plb::TensorField2D< T, nDim >::get(), and plb::fd::o1_fwd_diff().
| T plb::fdDataField::edgeYderiv | ( | ScalarField2D< T > const & | field, | |
| int | direction, | |||
| int | orientation, | |||
| plint | iX, | |||
| plint | iY | |||
| ) | [inline] |
References bulkYderiv(), plb::ScalarField2D< T >::get(), and plb::fd::o1_fwd_diff().
Referenced by edgeVorticity(), edgeVorticityX(), edgeVorticityZ(), plb::BoxGradientNormFunctional3D< T >::processEdge(), plb::BoxYderivativeFunctional3D< T >::processEdge(), plb::BoxGradientNormFunctional2D< T >::processEdge(), plb::BoxStrainRateFunctional3D< T, nDim >::processEdge(), plb::BoxGradientFunctional3D< T >::processEdge(), and plb::BoxStrainRateFunctional2D< T, nDim >::processEdge().
| T plb::fdDataField::edgeZderiv | ( | TensorField3D< T, nDim > const & | velocity, | |
| int | plane, | |||
| int | direction1, | |||
| int | direction2, | |||
| plint | iX, | |||
| plint | iY, | |||
| plint | iZ, | |||
| int | iD | |||
| ) | [inline] |
References bulkZderiv(), plb::TensorField3D< T, nDim >::get(), and plb::fd::o1_fwd_diff().
| T plb::fdDataField::edgeZderiv | ( | ScalarField3D< T > const & | field, | |
| int | plane, | |||
| int | direction1, | |||
| int | direction2, | |||
| plint | iX, | |||
| plint | iY, | |||
| plint | iZ | |||
| ) | [inline] |
References bulkZderiv(), plb::ScalarField3D< T >::get(), and plb::fd::o1_fwd_diff().
Referenced by edgeVorticityX(), edgeVorticityY(), plb::BoxGradientNormFunctional3D< T >::processEdge(), plb::BoxZderivativeFunctional3D< T >::processEdge(), plb::BoxStrainRateFunctional3D< T, nDim >::processEdge(), and plb::BoxGradientFunctional3D< T >::processEdge().
| T plb::fdDataField::planeVorticityX | ( | TensorField3D< T, nDim > const & | velocity, | |
| int | direction, | |||
| int | orientation, | |||
| plint | iX, | |||
| plint | iY, | |||
| plint | iZ | |||
| ) | [inline] |
References planeYderiv(), and planeZderiv().
Referenced by plb::BoxVorticityFunctional3D< T, nDim >::processPlane().
| T plb::fdDataField::planeVorticityY | ( | TensorField3D< T, nDim > const & | velocity, | |
| int | direction, | |||
| int | orientation, | |||
| plint | iX, | |||
| plint | iY, | |||
| plint | iZ | |||
| ) | [inline] |
References planeXderiv(), and planeZderiv().
Referenced by plb::BoxVorticityFunctional3D< T, nDim >::processPlane().
| T plb::fdDataField::planeVorticityZ | ( | TensorField3D< T, nDim > const & | velocity, | |
| int | direction, | |||
| int | orientation, | |||
| plint | iX, | |||
| plint | iY, | |||
| plint | iZ | |||
| ) | [inline] |
References planeXderiv(), and planeYderiv().
Referenced by plb::BoxVorticityFunctional3D< T, nDim >::processPlane().
| T plb::fdDataField::planeXderiv | ( | TensorField3D< T, nDim > const & | velocity, | |
| int | direction, | |||
| int | orientation, | |||
| plint | iX, | |||
| plint | iY, | |||
| plint | iZ, | |||
| int | iD | |||
| ) | [inline] |
References bulkXderiv(), plb::TensorField3D< T, nDim >::get(), and plb::fd::o1_fwd_diff().
| T plb::fdDataField::planeXderiv | ( | ScalarField3D< T > const & | field, | |
| int | direction, | |||
| int | orientation, | |||
| plint | iX, | |||
| plint | iY, | |||
| plint | iZ | |||
| ) | [inline] |
References bulkXderiv(), plb::ScalarField3D< T >::get(), and plb::fd::o1_fwd_diff().
Referenced by planeVorticityY(), planeVorticityZ(), plb::BoxGradientNormFunctional3D< T >::processPlane(), plb::BoxXderivativeFunctional3D< T >::processPlane(), plb::BoxStrainRateFunctional3D< T, nDim >::processPlane(), and plb::BoxGradientFunctional3D< T >::processPlane().
| T plb::fdDataField::planeYderiv | ( | TensorField3D< T, nDim > const & | velocity, | |
| int | direction, | |||
| int | orientation, | |||
| plint | iX, | |||
| plint | iY, | |||
| plint | iZ, | |||
| int | iD | |||
| ) | [inline] |
References bulkYderiv(), plb::TensorField3D< T, nDim >::get(), and plb::fd::o1_fwd_diff().
| T plb::fdDataField::planeYderiv | ( | ScalarField3D< T > const & | field, | |
| int | direction, | |||
| int | orientation, | |||
| plint | iX, | |||
| plint | iY, | |||
| plint | iZ | |||
| ) | [inline] |
References bulkYderiv(), plb::ScalarField3D< T >::get(), and plb::fd::o1_fwd_diff().
Referenced by planeVorticityX(), planeVorticityZ(), plb::BoxGradientNormFunctional3D< T >::processPlane(), plb::BoxYderivativeFunctional3D< T >::processPlane(), plb::BoxStrainRateFunctional3D< T, nDim >::processPlane(), and plb::BoxGradientFunctional3D< T >::processPlane().
| T plb::fdDataField::planeZderiv | ( | TensorField3D< T, nDim > const & | velocity, | |
| int | direction, | |||
| int | orientation, | |||
| plint | iX, | |||
| plint | iY, | |||
| plint | iZ, | |||
| int | iD | |||
| ) | [inline] |
References bulkZderiv(), plb::TensorField3D< T, nDim >::get(), and plb::fd::o1_fwd_diff().
| T plb::fdDataField::planeZderiv | ( | ScalarField3D< T > const & | field, | |
| int | direction, | |||
| int | orientation, | |||
| plint | iX, | |||
| plint | iY, | |||
| plint | iZ | |||
| ) | [inline] |
References bulkZderiv(), plb::ScalarField3D< T >::get(), and plb::fd::o1_fwd_diff().
Referenced by planeVorticityX(), planeVorticityY(), plb::BoxGradientNormFunctional3D< T >::processPlane(), plb::BoxZderivativeFunctional3D< T >::processPlane(), plb::BoxStrainRateFunctional3D< T, nDim >::processPlane(), and plb::BoxGradientFunctional3D< T >::processPlane().
1.6.3
1.6.3