Searched refs:JP (Results 1 – 4 of 4) sorted by relevance
| /petsc/src/ts/tutorials/autodiff/ |
| H A D | adr_ex5adj.cxx | 83 unsigned int **JP = NULL; in main() local 164 JP = (unsigned int **)malloc(adctx->m * sizeof(unsigned int *)); in main() 165 jac_pat(1, adctx->m, adctx->n, u_vec, JP, ctrl); in main() 166 if (adctx->sparse_view) PetscCall(PrintSparsity(MPI_COMM_WORLD, adctx->m, JP)); in main() 187 PetscCall(GetRecoveryMatrix(Seed, JP, adctx->m, adctx->p, Rec)); in main() 191 for (i = 0; i < adctx->m; i++) free(JP[i]); in main() 192 free(JP); in main()
|
| /petsc/src/binding/petsc4py/test/ |
| H A D | test_tao.py | 82 J, JP = None, None # tao.getJacobianMat() 92 JP,
|
| /petsc/src/dm/impls/plex/ |
| H A D | plexfem.c | 4629 Mat J = Jac, JP = JacP; in DMPlexComputeJacobian_Patch_Internal() local 4667 …if (hasFV) PetscCall(MatSetOption(JP, MAT_IGNORE_ZERO_ENTRIES, PETSC_TRUE)); /* No allocated space… in DMPlexComputeJacobian_Patch_Internal() 4716 PetscCall(MatZeroEntries(JP)); in DMPlexComputeJacobian_Patch_Internal() 4784 …PetscCall(DMPlexMatSetClosure_Internal(dm, section, globalSection, mesh->useMatClPerm, JP, cell, &… in DMPlexComputeJacobian_Patch_Internal()
|
| /petsc/doc/ |
| H A D | petsc.bib | 1113 author = {JP Mendez and M Ponga and M Ortiz}, 4096 author = {Boris JP Kaus and Hans M{\"u}hlhaus and Dave A May}, 4131 author = {Tobias Keller and Dave A May and Boris JP Kaus}, 4156 and David A May and Boris JP Kaus and Taras V Gerya and Paul J Tackley}, 7511 author = {Idema, Reijer and Lahaye, Domenico JP}, 14626 number = {UCRL-JP-200037},
|