Home
last modified time | relevance | path

Searched refs:DMBoundary (Results 1 – 2 of 2) sorted by relevance

/petsc/include/petsc/private/ !
H A Ddmimpl.h180 typedef struct _n_Boundary *DMBoundary; typedef
185 DMBoundary next;
312 DMBoundary boundary; /* List of boundary conditions */
/petsc/src/dm/interface/ !
H A Ddm.c719 DMBoundary next = (*dm)->boundary; in DMDestroy()
721 DMBoundary b = next; in DMDestroy()
8116 DMBoundary *lastnext; in DMPopulateBoundary()
8123 DMBoundary next = dm->boundary; in DMPopulateBoundary()
8129 DMBoundary b = next; in DMPopulateBoundary()
8139 DMBoundary dmbound; in DMPopulateBoundary()
8155 DMBoundary b; in DMIsBoundaryPoint()