Searched refs:VecExp (Results 1 – 10 of 10) sorted by relevance
104 PetscCall(VecExp(C)); in TransientVar()150 PetscCall(VecExp(U)); in main()
13 PetscCall(VecExp(v)); in CheckExp()
257 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()
334 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()
833 PetscCall(VecExp(user->dwork)); in HyperbolicInitialize()848 PetscCall(VecExp(user->dwork)); in HyperbolicInitialize()868 PetscCall(VecExp(bc)); in HyperbolicInitialize()
114 - Add CUDA/HIP implementations for `VecAbs()`, `VecSqrtAbs()`, `VecExp()`, `VecLog()`, `VecPointwis…
156 PetscErrorCode VecExp(PetscVec)
2278 log, petsc.VecExp2281 CHKERR(VecExp(self.vec))
331 PETSC_EXTERN PetscErrorCode VecExp(Vec);
1266 PetscErrorCode VecExp(Vec v) in VecExp() function