GMatMatMultMF

This function applies the operator matrix-free to the vector.

Synopsis

#include "gvec.h" 
int GMatMatMultMF(GMat mat, GVec x, GVec y)

Input Parameters

A - The grid matrix
x - The input grid vector

Output Parameter

y -The output grid vector A x

See Also

GMatMatMultMFConstrained

Level:intermediate
Location:
src/gvec/interface/gmat.c
Index of all GVec routines
Table of Contents for all manual pages
Index of all manual pages