Home
last modified time | relevance | path

Searched defs:_n_DSBoundary (Results 1 – 1 of 1) sorted by relevance

/petsc/include/petsc/private/
H A Dpetscdsimpl.h12 struct _n_DSBoundary { struct
13 const char *name; /* A unique identifier for the condition */
14 … label; /* The DMLabel indicating the mesh region over which the condition holds */
15 const char *lname; /* The label name if the label is missing from the DM */
16 PetscInt Nv; /* The number of label values defining the region */
17 PetscInt *values; /* The labels values defining the region */
18 … wf; /* Holds the pointwise functions defining the form (only for NATURAL conditions) */
19 DMBoundaryConditionType type; /* The type of condition, usually either ESSENTIAL or NATURAL */
20 PetscInt field; /* The field constrained by the condition */
21 PetscInt Nc; /* The number of constrained field components */
[all …]