OOF2: The Manual
Name
VectorFieldIndex — Index a vector field
Synopses
C++ Synopsis
#include "engine/fieldindex.h"
class VectorFieldIndex: , public FieldIndex {VectoFieldIndex();VectoFieldIndex(int i);
}
Python Synopsis
from ooflib.SWIG.engine.fieldindex import VectorFieldIndex
class VectorFieldIndex(FieldIndex):def __init__(self, i)
Description
VectorFieldIndex is used to refer to the
components of a vector-valued Field, Flux, or
Equation.
It is often used within an IndexP wrapper. See the FieldIndex
documentation for details on the available methods.



