| /petsc/src/vec/vec/impls/mpi/ |
| H A D | pvecimpl.h | 179 …loc, PetscReal *norma, PetscInt *norma_loc, PetscReal *normr, PetscInt *normr_loc, PetscErrorCode … 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() 196 loc[5] = (PetscReal)*normr_loc; in VecErrorWeightedNorms_MPI_Default() 214 *normr_loc = loc[5]; in VecErrorWeightedNorms_MPI_Default()
|
| /petsc/src/vec/vec/impls/seq/cupm/ |
| H A D | vecseqcupm_impl.hpp | 1802 …t *norm_loc, PetscReal *norma, PetscInt *norma_loc, PetscReal *normr, PetscInt *normr_loc) noexcept 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() 1849 …t *norm_loc, PetscReal *norma, PetscInt *norma_loc, PetscReal *normr, PetscInt *normr_loc) noexcept 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() 1937 wnormtype, stream, ignore_max, norm, norm_loc, norma, norma_loc, normr, normr_loc in ErrorWnorm() [all …]
|
| /petsc/src/vec/vec/interface/ |
| H A D | vector.c | 2347 …, PetscInt *norm_loc, PetscReal *norma, PetscInt *norma_loc, PetscReal *normr, PetscInt *normr_loc) in VecErrorWeightedNorms_Basic() argument 2420 *normr_loc = (PetscInt)err_loc[5]; in VecErrorWeightedNorms_Basic() 2455 …, PetscInt *norm_loc, PetscReal *norma, PetscInt *norma_loc, PetscReal *normr, PetscInt *normr_loc) in VecErrorWeightedNorms() argument 2483 PetscAssertPointer(normr_loc, 15); 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 …t *norm_loc, PetscReal *norma, PetscInt *norma_loc, PetscReal *normr, PetscInt *normr_loc) noexcept in ErrorWnorm() argument 179 …atol, rtol, vrtol, ignore_max, norm, norm_loc, norma, norma_loc, normr, normr_loc, VecSeq_T::Error… in ErrorWnorm()
|
| /petsc/src/vec/vec/impls/mpi/kokkos/ |
| H A D | mpikok.kokkos.cxx | 27 …, PetscInt *norm_loc, PetscReal *norma, PetscInt *norma_loc, PetscReal *normr, PetscInt *normr_loc) in VecErrorWeightedNorms_MPIKokkos() argument 30 …atol, rtol, vrtol, ignore_max, norm, norm_loc, norma, norma_loc, normr, normr_loc, VecErrorWeighte… in VecErrorWeightedNorms_MPIKokkos()
|
| /petsc/src/ts/interface/ |
| H A D | ts.c | 5241 PetscInt norma_loc, norm_loc, normr_loc; in TSErrorWeightedNorm() local 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() 5289 PetscInt norma_loc, norm_loc, normr_loc; in TSErrorWeightedENorm() local 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()
|
| /petsc/src/vec/vec/impls/nest/ |
| H A D | vecnest.c | 699 …, PetscInt *norm_loc, PetscReal *norma, PetscInt *norma_loc, PetscReal *normr, PetscInt *normr_loc) in VecErrorWeightedNorms_Nest() argument 717 *normr_loc = 0; in VecErrorWeightedNorms_Nest() 734 *normr_loc += nr_loc; in VecErrorWeightedNorms_Nest()
|
| /petsc/src/vec/vec/impls/seq/kokkos/ |
| H A D | veckok.kokkos.cxx | 1079 …, PetscInt *norm_loc, PetscReal *norma, PetscInt *norma_loc, PetscReal *normr, PetscInt *normr_loc) in VecErrorWeightedNorms_SeqKokkos() argument 1170 *normr_loc = nr_loc; in VecErrorWeightedNorms_SeqKokkos()
|