Lines Matching refs:field_offsets
125 PetscInt field_offsets[17]; // max number of fields plus 1 in DMPlexGetLocalOffsets() local
126 …tClosureIndices(dm, section, section, c, PETSC_TRUE, &num_indices, &indices, field_offsets, NULL)); in DMPlexGetLocalOffsets()
153 PetscInt loc = indices[field_offsets[dm_field] + ii * (*num_comp)]; in DMPlexGetLocalOffsets()
158 …eClosureIndices(dm, section, section, c, PETSC_TRUE, &num_indices, &indices, field_offsets, NULL)); in DMPlexGetLocalOffsets()
235 PetscInt field_offsets[17]; // max number of fields plus 1 in DMPlexGetLocalOffsetsSupport() local
245 …reIndices(dm, section, section, supp[0], PETSC_TRUE, &num_indices, &indices, field_offsets, NULL)); in DMPlexGetLocalOffsetsSupport()
247 loc = indices[field_offsets[dm_field]]; in DMPlexGetLocalOffsetsSupport()
251 …reIndices(dm, section, section, supp[0], PETSC_TRUE, &num_indices, &indices, field_offsets, NULL)); in DMPlexGetLocalOffsetsSupport()
252 …reIndices(dm, section, section, supp[1], PETSC_TRUE, &num_indices, &indices, field_offsets, NULL)); in DMPlexGetLocalOffsetsSupport()
254 loc = indices[field_offsets[dm_field]]; in DMPlexGetLocalOffsetsSupport()
258 …reIndices(dm, section, section, supp[1], PETSC_TRUE, &num_indices, &indices, field_offsets, NULL)); in DMPlexGetLocalOffsetsSupport()