Searched refs:has_E (Results 1 – 1 of 1) sorted by relevance
1082 PetscBool has_E = PETSC_FALSE, has_atol = PETSC_FALSE, has_rtol = PETSC_FALSE; in VecErrorWeightedNorms_SeqKokkos() local1092 has_E = PETSC_TRUE; in VecErrorWeightedNorms_SeqKokkos()1111 err = has_E ? PetscAbsScalar(erra(i)) : PetscAbsScalar(y(i) - u(i)); in VecErrorWeightedNorms_SeqKokkos()1138 err = has_E ? PetscAbsScalar(erra(i)) : PetscAbsScalar(y(i) - u(i)); in VecErrorWeightedNorms_SeqKokkos()