GridDuplicateBC

Duplicates the boundary conditions of one grid in another.

Synopsis

#include "grid.h" 
#include "gvec.h" 
int GridDuplicateBC(Grid grid, Grid newGrid)
Collective on Grid

Input Parameter

grid -The grid

Output Parameter

newGrid -The altered grid

Keywords

grid, duplicate, BC

See Also

GridDuplicate()

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