Home
last modified time | relevance | path

Searched defs:vrtol (Results 1 – 10 of 10) sorted by relevance

/petsc/src/vec/vec/impls/mpi/kokkos/
H A Dmpikok.kokkos.cxx27 …, Vec E, NormType wnormtype, PetscReal atol, Vec vatol, PetscReal rtol, Vec vrtol, PetscReal ignor… in VecErrorWeightedNorms_MPIKokkos()
/petsc/src/vec/vec/impls/mpi/cupm/
H A Dvecmpicupm_impl.hpp176 …, Vec E, NormType wnormtype, PetscReal atol, Vec vatol, PetscReal rtol, Vec vrtol, PetscReal ignor… in ErrorWnorm()
/petsc/src/vec/vec/impls/mpi/
H A Dpvecimpl.h179 …, Vec E, NormType wnormtype, PetscReal atol, Vec vatol, PetscReal rtol, Vec vrtol, PetscReal ignor… in VecErrorWeightedNorms_MPI_Default() argument
/petsc/src/vec/vec/interface/
H A Dvector.c2347 …, Vec E, NormType wnormtype, PetscReal atol, Vec vatol, PetscReal rtol, Vec vrtol, PetscReal ignor… in VecErrorWeightedNorms_Basic()
2455 …, Vec E, NormType wnormtype, PetscReal atol, Vec vatol, PetscReal rtol, Vec vrtol, PetscReal ignor… in VecErrorWeightedNorms()
/petsc/src/ts/interface/
H A Dts.c5157 PetscErrorCode TSSetTolerances(TS ts, PetscReal atol, Vec vatol, PetscReal rtol, Vec vrtol) in TSSetTolerances()
5206 PetscErrorCode TSGetTolerances(TS ts, PetscReal *atol, Vec *vatol, PetscReal *rtol, Vec *vrtol) in TSGetTolerances()
/petsc/src/vec/vec/impls/nest/
H A Dvecnest.c699 …, Vec E, NormType wnormtype, PetscReal atol, Vec vatol, PetscReal rtol, Vec vrtol, PetscReal ignor… in VecErrorWeightedNorms_Nest()
/petsc/src/vec/vec/impls/seq/kokkos/
H A Dveckok.kokkos.cxx1079 …, Vec E, NormType wnormtype, PetscReal atol, Vec vatol, PetscReal rtol, Vec vrtol, PetscReal ignor… in VecErrorWeightedNorms_SeqKokkos()
/petsc/include/petsc/private/
H A Dtsimpl.h317 …Vec vatol, vrtol; /* Relative and absolute tolerance in vector for… member
/petsc/src/vec/vec/impls/seq/cupm/
H A Dvecseqcupm_impl.hpp1849 …, Vec E, NormType wnormtype, PetscReal atol, Vec vatol, PetscReal rtol, Vec vrtol, PetscReal ignor… in ErrorWnorm()
/petsc/src/ts/tutorials/
H A Dex30.c1715 Vec u, p, subaux, vatol, vrtol; in SetInitialConditionsAndTolerances() local