Searched refs:hv (Results 1 – 5 of 5) sorted by relevance
| /petsc/src/vec/vec/impls/hypre/ |
| H A D | vhyp.c | 146 …PetscCheck(!ij->hv, PetscObjectComm((PetscObject)v), PETSC_ERR_ORDER, "Forgot to call VecHYPRE_IJV… in VecHYPRE_IJVectorPushVecRead() 148 VecHYPRE_ParVectorReplacePointer(ij->ij, pv, ij->hv); in VecHYPRE_IJVectorPushVecRead() 163 …PetscCheck(!ij->hv, PetscObjectComm((PetscObject)v), PETSC_ERR_ORDER, "Forgot to call VecHYPRE_IJV… in VecHYPRE_IJVectorPushVecWrite() 165 VecHYPRE_ParVectorReplacePointer(ij->ij, pv, ij->hv); in VecHYPRE_IJVectorPushVecWrite() 180 …PetscCheck(!ij->hv, PetscObjectComm((PetscObject)v), PETSC_ERR_ORDER, "Forgot to call VecHYPRE_IJV… in VecHYPRE_IJVectorPushVec() 182 VecHYPRE_ParVectorReplacePointer(ij->ij, pv, ij->hv); in VecHYPRE_IJVectorPushVec() 195 VecHYPRE_ParVectorReplacePointer(ij->ij, ij->hv, pv); in VecHYPRE_IJVectorPopVec() 197 ij->hv = NULL; in VecHYPRE_IJVectorPopVec() 210 PetscCheck(!ij->hv, PETSC_COMM_SELF, PETSC_ERR_ORDER, "Forgot to call VecHYPRE_IJVectorPopVec()"); in VecHYPRE_IJBindToCPU()
|
| H A D | vhyp.h | 13 HYPRE_Complex *hv; member
|
| /petsc/src/ksp/ksp/utils/dm/ |
| H A D | dmproject.c | 1015 PetscReal hx[3], hv[3]; in DMSwarmRemap_Colella_Internal() local 1049 hv[0] = PetscRealPart(coords[1 * vcdim + 0] - coords[0 * vcdim + 0]); in DMSwarmRemap_Colella_Internal() 1050 hv[1] = vcdim > 1 ? PetscRealPart(coords[2 * vcdim + 1] - coords[1 * vcdim + 1]) : 1.; in DMSwarmRemap_Colella_Internal() 1059 …hx[0]), (double)PetscRealPart(hx[1]), (double)PetscRealPart(hv[0]), (double)PetscRealPart(hv[1]), … in DMSwarmRemap_Colella_Internal() 1091 vs[d] = PetscFloorReal((vp - vmin[d]) / hv[d]); in DMSwarmRemap_Colella_Internal() 1105 …PetscCall(W_3_Interpolation_Private((vmin[0] + (vi + 0.5) * hv[0] - v[p * dim + 0]) / hv[0], &Wv[0… in DMSwarmRemap_Colella_Internal() 1111 …) PetscCall(W_3_Interpolation_Private((vmin[1] + (vj + 0.5) * hv[1] - v[p * dim + 1]) / hv[1], &Wv… in DMSwarmRemap_Colella_Internal()
|
| /petsc/src/dm/impls/plex/ |
| H A D | plexglvis.c | 1061 PetscInt hv = children[n], he = -1, f; in DMPlexView_GLVis_ASCII() local 1064 PetscCall(DMPlexGetSupportSize(dm, hv, &hvsuppSize)); in DMPlexView_GLVis_ASCII() 1065 PetscCall(DMPlexGetSupport(dm, hv, &hvsupp)); in DMPlexView_GLVis_ASCII() 1075 …"Vertex %" PetscInt_FMT " support size %" PetscInt_FMT ": hanging edge not found", hv, hvsuppSize); in DMPlexView_GLVis_ASCII() 1077 vids[0] = (cone[0] == hv) ? cone[1] : cone[0]; in DMPlexView_GLVis_ASCII() 1098 vids[1] = (cone[0] == hv) ? cone[1] : cone[0]; in DMPlexView_GLVis_ASCII() 1101 PetscCall(PetscViewerASCIIPrintf(viewer, "%" PetscInt_FMT, hv - vStart)); in DMPlexView_GLVis_ASCII()
|
| /petsc/share/petsc/datafiles/meshes/ |
| H A D | testcase3D.cas | 9805 (dpm/bc-erosion-oka-hv . 1.8) 10121 (dpm/bc-erosion-oka-hv . 1.8) 10437 (dpm/bc-erosion-oka-hv . 1.8) 10753 (dpm/bc-erosion-oka-hv . 1.8)
|