Home
last modified time | relevance | path

Searched refs:AdolcFree2 (Results 1 – 3 of 3) sorted by relevance

/petsc/src/ts/tutorials/autodiff/adolc-utils/
H A Ddrivers.cxx50 PetscCall(AdolcFree2(J)); in PetscAdolcComputeRHSJacobian()
88 PetscCall(AdolcFree2(J)); in PetscAdolcComputeRHSJacobianLocal()
150 PetscCall(AdolcFree2(J)); in PetscAdolcComputeIJacobian()
192 PetscCall(AdolcFree2(J)); in PetscAdolcComputeIJacobianIDMass()
254 PetscCall(AdolcFree2(J)); in PetscAdolcComputeIJacobianLocal()
295 PetscCall(AdolcFree2(J)); in PetscAdolcComputeIJacobianLocalIDMass()
335 PetscCall(AdolcFree2(S)); in PetscAdolcComputeRHSJacobianP()
344 PetscCall(AdolcFree2(J)); in PetscAdolcComputeRHSJacobianP()
379 PetscCall(AdolcFree2(S)); in PetscAdolcComputeRHSJacobianPLocal()
388 PetscCall(AdolcFree2(J)); in PetscAdolcComputeRHSJacobianPLocal()
[all …]
H A Dinit.cxx39 PetscErrorCode AdolcFree2(T **A) in AdolcFree2() function
/petsc/src/ts/tutorials/autodiff/
H A Dadr_ex5adj.cxx285 if (adctx->sparse) PetscCall(AdolcFree2(Rec)); in main()
286 PetscCall(AdolcFree2(Seed)); in main()