Home
last modified time | relevance | path

Searched refs:dis (Results 1 – 4 of 4) sorted by relevance

/petsc/src/sys/classes/viewer/impls/glvis/
H A Dglvis.c211 PetscBool ldis, dis; in PetscViewerGLVisGetNewWindow_Private() local
217 …PetscCallMPI(MPIU_Allreduce(&ldis, &dis, 1, MPI_C_BOOL, MPI_LOR, PetscObjectComm((PetscObject)view… in PetscViewerGLVisGetNewWindow_Private()
218 if (dis) { in PetscViewerGLVisGetNewWindow_Private()
/petsc/src/dm/impls/plex/
H A Dplexcreate.c2554 const PetscReal dis = 1.0 / PetscSqrtReal(2.0); in snapToCylinder() local
2555 const PetscReal ds2 = 0.5 * dis; in snapToCylinder()
2570 df = PetscAbsReal(dis / sinp); in snapToCylinder()
2575 df = PetscAbsReal(dis / cosp); in snapToCylinder()
2804 const PetscReal dis = 1.0 / PetscSqrtReal(2.0); in DMPlexCreateHexCylinderMesh_Internal() local
2805 const PetscReal ds2 = dis / 2.0; in DMPlexCreateHexCylinderMesh_Internal()
2849 coords[8 * dim + 0] = dis; in DMPlexCreateHexCylinderMesh_Internal()
2850 coords[8 * dim + 1] = -dis; in DMPlexCreateHexCylinderMesh_Internal()
2852 coords[9 * dim + 0] = dis; in DMPlexCreateHexCylinderMesh_Internal()
2853 coords[9 * dim + 1] = dis; in DMPlexCreateHexCylinderMesh_Internal()
[all …]
/petsc/src/ksp/pc/impls/hpddm/
H A Dpchpddm.cxx1784 IS dis = nullptr; in PCSetUp_HPDDM() local
2252 if (data->is) PetscCall(ISDuplicate(data->is, &dis)); in PCSetUp_HPDDM()
2794 PetscCall(ISDestroy(&dis)); in PCSetUp_HPDDM()
3013dis) || (!data->is && !dis), PETSC_COMM_SELF, PETSC_ERR_PLIB, "An IS pointer is NULL but not the o… in PCSetUp_HPDDM()
3015 PetscCall(ISEqualUnsorted(data->is, dis, &flg)); in PCSetUp_HPDDM()
3016 PetscCall(ISDestroy(&dis)); in PCSetUp_HPDDM()
/petsc/share/petsc/datafiles/meshes/
H A Dtestcase3D.cas7705 (allow-all-pr-dis-schemes? #f)
7706 (allow-expert-dis-schemes? #f)