Home
last modified time | relevance | path

Searched refs:DSBoundary (Results 1 – 4 of 4) sorted by relevance

/petsc/include/petsc/private/
H A Dpetscdsimpl.h10 typedef struct _n_DSBoundary *DSBoundary; typedef
26 DSBoundary next;
104 DSBoundary boundary; // Linked list of boundary conditions
H A Ddmimpl.h183 DSBoundary dsboundary;
/petsc/src/dm/dt/interface/
H A Ddtds.c123 DSBoundary b; in PetscDSView_Ascii()
291 DSBoundary b; in PetscDSSetFromOptions()
3170 DSBoundary head = ds->boundary, b; in PetscDSAddBoundary()
3300 DSBoundary head = ds->boundary, b; in PetscDSAddBoundaryByName()
3379 DSBoundary b = ds->boundary; in PetscDSUpdateBoundary()
3437 DSBoundary b = ds->boundary; in PetscDSGetNumBoundary()
3481 DSBoundary b = ds->boundary; in PetscDSGetBoundary()
3558 DSBoundary b; in PetscDSUpdateBoundaryLabels()
3569 static PetscErrorCode DSBoundaryDuplicate_Internal(DSBoundary b, DSBoundary *bNew) in DSBoundaryDuplicate_Internal()
3611 DSBoundary b, *lastnext; in PetscDSCopyBoundary()
[all …]
/petsc/src/dm/interface/
H A Ddm.c8117 DSBoundary dsbound; in DMPopulateBoundary()
8165 DSBoundary dsb = b->dsboundary; in DMIsBoundaryPoint()