Home
last modified time | relevance | path

Searched refs:VecExp (Results 1 – 10 of 10) sorted by relevance

/petsc/src/ts/tests/
H A Dex15.c104 PetscCall(VecExp(C)); in TransientVar()
150 PetscCall(VecExp(U)); in main()
/petsc/src/vec/vec/tests/
H A Dex63.c13 PetscCall(VecExp(v)); in CheckExp()
/petsc/src/tao/pde_constrained/tutorials/
H A Delliptic.c257 PetscCall(VecExp(user->uwork)); in FormJacobianState()
397 PetscCall(VecExp(user->uwork)); in DesignMatMult()
445 PetscCall(VecExp(user->uwork)); in DesignMatMultTranspose()
754 PetscCall(VecExp(UTwork)); in EllipticInitialize()
773 PetscCall(VecExp(UTwork)); in EllipticInitialize()
974 PetscCall(VecExp(user->uwork)); in EllipticInitialize()
1033 PetscCall(VecExp(user->uwork)); in EllipticInitialize()
H A Dparabolic.c334 PetscCall(VecExp(user->uwork)); in FormJacobianState()
423 PetscCall(VecExp(user->uwork)); in DesignMatMult()
462 PetscCall(VecExp(user->uwork)); in DesignMatMultTranspose()
763 PetscCall(VecExp(user->utrue)); in ParabolicInitialize()
1018 PetscCall(VecExp(user->uwork)); in ParabolicInitialize()
1052 PetscCall(VecExp(user->uwork)); in ParabolicInitialize()
H A Dhyperbolic.c833 PetscCall(VecExp(user->dwork)); in HyperbolicInitialize()
848 PetscCall(VecExp(user->dwork)); in HyperbolicInitialize()
868 PetscCall(VecExp(bc)); in HyperbolicInitialize()
/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.pxi156 PetscErrorCode VecExp(PetscVec)
H A DVec.pyx2278 log, petsc.VecExp
2281 CHKERR(VecExp(self.vec))
/petsc/include/
H A Dpetscvec.h331 PETSC_EXTERN PetscErrorCode VecExp(Vec);
/petsc/src/vec/vec/utils/
H A Dvinv.c1266 PetscErrorCode VecExp(Vec v) in VecExp() function