GridCreateRestriction

Generates restriction matrix between two grids.

Synopsis

#include "grid.h" 
#include "gvec.h" 
int GridCreateRestriction(Grid vf, Grid vc, GMat *gmat)

Input Parameters

vf - The fine grid
vc - The coarse grid

Output Parameter

gmat -A sparse matrix containing restriction

Level:advanced
Location:
src/grid/interface/grid.c
Index of all Grid routines
Table of Contents for all manual pages
Index of all manual pages