Searched refs:num_indices (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/plex/ |
| H A D | plexceed.c | 124 PetscInt num_indices, *indices; in DMPlexGetLocalOffsets() local 126 …PetscCall(DMPlexGetClosureIndices(dm, section, section, c, PETSC_TRUE, &num_indices, &indices, fie… in DMPlexGetLocalOffsets() 158 …PetscCall(DMPlexRestoreClosureIndices(dm, section, section, c, PETSC_TRUE, &num_indices, &indices,… in DMPlexGetLocalOffsets() 234 PetscInt num_indices, *indices; in DMPlexGetLocalOffsetsSupport() local 245 …PetscCall(DMPlexGetClosureIndices(dm, section, section, supp[0], PETSC_TRUE, &num_indices, &indice… in DMPlexGetLocalOffsetsSupport() 246 …num_indices == Nc, PETSC_COMM_SELF, PETSC_ERR_ARG_INCOMP, "Number of closure indices %" PetscInt_F… in DMPlexGetLocalOffsetsSupport() 251 …PetscCall(DMPlexRestoreClosureIndices(dm, section, section, supp[0], PETSC_TRUE, &num_indices, &in… in DMPlexGetLocalOffsetsSupport() 252 …PetscCall(DMPlexGetClosureIndices(dm, section, section, supp[1], PETSC_TRUE, &num_indices, &indice… in DMPlexGetLocalOffsetsSupport() 253 …num_indices == Nc, PETSC_COMM_SELF, PETSC_ERR_ARG_INCOMP, "Number of closure indices %" PetscInt_F… in DMPlexGetLocalOffsetsSupport() 258 …PetscCall(DMPlexRestoreClosureIndices(dm, section, section, supp[1], PETSC_TRUE, &num_indices, &in… in DMPlexGetLocalOffsetsSupport()
|