Home
last modified time | relevance | path

Searched refs:PetscSectionExtractDofsFromArray (Results 1 – 4 of 4) sorted by relevance

/petsc/include/
H A Dpetscsection.h83 PETSC_EXTERN PetscErrorCode PetscSectionExtractDofsFromArray(PetscSection, MPI_Datatype, const void…
/petsc/src/dm/interface/
H A Ddmcoordinates.c686 …PetscCall(PetscSectionExtractDofsFromArray(cs, MPIU_SCALAR, arr, p, &newcs, pCoord ? ((void **)&ne… in DMGetCoordinatesLocalTuple()
/petsc/src/vec/is/section/interface/
H A Dsection.c4027 PetscErrorCode PetscSectionExtractDofsFromArray(PetscSection origSection, MPI_Datatype dataType, co… in PetscSectionExtractDofsFromArray() function
/petsc/src/dm/impls/plex/
H A Dplex.c3243 …PetscCall(PetscSectionExtractDofsFromArray(cs, MPIU_INT, cones, p, &newcs, pCones ? ((void **)&new… in DMPlexGetConeTuple()