Home
last modified time | relevance | path

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

/petsc/src/ksp/ksp/utils/lmvm/dense/
H A Ddenseqn.c670 Mat J_local; in MatLMVMDBFGSUpdateMultData() local
741 PetscCall(MatDenseGetLocalMatrix(lbfgs->J, &J_local)); in MatLMVMDBFGSUpdateMultData()
742 PetscCall(MatSetFactorType(J_local, MAT_FACTOR_NONE)); in MatLMVMDBFGSUpdateMultData()
746 PetscCall(MatSetOption(J_local, MAT_SPD, PETSC_TRUE)); in MatLMVMDBFGSUpdateMultData()
747 PetscCall(MatCholeskyFactor(J_local, NULL, NULL)); in MatLMVMDBFGSUpdateMultData()
850 Mat J_local; in MatMult_LMVMDBFGS() local
957 PetscCall(MatDenseGetLocalMatrix(lbfgs->J, &J_local)); in MatMult_LMVMDBFGS()
960 PetscCall(MatDenseGetLocalMatrix(lbfgs->J, &J_local)); in MatMult_LMVMDBFGS()
961 PetscCall(MatSolve(J_local, lbfgs->rwork2_local, lbfgs->rwork3_local)); in MatMult_LMVMDBFGS()
1098 Mat J_local; in MatLMVMDDFPUpdateSolveData() local
[all …]