Home
last modified time | relevance | path

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

/petsc/src/vec/vec/impls/mpi/
H A Dpvecimpl.h179 …e_max, PetscReal *norm, PetscInt *norm_loc, PetscReal *norma, PetscInt *norma_loc, PetscReal *norm… in VecErrorWeightedNorms_MPI_Default() argument
184 …wnormtype, atol, vatol, rtol, vrtol, ignore_max, norm, norm_loc, norma, norma_loc, normr, normr_lo… in VecErrorWeightedNorms_MPI_Default()
195 loc[4] = (PetscReal)*norma_loc; in VecErrorWeightedNorms_MPI_Default()
213 *norma_loc = loc[4]; in VecErrorWeightedNorms_MPI_Default()
/petsc/src/vec/vec/impls/seq/cupm/
H A Dvecseqcupm_impl.hpp1802 …e_max, PetscReal *norm, PetscInt *norm_loc, PetscReal *norma, PetscInt *norma_loc, PetscReal *norm… 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 …e_max, PetscReal *norm, PetscInt *norm_loc, PetscReal *norma, PetscInt *norma_loc, PetscReal *norm… 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 …e_max, PetscReal *norm, PetscInt *norm_loc, PetscReal *norma, PetscInt *norma_loc, PetscReal *norm… in VecErrorWeightedNorms_Basic() argument
2419 *norma_loc = (PetscInt)err_loc[4]; in VecErrorWeightedNorms_Basic()
2455 …e_max, PetscReal *norm, PetscInt *norm_loc, PetscReal *norma, PetscInt *norma_loc, PetscReal *norm… in VecErrorWeightedNorms() argument
2481 PetscAssertPointer(norma_loc, 13); in VecErrorWeightedNorms()
2493 …wnormtype, atol, vatol, rtol, vrtol, ignore_max, norm, norm_loc, norma, norma_loc, normr, normr_lo… in VecErrorWeightedNorms()
2494 …wnormtype, atol, vatol, rtol, vrtol, ignore_max, norm, norm_loc, norma, norma_loc, normr, normr_lo… in VecErrorWeightedNorms()
/petsc/src/vec/vec/impls/mpi/cupm/
H A Dvecmpicupm_impl.hpp176 …e_max, PetscReal *norm, PetscInt *norm_loc, PetscReal *norma, PetscInt *norma_loc, PetscReal *norm… in ErrorWnorm() argument
179 …wnormtype, atol, vatol, rtol, vrtol, ignore_max, norm, norm_loc, norma, norma_loc, normr, normr_lo… in ErrorWnorm()
/petsc/src/vec/vec/impls/mpi/kokkos/
H A Dmpikok.kokkos.cxx27 …e_max, PetscReal *norm, PetscInt *norm_loc, PetscReal *norma, PetscInt *norma_loc, PetscReal *norm… in VecErrorWeightedNorms_MPIKokkos() argument
30 …wnormtype, atol, vatol, rtol, vrtol, ignore_max, norm, norm_loc, norma, norma_loc, normr, normr_lo… in VecErrorWeightedNorms_MPIKokkos()
/petsc/src/ts/interface/
H A Dts.c5241 PetscInt norma_loc, norm_loc, normr_loc; in TSErrorWeightedNorm() local
5251 …l, ts->rtol, ts->vrtol, ts->adapt->ignore_max, norm, &norm_loc, norma, &norma_loc, normr, &normr_l… in TSErrorWeightedNorm()
5254 if (norma_loc) *norma = PetscSqrtReal(PetscSqr(*norma) / norma_loc); in TSErrorWeightedNorm()
5289 PetscInt norma_loc, norm_loc, normr_loc; in TSErrorWeightedENorm() local
5293 …l, ts->rtol, ts->vrtol, ts->adapt->ignore_max, norm, &norm_loc, norma, &norma_loc, normr, &normr_l… in TSErrorWeightedENorm()
5296 if (norma_loc) *norma = PetscSqrtReal(PetscSqr(*norma) / norma_loc); in TSErrorWeightedENorm()
/petsc/src/vec/vec/impls/nest/
H A Dvecnest.c699 …e_max, PetscReal *norm, PetscInt *norm_loc, PetscReal *norma, PetscInt *norma_loc, PetscReal *norm… in VecErrorWeightedNorms_Nest() argument
716 *norma_loc = 0; in VecErrorWeightedNorms_Nest()
733 *norma_loc += na_loc; in VecErrorWeightedNorms_Nest()
/petsc/src/vec/vec/impls/seq/kokkos/
H A Dveckok.kokkos.cxx1079 …e_max, PetscReal *norm, PetscInt *norm_loc, PetscReal *norma, PetscInt *norma_loc, PetscReal *norm… in VecErrorWeightedNorms_SeqKokkos() argument
1169 *norma_loc = na_loc; in VecErrorWeightedNorms_SeqKokkos()