Home
last modified time | relevance | path

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

/petsc/src/vec/vec/interface/
H A Dvector.c2352 PetscReal nrm = 0, nrma = 0, nrmr = 0, err_loc[6]; in VecErrorWeightedNorms_Basic() local
2397 err_loc[0] = nrm; in VecErrorWeightedNorms_Basic()
2398 err_loc[1] = nrma; in VecErrorWeightedNorms_Basic()
2399 err_loc[2] = nrmr; in VecErrorWeightedNorms_Basic()
2400 err_loc[3] = (PetscReal)n_loc; in VecErrorWeightedNorms_Basic()
2401 err_loc[4] = (PetscReal)na_loc; in VecErrorWeightedNorms_Basic()
2402 err_loc[5] = (PetscReal)nr_loc; in VecErrorWeightedNorms_Basic()
2404 …PetscCallMPI(MPIU_Allreduce(MPI_IN_PLACE, err_loc, 6, MPIU_REAL, MPIU_SUM, PetscObjectComm((PetscO… in VecErrorWeightedNorms_Basic()
2406 …PetscCallMPI(MPIU_Allreduce(MPI_IN_PLACE, err_loc, 3, MPIU_REAL, MPIU_MAX, PetscObjectComm((PetscO… in VecErrorWeightedNorms_Basic()
2407 …PetscCallMPI(MPIU_Allreduce(MPI_IN_PLACE, err_loc + 3, 3, MPIU_REAL, MPIU_SUM, PetscObjectComm((Pe… in VecErrorWeightedNorms_Basic()
[all …]