Home
last modified time | relevance | path

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

/petsc/src/vec/vec/utils/
H A Dvsection.c195 PetscErrorCode PetscSectionGetField_Internal(PetscSection section, PetscSection sectionGlobal, Vec … in PetscSectionGetField_Internal() function
274 PetscCall(PetscSectionGetField_Internal(s, gs, x, f, pStart, pEnd, &is, &subv)); in PetscSectionVecNorm()
/petsc/include/petsc/private/
H A Dvecimpl.h312 PETSC_SINGLE_LIBRARY_INTERN PetscErrorCode PetscSectionGetField_Internal(PetscSection, PetscSection…
/petsc/src/dm/impls/plex/hdf5/
H A Dplexhdf5.c629 …PetscCall(PetscSectionGetField_Internal(section, sectionGlobal, gv, f, pStart[t], pEnd[t], &is, &s… in VecView_Plex_Local_HDF5_Internal()