Home
last modified time | relevance | path

Searched refs:faceGeometryFVM (Results 1 – 3 of 3) sorted by relevance

/petsc/src/dm/impls/plex/
H A Dplexfvm.c178 Vec faceGeometryFVM, cellGeometryFVM; in DMPlexReconstructGradientsFVM() local
198 PetscCall(DMPlexGetDataFVM(dm, fvm, &cellGeometryFVM, &faceGeometryFVM, &dmGrad)); in DMPlexReconstructGradientsFVM()
200 PetscCall(VecGetArrayRead(faceGeometryFVM, (const PetscScalar **)&fgeomFVM)); in DMPlexReconstructGradientsFVM()
203 …PetscCall(DMPlexReconstructGradients_Internal(dm, fvm, fStart, fEnd, faceGeometryFVM, cellGeometry… in DMPlexReconstructGradientsFVM()
H A Dplexfem.c1392 Vec cellGeometryFVM, faceGeometryFVM, locGrad = NULL; in DMPlexInsertBoundaryValuesFVM() local
1402 PetscCall(DMPlexGetGeometryFVM(dm, &faceGeometryFVM, &cellGeometryFVM, NULL)); in DMPlexInsertBoundaryValuesFVM()
1411 …PetscCall(DMPlexReconstructGradients_Internal(dm, fv, fStart, fEnd, faceGeometryFVM, cellGeometryF… in DMPlexInsertBoundaryValuesFVM()
1418 …PetscCall(DMPlexInsertBoundaryValues(dm, PETSC_FALSE, locX, time, faceGeometryFVM, cellGeometryFVM… in DMPlexInsertBoundaryValuesFVM()
2418 Vec cellGeometryFVM = NULL, faceGeometryFVM = NULL, locGrad = NULL; in DMPlexComputeIntegral_Internal() local
2485 PetscCall(DMPlexComputeGeometryFVM(dm, &cellGeometryFVM, &faceGeometryFVM)); in DMPlexComputeIntegral_Internal()
2486 PetscCall(DMPlexComputeGradientFVM(dm, fv, faceGeometryFVM, cellGeometryFVM, &dmGrad)); in DMPlexComputeIntegral_Internal()
2492 …PetscCall(DMPlexReconstructGradients_Internal(dm, fv, fStart, fEnd, faceGeometryFVM, cellGeometryF… in DMPlexComputeIntegral_Internal()
2499 …PetscCall(DMPlexInsertBoundaryValues(dm, PETSC_FALSE, locX, 0.0, faceGeometryFVM, cellGeometryFVM,… in DMPlexComputeIntegral_Internal()
2571 PetscCall(VecDestroy(&faceGeometryFVM)); in DMPlexComputeIntegral_Internal()
[all …]
/petsc/src/ts/utils/
H A Ddmplexts.c91 Vec faceGeometryFVM = NULL; in DMPlexTSComputeBoundary() local
106 PetscCall(DMPlexGetGeometryFVM(plex, &faceGeometryFVM, NULL, NULL)); in DMPlexTSComputeBoundary()
111 PetscCall(DMPlexInsertBoundaryValues(plex, PETSC_TRUE, locX, time, faceGeometryFVM, NULL, NULL)); in DMPlexTSComputeBoundary()
112 …exInsertTimeDerivativeBoundaryValues(plex, PETSC_TRUE, locX_t, time, faceGeometryFVM, NULL, NULL)); in DMPlexTSComputeBoundary()