GridGetConstraintInverse
This function returns the psuedo-inverse of the projector from the constrained to the unconstrained variables, or PETSC_NULL if no inverse exists.
Synopsis
#include "grid.h"
int GridGetConstraintInverse(Grid grid, GMat *invP)
Collective on Grid
Input Parameter
grid -The grid
Output Parameter
invP -The pseudo-inverse of the projector from constrained to the unconstrained variables
Keywords
constraint
See Also
GridSetupConstraints()
Level:intermediate
Location:src/grid/interface/gridConst.c
Index of all Grid routines
Table of Contents for all manual pages
Index of all manual pages