Lines Matching refs:Jac

4618 …alSection, IS cellIS, PetscReal t, PetscReal X_tShift, Vec X, Vec X_t, Mat Jac, Mat JacP, PetscCtx…  in DMPlexComputeJacobian_Patch_Internal()  argument
4629 Mat J = Jac, JP = JacP; in DMPlexComputeJacobian_Patch_Internal()
4665 assembleJac = hasJac && hasPrec && (Jac != JacP) ? PETSC_TRUE : PETSC_FALSE; in DMPlexComputeJacobian_Patch_Internal()
4783 …PlexMatSetClosure_Internal(dm, section, globalSection, mesh->useMatClPerm, Jac, cell, &elemMat[(c … in DMPlexComputeJacobian_Patch_Internal()
4797 PetscCall(MatAssemblyBegin(Jac, MAT_FINAL_ASSEMBLY)); in DMPlexComputeJacobian_Patch_Internal()
4798 PetscCall(MatAssemblyEnd(Jac, MAT_FINAL_ASSEMBLY)); in DMPlexComputeJacobian_Patch_Internal()
5906 …etIS, Vec locX, Vec locX_t, PetscReal t, DMField coordField, PetscReal X_tShift, Mat Jac, Mat JacP) in DMPlexComputeBdJacobianSingleByLabel() argument
6050 …exMatSetClosure_Internal(plex, section, globalSection, mesh->useMatClPerm, Jac, support[0], &elemM… in DMPlexComputeBdJacobianSingleByLabel()
6057 …exMatSetClosure_Internal(plex, section, globalSection, mesh->useMatClPerm, Jac, support[0], &elemM… in DMPlexComputeBdJacobianSingleByLabel()
6097 …alues[], PetscInt fieldI, Vec locX, Vec locX_t, PetscReal t, PetscReal X_tShift, Mat Jac, Mat JacP) in DMPlexComputeBdJacobianSingle() argument
6109 … wf, label, numValues, values, fieldI, facetIS, locX, locX_t, t, coordField, X_tShift, Jac, JacP)); in DMPlexComputeBdJacobianSingle()
6114 …Internal(DM dm, Vec locX, Vec locX_t, PetscReal t, PetscReal X_tShift, Mat Jac, Mat JacP, PetscCtx… in DMPlexComputeBdJacobian_Internal() argument
6143 … wf, label, numValues, values, fieldI, facetIS, locX, locX_t, t, coordField, X_tShift, Jac, JacP)); in DMPlexComputeBdJacobian_Internal()
6172 …key, IS cellIS, PetscReal t, PetscReal X_tShift, Vec locX, Vec locX_t, Mat Jac, Mat JacP, PetscCtx… in DMPlexComputeJacobianByKey() argument
6216 if (hasJac && Jac == JacP) hasPrec = PETSC_FALSE; in DMPlexComputeJacobianByKey()
6351 …PetscCall(DMPlexMatSetClosure_Internal(dm, section, globalSection, mesh->useMatClPerm, Jac, cell, … in DMPlexComputeJacobianByKey()
6367 PetscCall(DMPlexComputeBdJacobian_Internal(dm, locX, locX_t, t, X_tShift, Jac, JacP, ctx)); in DMPlexComputeJacobianByKey()
6375 PetscCall(MatAssemblyBegin(Jac, MAT_FINAL_ASSEMBLY)); in DMPlexComputeJacobianByKey()
6376 PetscCall(MatAssemblyEnd(Jac, MAT_FINAL_ASSEMBLY)); in DMPlexComputeJacobianByKey()
6385 …key, IS cellIS, PetscReal t, PetscReal X_tShift, Vec locX, Vec locX_t, Mat Jac, Mat JacP, PetscCtx… in DMPlexComputeJacobianByKeyGeneral() argument
6439 if (hasJac && Jac == JacP) hasPrec = PETSC_FALSE; in DMPlexComputeJacobianByKeyGeneral()
6574 …, rsection, rglobalSection, clPerm, dmc, csection, cglobalSection, clPerm, Jac, cell, &elemMat[cin… in DMPlexComputeJacobianByKeyGeneral()
6590 PetscCall(DMPlexComputeBdJacobian_Internal(dmr, locX, locX_t, t, X_tShift, Jac, JacP, ctx)); in DMPlexComputeJacobianByKeyGeneral()
6598 PetscCall(MatAssemblyBegin(Jac, MAT_FINAL_ASSEMBLY)); in DMPlexComputeJacobianByKeyGeneral()
6599 PetscCall(MatAssemblyEnd(Jac, MAT_FINAL_ASSEMBLY)); in DMPlexComputeJacobianByKeyGeneral()
6631 …y[], IS cellIS, PetscReal t, PetscReal X_tShift, Vec locX, Vec locX_t, Mat Jac, Mat JacP, PetscCtx… in DMPlexComputeJacobianHybridByKey() argument
6937 …exMatSetClosure_Internal(plex, section, globalSection, mesh->useMatClPerm, Jac, cell, &elemMatCoh[… in DMPlexComputeJacobianHybridByKey()