Home
last modified time | relevance | path

Searched refs:fieldSize (Results 1 – 2 of 2) sorted by relevance

/petsc/src/dm/impls/plex/
H A Dplexdistribute.c1008 PetscInt *remoteOffsets, fieldSize; in DMPlexDistributeField() local
1015 PetscCall(PetscSectionGetStorageSize(newSection, &fieldSize)); in DMPlexDistributeField()
1016 PetscCall(VecSetSizes(newVec, fieldSize, PETSC_DETERMINE)); in DMPlexDistributeField()
1053 PetscInt *newValues, fieldSize; in DMPlexDistributeFieldIS() local
1062 PetscCall(PetscSectionGetStorageSize(newSection, &fieldSize)); in DMPlexDistributeFieldIS()
1063 …PetscCall(ISCreateGeneral(PetscObjectComm((PetscObject)pointSF), fieldSize, newValues, PETSC_OWN_P… in DMPlexDistributeFieldIS()
/petsc/src/vec/is/section/interface/
H A Dsection.c4104 PetscInt *remoteOffsets, fieldSize; in PetscSectionMigrateData() local
4124 PetscCall(PetscSectionGetStorageSize(leafSection, &fieldSize)); in PetscSectionMigrateData()
4126 PetscCall(PetscMalloc(fieldSize * dataSize, leafData)); in PetscSectionMigrateData()