Home
last modified time | relevance | path

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

/petsc/src/mat/graphops/coarsen/impls/hem/
H A Dhem.c457 const PetscScalar *lghost_max_ew, *lid_max_ew; in MatCoarsenApply_HEM_private() local
681 PetscCall(VecGetArrayRead(ghostMaxEdge, &lghost_max_ew)); in MatCoarsenApply_HEM_private()
714 PetscReal g_max_e1 = PetscRealPart(lghost_max_ew[ghost1_idx]); in MatCoarsenApply_HEM_private()
718 …(double)e->weight, (double)(PetscRealPart(lghost_max_ew[ghost1_idx]) - e->weight), lghost_pe[ghost… in MatCoarsenApply_HEM_private()
749 max_e = PetscRealPart(lghost_max_ew[lidj]); in MatCoarsenApply_HEM_private()
774 max_e = PetscRealPart(lghost_max_ew[lidj]); in MatCoarsenApply_HEM_private()
785 … = (ghost1_idx == -1 ? PetscRealPart(lid_max_ew[lid0]) : PetscRealPart(lghost_max_ew[ghost1_idx])); in MatCoarsenApply_HEM_private()
810 if (isMPI) PetscCall(VecRestoreArrayRead(ghostMaxEdge, &lghost_max_ew)); in MatCoarsenApply_HEM_private()
1060 PetscCall(VecRestoreArrayRead(ghostMaxEdge, &lghost_max_ew)); in MatCoarsenApply_HEM_private()