Lines Matching refs:cdof
13 PetscInt *dofs, *offs, *cdofs, *coffs, *cinds, dof, cdof, m, moff, i; in PetscSectionView_HDF5_SingleField() local
24 PetscCall(PetscSectionGetConstraintDof(s, p, &cdof)); in PetscSectionView_HDF5_SingleField()
25 m += cdof; in PetscSectionView_HDF5_SingleField()
45 PetscCall(PetscSectionGetConstraintDof(s, p, &cdof)); in PetscSectionView_HDF5_SingleField()
47 cdofs[n] = cdof; in PetscSectionView_HDF5_SingleField()
49 for (i = 0; i < cdof; ++i) cinds[m++] = cpinds[i]; in PetscSectionView_HDF5_SingleField()
129 PetscInt pStart, pEnd, p, M, m, i, cdof; in PetscSectionLoad_HDF5_SingleField_SetConstraintIndices() local
145 PetscCall(PetscSectionGetConstraintDof(s, p, &cdof)); in PetscSectionLoad_HDF5_SingleField_SetConstraintIndices()
146 for (i = 0; i < cdof; ++i) coffsets[m++] = coffs[p - pStart] + i; in PetscSectionLoad_HDF5_SingleField_SetConstraintIndices()
166 PetscCall(PetscSectionGetConstraintDof(s, p, &cdof)); in PetscSectionLoad_HDF5_SingleField_SetConstraintIndices()
168 m += cdof; in PetscSectionLoad_HDF5_SingleField_SetConstraintIndices()