OOF2: The Manual

Name

SymmetricTensorFlux — A 3×3 symmetric tensor valued Flux

Description

Source Files

  • SRC/engine/flux.h: C++ headers
  • SRC/engine/flux.C: C++ source code
  • SRC/engine/flux.swg: SWIG source code
  • SRC/engine/flux.spy: python code included in flux.swg

SymmetricTensorFlux is a Flux whose value is a 3×3 symmetric tensor, such as stress. Like all Fluxes, it should only be constructed in Python. See Section 8.1.

All of the SymmetricTensorFlux methods are inherited from and documented in its base class, Flux.