OOF2: The Manual

Name

OutOfPlaneSymTensorIterator — Iterate over the out-of-plane components of a symmetric 3×3 tensor

Synopses

C++ Synopsis

#include "engine/fieldindex.h"
	    
class OutOfPlaneSymTensorIterator: , public OutOfPlaneSymTensorIndex, FieldIterator {
}

Python Synopsis


from oof2.SWIG.engine.fieldindex import OutOfPlaneSymTensorIterator
    

class OutOfPlaneSymTensorIterator(OutOfPlaneSymTensorIndexFieldIterator):
   pass

  

Source Files

  • SRC/engine/fieldindex.h: C++ header
  • SRC/engine/fieldindex.C: C++ source code
  • SRC/engine/fieldindex.swg: SWIG source code

Description

OutOfPlaneSymTensorIterator is a FieldIterator that loops over the out-of-plane components of a 3×3 symmetric tensor. It returns the indices in Voigt order: zz, yz, xz. It differs from SymTensorOutOfPlaneIterator in that it assigns the integers 0, 1, and 2 to the components zz, yz, and xz respectively.