Home
last modified time | relevance | path

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

/petsc/src/ts/tutorials/autodiff/adolc-utils/
H A Ddrivers.cxx39 if (adctx->Seed) fov_forward(tag, m, n, p, u_vec, adctx->Seed, NULL, J); in PetscAdolcComputeRHSJacobian()
77 if (adctx->Seed) fov_forward(tag, m, n, p, u_vec, adctx->Seed, NULL, J); in PetscAdolcComputeRHSJacobianLocal()
118 if (adctx->Seed) fov_forward(tag1, m, n, p, u_vec, adctx->Seed, NULL, J); in PetscAdolcComputeIJacobian()
134 if (adctx->Seed) fov_forward(tag2, m, n, p, u_vec, adctx->Seed, NULL, J); in PetscAdolcComputeIJacobian()
178 if (adctx->Seed) fov_forward(tag, m, n, p, u_vec, adctx->Seed, NULL, J); in PetscAdolcComputeIJacobianIDMass()
223 if (adctx->Seed) fov_forward(tag1, m, n, p, u_vec, adctx->Seed, NULL, J); in PetscAdolcComputeIJacobianLocal()
238 if (adctx->Seed) fov_forward(tag2, m, n, p, u_vec, adctx->Seed, NULL, J); in PetscAdolcComputeIJacobianLocal()
282 if (adctx->Seed) fov_forward(tag, m, n, p, u_vec, adctx->Seed, NULL, J); in PetscAdolcComputeIJacobianLocalIDMass()
421 if (adctx->Seed) fov_forward(tag1, m, n, p, u_vec, adctx->Seed, NULL, J); in PetscAdolcComputeIJacobianAndDiagonalLocal()
434 if (adctx->Seed) fov_forward(tag2, m, n, p, u_vec, adctx->Seed, NULL, J); in PetscAdolcComputeIJacobianAndDiagonalLocal()
H A Dcontexts.cxx18 PetscScalar **Seed, **Rec, *rec; member
/petsc/src/ts/tutorials/autodiff/
H A Dadr_ex5adj.cxx82 PetscScalar **Seed = NULL, **Rec = NULL, *u_vec; in main() local
179 PetscCall(AdolcMalloc2(adctx->n, adctx->p, &Seed)); in main()
180 PetscCall(GenerateSeedMatrix(iscoloring, Seed)); in main()
187 PetscCall(GetRecoveryMatrix(Seed, JP, adctx->m, adctx->p, Rec)); in main()
201 PetscCall(AdolcMalloc2(adctx->n, adctx->p, &Seed)); in main()
202 PetscCall(Identity(adctx->n, Seed)); in main()
204 adctx->Seed = Seed; in main()
286 PetscCall(AdolcFree2(Seed)); in main()