Home
last modified time | relevance | path

Searched refs:faceGeom (Results 1 – 5 of 5) sorted by relevance

/petsc/src/ts/tutorials/
H A Dex52.c152 Vec cellGeom, faceGeom; /* vector of structs related to cell/face geometry*/ in FormFunction() local
185 PetscCall(DMPlexGetDataFVM(da, fvm, &cellGeom, &faceGeom, NULL)); in FormFunction()
186 PetscCall(VecGetDM(faceGeom, &dmFace)); in FormFunction()
187 PetscCall(VecGetArrayRead(faceGeom, &fgeom)); in FormFunction()
H A Dex11.c1111 Vec cellGeom, faceGeom; in adaptToleranceFVMSetUp() local
1131 PetscCall(DMPlexGetDataFVM(plex, fvm, &cellGeom, &faceGeom, &gradDM)); in adaptToleranceFVMSetUp()
1133 PetscCall(DMPlexInsertBoundaryValues(plex, PETSC_TRUE, locX, 0.0, faceGeom, cellGeom, NULL)); in adaptToleranceFVMSetUp()
/petsc/include/petsc/private/
H A Ddmadaptorimpl.h37 Vec cellGeom, faceGeom, cellGrad; /* Local vectors */ member
/petsc/src/snes/utils/dm/
H A Ddmadapt.c734 …PetscCall(DMPlexInsertBoundaryValues(plex, PETSC_TRUE, locX, 0.0, adaptor->faceGeom, adaptor->cell… in DMAdaptorPreAdapt()
749 … PetscCall(DMPlexGetDataFVM(plex, fvm, &adaptor->cellGeom, &adaptor->faceGeom, &adaptor->gradDM)); in DMAdaptorPreAdapt()
753 …PetscCall(DMPlexInsertBoundaryValues(plex, PETSC_TRUE, locX, 0.0, adaptor->faceGeom, adaptor->cell… in DMAdaptorPreAdapt()
/petsc/src/dm/impls/plex/
H A Dplextree.c4251 Vec faceGeom = NULL, cellGeom = NULL, grad = NULL; in DMPlexTransferVecTree() local
4266 PetscCall(DMPlexGetDataFVM(dmIn, (PetscFV)obj, &cellGeom, &faceGeom, &dmGrad)); in DMPlexTransferVecTree()
4271 …if (useBCs) PetscCall(DMPlexInsertBoundaryValues(dmIn, PETSC_TRUE, vecInLocal, time, faceGeom, cel… in DMPlexTransferVecTree()