Searched refs:faceGeom (Results 1 – 5 of 5) sorted by relevance
| /petsc/src/ts/tutorials/ |
| H A D | ex52.c | 152 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 D | ex11.c | 1111 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 D | dmadaptorimpl.h | 37 Vec cellGeom, faceGeom, cellGrad; /* Local vectors */ member
|
| /petsc/src/snes/utils/dm/ |
| H A D | dmadapt.c | 734 …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 D | plextree.c | 4251 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()
|