PETSc version 3.17.0
Fix/Edit manual page

DMPlexGetCeedRestriction

Define the libCEED map from the local vector (Lvector) to the cells (Evector)

Synopsis

#include "petscdmplex.h"          
PetscErrorCode DMPlexGetCeedRestriction(DM dm, DMLabel domain_label, PetscInt label_value, PetscInt height, PetscInt dm_field, CeedElemRestriction *ERestrict)

Input Parameters

dm - The DMPlex object domain_label - label for DMPlex domain, or NULL for the whole domain label_value - Stratum value height - Height of target cells in DMPlex topology dm_field - Index of DMPlex field

Output Parameters

ERestrict - libCEED restriction from local vector to to the cells

Level

developer

Location

src/dm/impls/plex/plexceed.c
Index of all DMPLEX routines
Table of Contents for all manual pages
Index of all manual pages