Home
last modified time | relevance | path

Searched defs:tola (Results 1 – 3 of 3) sorted by relevance

/petsc/src/tao/pde_constrained/tutorials/
H A Delliptic.c66 PetscReal tola, tolb, tolc, told; member
/petsc/src/vec/vec/impls/seq/cupm/
H A Dvecseqcupm_impl.hpp1726 const auto tola = skip ? 0.0 : PetscRealPart(thrust::get<2>(x)); in operator ()() local
1751 const auto tola = skip ? 0.0 : PetscRealPart(thrust::get<3>(x)); in operator ()() local
/petsc/src/vec/vec/interface/
H A Dvector.c2365 PetscReal err, tol, tola, tolr; in VecErrorWeightedNorms_Basic() local