| /petsc/src/vec/vec/impls/mpi/ |
| H A D | pvecimpl.h | 179 …rm, PetscInt *norm_loc, PetscReal *norma, PetscInt *norma_loc, PetscReal *normr, PetscInt *normr_l… in VecErrorWeightedNorms_MPI_Default() argument 184 …rmtype, atol, vatol, rtol, vrtol, ignore_max, norm, norm_loc, norma, norma_loc, normr, normr_loc)); in VecErrorWeightedNorms_MPI_Default() 188 loc[2] = PetscSqr(*normr); in VecErrorWeightedNorms_MPI_Default() 192 loc[2] = *normr; in VecErrorWeightedNorms_MPI_Default() 206 *normr = PetscSqrtReal(loc[2]); in VecErrorWeightedNorms_MPI_Default() 210 *normr = loc[2]; in VecErrorWeightedNorms_MPI_Default()
|
| /petsc/src/vec/vec/impls/seq/cupm/ |
| H A D | vecseqcupm_impl.hpp | 1802 …rm, PetscInt *norm_loc, PetscReal *norma, PetscInt *norma_loc, PetscReal *normr, PetscInt *normr_l… in ExecuteWNorm() argument 1813 thrust::tie(*norm, *norma, *normr, *norm_loc, *norma_loc, *normr_loc) = THRUST_CALL( in ExecuteWNorm() 1825 thrust::tie(*norm, *norma, *normr, *norm_loc, *norma_loc, *normr_loc) = THRUST_CALL( in ExecuteWNorm() 1840 *normr = PetscSqrtReal(*normr); in ExecuteWNorm() 1849 …rm, PetscInt *norm_loc, PetscReal *norma, PetscInt *norma_loc, PetscReal *normr, PetscInt *normr_l… in ErrorWnorm() argument 1883 wnormtype, stream, ignore_max, norm, norm_loc, norma, norma_loc, normr, normr_loc in ErrorWnorm() 1893 wnormtype, stream, ignore_max, norm, norm_loc, norma, norma_loc, normr, normr_loc in ErrorWnorm() 1905 wnormtype, stream, ignore_max, norm, norm_loc, norma, norma_loc, normr, normr_loc in ErrorWnorm() 1915 wnormtype, stream, ignore_max, norm, norm_loc, norma, norma_loc, normr, normr_loc in ErrorWnorm() 1927 wnormtype, stream, ignore_max, norm, norm_loc, norma, norma_loc, normr, normr_loc in ErrorWnorm() [all …]
|
| /petsc/src/vec/vec/impls/nest/ |
| H A D | vecnest.c | 699 …rm, PetscInt *norm_loc, PetscReal *norma, PetscInt *norma_loc, PetscReal *normr, PetscInt *normr_l… in VecErrorWeightedNorms_Nest() argument 714 *normr = 0.0; in VecErrorWeightedNorms_Nest() 726 *normr = PetscMax(*normr, nr); in VecErrorWeightedNorms_Nest() 730 *normr += PetscSqr(nr); in VecErrorWeightedNorms_Nest() 739 *normr = PetscSqrtReal(*normr); in VecErrorWeightedNorms_Nest()
|
| /petsc/src/vec/vec/interface/ |
| H A D | vector.c | 2347 …rm, PetscInt *norm_loc, PetscReal *norma, PetscInt *norma_loc, PetscReal *normr, PetscInt *normr_l… in VecErrorWeightedNorms_Basic() argument 2412 *normr = PetscSqrtReal(err_loc[2]); in VecErrorWeightedNorms_Basic() 2416 *normr = err_loc[2]; in VecErrorWeightedNorms_Basic() 2455 …rm, PetscInt *norm_loc, PetscReal *norma, PetscInt *norma_loc, PetscReal *normr, PetscInt *normr_l… in VecErrorWeightedNorms() argument 2482 PetscAssertPointer(normr, 14); in VecErrorWeightedNorms() 2493 …ormtype, atol, vatol, rtol, vrtol, ignore_max, norm, norm_loc, norma, norma_loc, normr, normr_loc); in VecErrorWeightedNorms() 2494 …rmtype, atol, vatol, rtol, vrtol, ignore_max, norm, norm_loc, norma, norma_loc, normr, normr_loc)); in VecErrorWeightedNorms()
|
| /petsc/src/vec/vec/impls/mpi/cupm/ |
| H A D | vecmpicupm_impl.hpp | 176 …rm, PetscInt *norm_loc, PetscReal *norma, PetscInt *norma_loc, PetscReal *normr, PetscInt *normr_l… in ErrorWnorm() argument 179 …, atol, vatol, rtol, vrtol, ignore_max, norm, norm_loc, norma, norma_loc, normr, normr_loc, VecSeq… in ErrorWnorm()
|
| /petsc/src/vec/vec/impls/mpi/kokkos/ |
| H A D | mpikok.kokkos.cxx | 27 …rm, PetscInt *norm_loc, PetscReal *norma, PetscInt *norma_loc, PetscReal *normr, PetscInt *normr_l… in VecErrorWeightedNorms_MPIKokkos() argument 30 …, atol, vatol, rtol, vrtol, ignore_max, norm, norm_loc, norma, norma_loc, normr, normr_loc, VecErr… in VecErrorWeightedNorms_MPIKokkos()
|
| /petsc/src/ts/interface/ |
| H A D | ts.c | 5239 …dNorm(TS ts, Vec U, Vec Y, NormType wnormtype, PetscReal *norm, PetscReal *norma, PetscReal *normr) in TSErrorWeightedNorm() argument 5250 PetscAssertPointer(normr, 7); in TSErrorWeightedNorm() 5251 …s->rtol, ts->vrtol, ts->adapt->ignore_max, norm, &norm_loc, norma, &norma_loc, normr, &normr_loc)); in TSErrorWeightedNorm() 5255 if (normr_loc) *normr = PetscSqrtReal(PetscSqr(*normr) / normr_loc); in TSErrorWeightedNorm() 5259 …PetscCheck(!PetscIsInfOrNanScalar(*normr), PetscObjectComm((PetscObject)ts), PETSC_ERR_FP, "Infini… in TSErrorWeightedNorm() 5287 …S ts, Vec E, Vec U, Vec Y, NormType wnormtype, PetscReal *norm, PetscReal *norma, PetscReal *normr) in TSErrorWeightedENorm() argument 5293 …s->rtol, ts->vrtol, ts->adapt->ignore_max, norm, &norm_loc, norma, &norma_loc, normr, &normr_loc)); in TSErrorWeightedENorm() 5297 if (normr_loc) *normr = PetscSqrtReal(PetscSqr(*normr) / normr_loc); in TSErrorWeightedENorm() 5301 …PetscCheck(!PetscIsInfOrNanScalar(*normr), PetscObjectComm((PetscObject)ts), PETSC_ERR_FP, "Infini… in TSErrorWeightedENorm()
|
| /petsc/src/vec/vec/impls/seq/kokkos/ |
| H A D | veckok.kokkos.cxx | 1079 …rm, PetscInt *norm_loc, PetscReal *norma, PetscInt *norma_loc, PetscReal *normr, PetscInt *normr_l… in VecErrorWeightedNorms_SeqKokkos() argument 1162 *normr = PetscSqrtReal(nrmr); in VecErrorWeightedNorms_SeqKokkos() 1166 *normr = nrmr; in VecErrorWeightedNorms_SeqKokkos()
|