Home
last modified time | relevance | path

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

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