| /petsc/src/ts/adapt/interface/ |
| H A D | tsadapt.c | 269 …Printf(viewer, " maximum solution absolute value to be ignored %g\n", (double)adapt->ignore_max)); in TSAdaptView() 500 adapt->ignore_max = max_ignore; in TSAdaptSetMaxIgnore() 525 *max_ignore = adapt->ignore_max; in TSAdaptGetMaxIgnore() 777 …solute) solution values smaller than this value", "", adapt->ignore_max, &adapt->ignore_max, &set)… in TSAdaptSetFromOptions() 1157 adapt->ignore_max = -1.0; in TSAdaptCreate()
|
| /petsc/src/vec/vec/impls/mpi/ |
| H A D | pvecimpl.h | 179 …mtype, PetscReal atol, Vec vatol, PetscReal rtol, Vec vrtol, PetscReal ignore_max, PetscReal *norm… in VecErrorWeightedNorms_MPI_Default() argument 184 …PetscCall(SeqFn(U, Y, E, wnormtype, atol, vatol, rtol, vrtol, ignore_max, norm, norm_loc, norma, n… in VecErrorWeightedNorms_MPI_Default()
|
| /petsc/src/vec/vec/impls/seq/cupm/ |
| H A D | vecseqcupm_impl.hpp | 1802 …irst, Tuple &&last, NormType wnormtype, cupmStream_t stream, PetscReal ignore_max, PetscReal *norm… in ExecuteWNorm() argument 1818 WNormTransformType<NORM_INFINITY>{ignore_max}, in ExecuteWNorm() 1830 WNormTransformType<NORM_2>{ignore_max}, in ExecuteWNorm() 1849 …mtype, PetscReal atol, Vec vatol, PetscReal rtol, Vec vrtol, PetscReal ignore_max, 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 D | vector.c | 2347 …mtype, PetscReal atol, Vec vatol, PetscReal rtol, Vec vrtol, PetscReal ignore_max, PetscReal *norm… in VecErrorWeightedNorms_Basic() argument 2367 SkipSmallValue(y[i], u[i], ignore_max); in VecErrorWeightedNorms_Basic() 2455 …mtype, PetscReal atol, Vec vatol, PetscReal rtol, Vec vrtol, PetscReal ignore_max, PetscReal *norm… in VecErrorWeightedNorms() argument 2477 PetscValidLogicalCollectiveReal(U, ignore_max, 9); in VecErrorWeightedNorms() 2493 …seTypeMethod(U, errorwnorm, Y, E, wnormtype, atol, vatol, rtol, vrtol, ignore_max, norm, norm_loc,… in VecErrorWeightedNorms() 2494 …ErrorWeightedNorms_Basic(U, Y, E, wnormtype, atol, vatol, rtol, vrtol, ignore_max, norm, norm_loc,… in VecErrorWeightedNorms()
|
| /petsc/src/vec/vec/impls/mpi/cupm/ |
| H A D | vecmpicupm_impl.hpp | 176 …mtype, PetscReal atol, Vec vatol, PetscReal rtol, Vec vrtol, PetscReal ignore_max, PetscReal *norm… in ErrorWnorm() argument 179 …eightedNorms_MPI_Default(U, Y, E, wnormtype, atol, vatol, rtol, vrtol, ignore_max, norm, norm_loc,… in ErrorWnorm()
|
| /petsc/src/vec/vec/impls/mpi/kokkos/ |
| H A D | mpikok.kokkos.cxx | 27 …mtype, PetscReal atol, Vec vatol, PetscReal rtol, Vec vrtol, PetscReal ignore_max, PetscReal *norm… in VecErrorWeightedNorms_MPIKokkos() argument 30 …eightedNorms_MPI_Default(U, Y, E, wnormtype, atol, vatol, rtol, vrtol, ignore_max, norm, norm_loc,… in VecErrorWeightedNorms_MPIKokkos()
|
| /petsc/src/vec/vec/impls/seq/kokkos/ |
| H A D | veckok.kokkos.cxx | 1079 …mtype, PetscReal atol, Vec vatol, PetscReal rtol, Vec vrtol, PetscReal ignore_max, PetscReal *norm… in VecErrorWeightedNorms_SeqKokkos() argument 1108 if (PetscAbsScalar(y(i)) >= ignore_max && PetscAbsScalar(u(i)) >= ignore_max) { in VecErrorWeightedNorms_SeqKokkos() 1135 if (PetscAbsScalar(y(i)) >= ignore_max && PetscAbsScalar(u(i)) >= ignore_max) { in VecErrorWeightedNorms_SeqKokkos()
|
| /petsc/include/petsc/private/ |
| H A D | tsimpl.h | 367 …PetscReal ignore_max; /* minimum value of the solution to be considered by the adaptor */ member
|
| /petsc/src/vec/vec/impls/nest/ |
| H A D | vecnest.c | 699 …mtype, PetscReal atol, Vec vatol, PetscReal rtol, Vec vrtol, PetscReal ignore_max, PetscReal *norm… in VecErrorWeightedNorms_Nest() argument 722 …LL, wnormtype, atol, ba ? ba->v[i] : NULL, rtol, br ? br->v[i] : NULL, ignore_max, &n, &n_loc, &na… in VecErrorWeightedNorms_Nest()
|
| /petsc/src/ts/interface/ |
| H A D | ts.c | 5251 … NULL, wnormtype, ts->atol, ts->vatol, ts->rtol, ts->vrtol, ts->adapt->ignore_max, norm, &norm_loc… in TSErrorWeightedNorm() 5293 … Y, E, wnormtype, ts->atol, ts->vatol, ts->rtol, ts->vrtol, ts->adapt->ignore_max, norm, &norm_loc… in TSErrorWeightedENorm()
|