Home
last modified time | relevance | path

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

/petsc/src/ts/tests/
H A Dex15.c133 PetscCall(VecLog(U)); in main()
137 PetscCall(VecLog(U)); in main()
/petsc/src/vec/vec/tests/
H A Dex64.c13 PetscCall(VecLog(v)); in CheckLog()
/petsc/src/ts/tutorials/power_grid/
H A Dex5.c123 PetscCall(VecLog(user->wind_data)); in WindSpeeds()
/petsc/doc/changes/
H A D320.md114 - Add CUDA/HIP implementations for `VecAbs()`, `VecSqrtAbs()`, `VecExp()`, `VecLog()`, `VecPointwis…
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscvec.pxi157 PetscErrorCode VecLog(PetscVec)
H A DVec.pyx2290 exp, petsc.VecLog
2293 CHKERR(VecLog(self.vec))
/petsc/include/
H A Dpetscvec.h330 PETSC_EXTERN PetscErrorCode VecLog(Vec);
/petsc/src/vec/vec/utils/
H A Dvinv.c1302 PetscErrorCode VecLog(Vec v) in VecLog() function