Home
last modified time | relevance | path

Searched refs:DMBoundaryConditionType (Results 1 – 9 of 9) sorted by relevance

/petsc/include/
H A Dpetscdmtypes.h82 } DMBoundaryConditionType; typedef
H A Dpetscds.h194 PETSC_EXTERN PetscErrorCode PetscDSAddBoundary(PetscDS, DMBoundaryConditionType, const char[], DMLa…
195 PETSC_EXTERN PetscErrorCode PetscDSAddBoundaryByName(PetscDS, DMBoundaryConditionType, const char[]…
196 PETSC_EXTERN PetscErrorCode PetscDSUpdateBoundary(PetscDS, PetscInt, DMBoundaryConditionType, const…
198 …ErrorCode PetscDSGetBoundary(PetscDS, PetscInt, PetscWeakForm *, DMBoundaryConditionType *, const …
H A Dpetscdm.h442 PETSC_EXTERN PetscErrorCode DMAddBoundary(DM, DMBoundaryConditionType, const char[], DMLabel, Petsc…
/petsc/include/petsc/private/
H A Dpetscdsimpl.h19 DMBoundaryConditionType type; /* The type of condition, usually either ESSENTIAL or NATURAL */
/petsc/src/dm/impls/plex/
H A Dplexsection.c487 DMBoundaryConditionType type; in DMCreateLocalSection_Plex()
524 DMBoundaryConditionType type; in DMCreateLocalSection_Plex()
H A Dplexproject.c533 …ace sp[], PetscInt p, PetscTabulation *T, PetscTabulation *TAux, DMBoundaryConditionType type, Pet… in DMProjectPoint_Private()
713 …t comps[], DMLabel label, PetscInt numIds, const PetscInt ids[], DMBoundaryConditionType type, Pet… in DMProjectLocal_Generic_Plex()
H A Dplexfem.c1154 DMBoundaryConditionType type; in DMPlexInsertBoundaryValues_Plex()
1216 DMBoundaryConditionType type; in DMPlexInsertTimeDerivativeBoundaryValues_Plex()
1269 DMBoundaryConditionType type; in DMPlexInsertBounds_Plex()
5119 DMBoundaryConditionType type; in DMPlexComputeBdResidual_Internal()
6131 DMBoundaryConditionType type; in DMPlexComputeBdJacobian_Internal()
/petsc/src/dm/dt/interface/
H A Ddtds.c3168 PetscErrorCode PetscDSAddBoundary(PetscDS ds, DMBoundaryConditionType type, const char name[], DMLa… in PetscDSAddBoundary()
3298 PetscErrorCode PetscDSAddBoundaryByName(PetscDS ds, DMBoundaryConditionType type, const char name[]… in PetscDSAddBoundaryByName()
3377 PetscErrorCode PetscDSUpdateBoundary(PetscDS ds, PetscInt bd, DMBoundaryConditionType type, const c… in PetscDSUpdateBoundary()
3479 …e PetscDSGetBoundary(PetscDS ds, PetscInt bd, PetscWeakForm *wf, DMBoundaryConditionType *type, co… in PetscDSGetBoundary()
/petsc/src/dm/interface/
H A Ddm.c8080 PetscErrorCode DMAddBoundary(DM dm, DMBoundaryConditionType type, const char name[], DMLabel label,… in DMAddBoundary()
8212 DMBoundaryConditionType type; in DMHasBound()