Searched refs:DMBoundaryConditionType (Results 1 – 9 of 9) sorted by relevance
| /petsc/include/ |
| H A D | petscdmtypes.h | 82 } DMBoundaryConditionType; typedef
|
| H A D | petscds.h | 194 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 D | petscdm.h | 442 PETSC_EXTERN PetscErrorCode DMAddBoundary(DM, DMBoundaryConditionType, const char[], DMLabel, Petsc…
|
| /petsc/include/petsc/private/ |
| H A D | petscdsimpl.h | 19 DMBoundaryConditionType type; /* The type of condition, usually either ESSENTIAL or NATURAL */
|
| /petsc/src/dm/impls/plex/ |
| H A D | plexsection.c | 487 DMBoundaryConditionType type; in DMCreateLocalSection_Plex() 524 DMBoundaryConditionType type; in DMCreateLocalSection_Plex()
|
| H A D | plexproject.c | 533 …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 D | plexfem.c | 1154 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 D | dtds.c | 3168 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 D | dm.c | 8080 PetscErrorCode DMAddBoundary(DM dm, DMBoundaryConditionType type, const char name[], DMLabel label,… in DMAddBoundary() 8212 DMBoundaryConditionType type; in DMHasBound()
|