Lines Matching refs:csize

252   PetscInt depth, csize, pdepth, dim;  in DMPlexGetPointMFEMCellID_Internal()  local
257 PetscCall(DMPlexGetConeSize(dm, p, &csize)); in DMPlexGetPointMFEMCellID_Internal()
266 …PetscCheck(csize <= 8, PETSC_COMM_SELF, PETSC_ERR_SUP, "Found cone size %" PetscInt_FMT " for poin… in DMPlexGetPointMFEMCellID_Internal()
268 *cid = mfem_table_cid_unint[dim][csize]; in DMPlexGetPointMFEMCellID_Internal()
270 …PetscCheck(csize <= 6, PETSC_COMM_SELF, PETSC_ERR_SUP, "Cone size %" PetscInt_FMT " for point %" P… in DMPlexGetPointMFEMCellID_Internal()
271 …= 3, PETSC_COMM_SELF, PETSC_ERR_SUP, "Depth %" PetscInt_FMT " for point %" PetscInt_FMT, csize, p); in DMPlexGetPointMFEMCellID_Internal()
272 *cid = mfem_table_cid[pdepth][csize]; in DMPlexGetPointMFEMCellID_Internal()
697 PetscInt csize, v, d; in DMPlexView_GLVis_ASCII() local
701 PetscCall(DMPlexVecGetClosure(dm, coordSection, coordinates, p, &csize, &vals)); in DMPlexView_GLVis_ASCII()
702csize == vpc * sdim || csize == vpc * sdim * 2, PETSC_COMM_SELF, PETSC_ERR_SUP, "Unsupported closu… in DMPlexView_GLVis_ASCII()
707 PetscCall(DMPlexVecRestoreClosure(dm, coordSection, coordinates, p, &csize, &vals)); in DMPlexView_GLVis_ASCII()
784 … PetscInt uvpc, v, csize, csizeCell, cellClosureSize, *cellClosure = NULL, *vidxs = NULL; in DMPlexView_GLVis_ASCII() local
789 PetscCall(DMPlexVecGetClosure(dm, coordSection, coordinates, p, &csize, &vals)); in DMPlexView_GLVis_ASCII()
791 …PetscCheck(csize == csizeCell, PETSC_COMM_SELF, PETSC_ERR_ARG_INCOMP, "Cell %" PetscInt_FMT " has … in DMPlexView_GLVis_ASCII()
807 PetscCall(DMPlexVecRestoreClosure(dm, coordSection, coordinates, p, &csize, &vals)); in DMPlexView_GLVis_ASCII()
1137 PetscInt csize; in DMPlexView_GLVis_ASCII() local
1140 PetscCall(DMPlexVecGetClosure(cdm, hoSection, hovec, p, &csize, &vals)); in DMPlexView_GLVis_ASCII()
1141 …heck(csize % sdim == 0, PETSC_COMM_SELF, PETSC_ERR_USER, "Size of closure %" PetscInt_FMT " incomp… in DMPlexView_GLVis_ASCII()
1142 for (i = 0; i < csize / sdim; i++) { in DMPlexView_GLVis_ASCII()
1146 PetscCall(DMPlexVecRestoreClosure(cdm, hoSection, hovec, p, &csize, &vals)); in DMPlexView_GLVis_ASCII()