The grid vector and matrix (GVec) component provides an
interface for manipulation of discretized functions and
operators on a Grid. GVec users can set various options at runtime via the
options database in the same way as the Vec and Mat components.
GVec internally employs a Vec
and Mat objects
to implement the low-level functionality.