Home
last modified time | relevance | path

Searched defs:vatol (Results 1 – 12 of 12) sorted by relevance

/petsc/src/binding/petsc4py/demo/legacy/ode/
H A Dorego.py80 vatol = x.duplicate(array=[1e-2, 1e-1, 1e-4]) variable
/petsc/src/vec/vec/impls/mpi/cupm/
H A Dvecmpicupm_impl.hpp176 …T>::ErrorWnorm(Vec U, Vec Y, Vec E, NormType wnormtype, PetscReal atol, Vec vatol, PetscReal rtol,… in ErrorWnorm()
/petsc/src/vec/vec/impls/mpi/kokkos/
H A Dmpikok.kokkos.cxx27 …orms_MPIKokkos(Vec U, Vec Y, Vec E, NormType wnormtype, PetscReal atol, Vec vatol, PetscReal rtol,… in VecErrorWeightedNorms_MPIKokkos()
/petsc/src/vec/vec/impls/mpi/
H A Dpvecimpl.h179 …ms_MPI_Default(Vec U, Vec Y, Vec E, NormType wnormtype, PetscReal atol, Vec vatol, PetscReal rtol,… in VecErrorWeightedNorms_MPI_Default() argument
/petsc/src/vec/vec/interface/
H A Dvector.c2347 …tedNorms_Basic(Vec U, Vec Y, Vec E, NormType wnormtype, PetscReal atol, Vec vatol, PetscReal rtol,… in VecErrorWeightedNorms_Basic()
2455 …rWeightedNorms(Vec U, Vec Y, Vec E, NormType wnormtype, PetscReal atol, Vec vatol, PetscReal rtol,… in VecErrorWeightedNorms()
/petsc/src/ts/tutorials/power_grid/stability_9bus/
H A Dex9bus.c1066 Vec vatol; in main() local
/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 …htedNorms_Nest(Vec U, Vec Y, Vec E, NormType wnormtype, PetscReal atol, Vec vatol, PetscReal rtol,… in VecErrorWeightedNorms_Nest()
/petsc/src/vec/vec/impls/seq/kokkos/
H A Dveckok.kokkos.cxx1079 …orms_SeqKokkos(Vec U, Vec Y, Vec E, NormType wnormtype, PetscReal atol, Vec vatol, PetscReal rtol,… in VecErrorWeightedNorms_SeqKokkos()
/petsc/src/vec/vec/impls/seq/cupm/
H A Dvecseqcupm_impl.hpp1849 …T>::ErrorWnorm(Vec U, Vec Y, Vec E, NormType wnormtype, PetscReal atol, Vec vatol, PetscReal rtol,… in ErrorWnorm()
/petsc/include/petsc/private/
H A Dtsimpl.h317 …Vec vatol, vrtol; /* Relative and absolute tolerance in vector for… member
/petsc/src/ts/tutorials/
H A Dex30.c1715 Vec u, p, subaux, vatol, vrtol; in SetInitialConditionsAndTolerances() local