Searched refs:SNESSetUpMatrices (Results 1 – 16 of 16) sorted by relevance
74 PetscCall(SNESSetUpMatrices(snes)); in SNESSetUp_KSPONLY()
41 if (!snes->jacobian) PetscCall(SNESSetUpMatrices(snes)); in SNESComputeNGSDefaultSecant()
295 PetscCall(SNESSetUpMatrices(snes)); in SNESSetUp_NEWTONLS()
38 if (!snes->jacobian) PetscCall(SNESSetUpMatrices(snes)); in SNESLineSearchApply_NCGLinear()
372 PetscCall(SNESSetUpMatrices(snes)); in SNESSetUp_MS()
157 PetscCall(SNESSetUpMatrices(snes)); in SNESSetUp_NASM()159 for (i = 0; i < nasm->n; i++) PetscCall(SNESSetUpMatrices(nasm->subsnes[i])); in SNESSetUp_NASM()
269 if (qn->scale_type == SNES_QN_SCALE_JACOBIAN) PetscCall(SNESSetUpMatrices(snes)); in SNESSetUp_QN()
536 PetscCall(SNESSetUpMatrices(snes)); in SNESSetUp_NEWTONAL()
422 PetscCall(SNESSetUpMatrices(snes)); in SNESSetUp_VI()
581 PetscCall(SNESSetUpMatrices(snes)); in SNESSetUp_NEWTONTRDC()
184 PetscErrorCode SNESSetUpMatrices(PetscSNES)
1702 setUp, petsc.SNESSetUpMatrices1705 CHKERR(SNESSetUpMatrices(self.snes))
812 PetscCall(SNESSetUpMatrices(snes)); in SNESSetUp_NEWTONTR()
1009 PETSC_EXTERN PetscErrorCode SNESSetUpMatrices(SNES);
1490 PetscCall(SNESSetUpMatrices(snes)); in TSGetI2Jacobian()4436 PetscCall(SNESSetUpMatrices(snes)); in TSGetRHSJacobian()4473 PetscCall(SNESSetUpMatrices(snes)); in TSGetIJacobian()
759 PetscErrorCode SNESSetUpMatrices(SNES snes) in SNESSetUpMatrices() function