OOF2: The Manual
Name
OutOfPlaneSymTensorIndex — Index the out-of-plane components of a 3×3 symmetric tensor
Synopses
C++ Synopsis
#include "engine/fieldindex.h"
class OutOfPlaneSymTensorIndex: , public SymTensorIndex {
}
Python Synopsis
from ooflib.SWIG.engine.fieldindex import OutOfPlaneSymTensorIndex
class OutOfPlaneSymTensorIndex(SymTensorIndex):
pass
Description
A OutOfPlaneSymTensorIndex is a
FieldIndex that refers to the out-of-plane components of a
symmetric 3×3 tensor. That is, the index can only take
the values "zz", "yz", and "xz".
See the FieldIndex and SymTensorIndex
pages for information about the available methods.
OutOfPlaneSymTensorIndex::integer
returns the Voigt index minus 2:



