Lines Matching refs:height

3 PetscErrorCode DMGetPoints_Internal(DM dm, DMLabel domainLabel, PetscInt labelVal, PetscInt height,…  in DMGetPoints_Internal()  argument
12 PetscCall(DMLabelGetStratumIS(depthLabel, depth - height, &depthIS)); in DMGetPoints_Internal()
58 …LocalOffsets(DM dm, DMLabel domain_label, PetscInt label_value, PetscInt height, PetscInt dm_field… in DMPlexGetLocalOffsets() argument
94 PetscCall(DMGetPoints_Internal(dm, domain_label, label_value, height, &iter_is)); in DMPlexGetLocalOffsets()
108 PetscCall(PetscFEGetHeightSubspace(fe, height, &fe)); in DMPlexGetLocalOffsets()
109 …), PETSC_ERR_ARG_OUTOFRANGE, "Height %" PetscInt_FMT " is invalid for DG discretizations", height); in DMPlexGetLocalOffsets()
120 PetscInt P = dim - height ? (PetscInt)PetscPowReal(*cell_size, 1.0 / (dim - height)) : 0; in DMPlexGetLocalOffsets()
127 if (height > 0) { in DMPlexGetLocalOffsets()
200 PetscInt dim, height = 1, dm_field = 0, ds_field = 0, Nf, NfInt = 0, Nc; in DMPlexGetLocalOffsetsSupport() local
212 PetscCall(DMGetPoints_Internal(dm, domain_label, label_value, height, &iter_is)); in DMPlexGetLocalOffsetsSupport()
314 …dRestriction(DM dm, DMLabel domain_label, PetscInt label_value, PetscInt height, PetscInt dm_field… in DMPlexGetCeedRestriction() argument
324 …PetscCall(DMPlexGetLocalOffsets(dm, domain_label, label_value, height, dm_field, &num_cells, &cell… in DMPlexGetCeedRestriction()
368 PetscInt label_value = 0, height = 1, Nf, cdim; in DMPlexCeedComputeGeometryFVM() local
375 PetscCall(DMGetPoints_Internal(dm, domain_label, label_value, height, &iter_is)); in DMPlexCeedComputeGeometryFVM()