DMPlexComputeInjectorFEM#
Compute a mapping from coarse unknowns to fine unknowns
Synopsis#
#include "petscdmplex.h"
PetscErrorCode DMPlexComputeInjectorFEM(DM dmc, DM dmf, VecScatter *sc, void *user)
Input Parameters#
dmc - The coarse mesh
dmf - The fine mesh
user - The user context
Output Parameter#
sc - The mapping
See Also#
DMPlex: Unstructured Grids, DM
, DMPLEX
, DMPlexComputeInterpolatorNested()
, DMPlexComputeJacobianFEM()
Level#
developer
Location#
Examples#
Index of all DMPlex routines
Table of Contents for all manual pages
Index of all manual pages