Searched refs:VecGetValuesSection (Results 1 – 8 of 8) sorted by relevance
| /petsc/src/vec/vec/utils/ftn-custom/ ! |
| H A D | zvsectionf90.c | 18 *__ierr = VecGetValuesSection(*v, *section, *point, &fa); in vecgetvaluessection_()
|
| /petsc/src/dm/impls/plex/tests/ ! |
| H A D | ex48.c | 50 PetscCall(VecGetValuesSection(v, section, p, &x)); in main()
|
| H A D | ex48f90.F90 | 56 PetscCallA(VecGetValuesSection(v, section, p, x, ierr))
|
| /petsc/src/vec/vec/utils/ ! |
| H A D | vsection.c | 72 PetscErrorCode VecGetValuesSection(Vec v, PetscSection s, PetscInt point, PetscScalar *values[]) in VecGetValuesSection() function
|
| /petsc/src/dm/impls/forest/tests/ ! |
| H A D | ex2.c | 101 PetscCall(VecGetValuesSection(vecLocal, section, p, &values)); in IdentifyBadPoints()
|
| /petsc/include/ ! |
| H A D | petscvec.h | 809 PETSC_EXTERN PetscErrorCode VecGetValuesSection(Vec, PetscSection, PetscInt, PetscScalar *[]);
|
| /petsc/src/dm/impls/plex/ ! |
| H A D | plextree.c | 364 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 D | dm.c | 2820 PetscCall(VecGetValuesSection(cVec, cSec, p, &vals)); in DMGlobalToLocalHook_Constraints() 3033 PetscCall(VecGetValuesSection(l, section, p, &vals)); in DMLocalToGlobalHook_Constraints()
|