GeometricSymmTensorField.H File Reference

SymmTensor specific part of the implementation of GeometricField. More...

Include dependency graph for GeometricSymmTensorField.H:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 Foam
 Namespace for OpenFOAM.
 

Macros

#define TEMPLATE   template<template<class> class PatchField, class GeoMesh>
 

Functions

template<class Cmpt , template< class > class PatchField, class GeoMesh >
void zip (GeometricField< SymmTensor< Cmpt >, PatchField, GeoMesh > &result, const GeometricField< Cmpt, PatchField, GeoMesh > &xx, const GeometricField< Cmpt, PatchField, GeoMesh > &xy, const GeometricField< Cmpt, PatchField, GeoMesh > &xz, const GeometricField< Cmpt, PatchField, GeoMesh > &yy, const GeometricField< Cmpt, PatchField, GeoMesh > &yz, const GeometricField< Cmpt, PatchField, GeoMesh > &zz)
 Zip together symmTensor field from components. More...
 
template<class Cmpt , template< class > class PatchField, class GeoMesh >
void unzip (const GeometricField< SymmTensor< Cmpt >, PatchField, GeoMesh > &input, GeometricField< Cmpt, PatchField, GeoMesh > &xx, GeometricField< Cmpt, PatchField, GeoMesh > &xy, GeometricField< Cmpt, PatchField, GeoMesh > &xz, GeometricField< Cmpt, PatchField, GeoMesh > &yy, GeometricField< Cmpt, PatchField, GeoMesh > &yz, GeometricField< Cmpt, PatchField, GeoMesh > &zz)
 Unzip symmTensor field into components. More...
 
template<class Cmpt , template< class > class PatchField, class GeoMesh >
void unzipDiag (const GeometricField< SymmTensor< Cmpt >, PatchField, GeoMesh > &input, GeometricField< Vector< Cmpt >, PatchField, GeoMesh > &result)
 Extract a symmTensor field diagonal. More...
 

Detailed Description

SymmTensor specific part of the implementation of GeometricField.

Original source file GeometricSymmTensorField.H

InClass Foam::GeometricSymmTensorField

Source files

Definition in file GeometricSymmTensorField.H.

Macro Definition Documentation

◆ TEMPLATE

#define TEMPLATE   template<template<class> class PatchField, class GeoMesh>

Definition at line 44 of file GeometricSymmTensorField.H.