FieldClassMapConstrain

This function creates a new class map from an existing one by implementing constraints and boundary conditions registered with the grid.

Synopsis

#include "grid.h" 
int FieldClassMapConstrain(FieldClassMap map, Grid grid, PetscTruth useBC, PetscTruth useConst, FieldClassMap *newMap)
Collective on FieldClassMap

Input Parameters

map - The map
grid - The grid
useBC - The flag for reducing boundary conditions
useConst - The flag for using constraints

Output Parameter

newMap -The constrained map

Keywords

class, field class, class map, constraint

See Also

FieldClassMapCreate()

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