Home
last modified time | relevance | path

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

/petsc/src/vec/vec/impls/mpi/
H A Dpvecimpl.h179 …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 Dvecseqcupm_impl.hpp1802 …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 Dvector.c2347 …, 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 Dvecmpicupm_impl.hpp176 …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 Dmpikok.kokkos.cxx27 …, 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 Dts.c5241 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 Dvecnest.c699 …, 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 Dveckok.kokkos.cxx1079 …, 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()