Home
last modified time | relevance | path

Searched refs:VecGetValuesSection (Results 1 – 8 of 8) sorted by relevance

/petsc/src/vec/vec/utils/ftn-custom/ !
H A Dzvsectionf90.c18 *__ierr = VecGetValuesSection(*v, *section, *point, &fa); in vecgetvaluessection_()
/petsc/src/dm/impls/plex/tests/ !
H A Dex48.c50 PetscCall(VecGetValuesSection(v, section, p, &x)); in main()
H A Dex48f90.F9056 PetscCallA(VecGetValuesSection(v, section, p, x, ierr))
/petsc/src/vec/vec/utils/ !
H A Dvsection.c72 PetscErrorCode VecGetValuesSection(Vec v, PetscSection s, PetscInt point, PetscScalar *values[]) in VecGetValuesSection() function
/petsc/src/dm/impls/forest/tests/ !
H A Dex2.c101 PetscCall(VecGetValuesSection(vecLocal, section, p, &values)); in IdentifyBadPoints()
/petsc/include/ !
H A Dpetscvec.h809 PETSC_EXTERN PetscErrorCode VecGetValuesSection(Vec, PetscSection, PetscInt, PetscScalar *[]);
/petsc/src/dm/impls/plex/ !
H A Dplextree.c364 PetscCall(VecGetValuesSection(KcoordsVec, KcoordsSec, v, &Kcoords)); in DMPlexCreateReferenceTree_Union()
372 PetscCall(VecGetValuesSection(KrefCoordsVec, KrefCoordsSec, v, &Kcoords)); in DMPlexCreateReferenceTree_Union()
/petsc/src/dm/interface/ !
H A Ddm.c2820 PetscCall(VecGetValuesSection(cVec, cSec, p, &vals)); in DMGlobalToLocalHook_Constraints()
3033 PetscCall(VecGetValuesSection(l, section, p, &vals)); in DMLocalToGlobalHook_Constraints()