Searched refs:xinit (Results 1 – 2 of 2) sorted by relevance
27 Vec xinit; /* initial solution in case the final jacobian type is computed as first */ member57 if (nasm->xinit) PetscCall(VecDestroy(&nasm->xinit)); in SNESReset_NASM()158 if (nasm->fjtype == 2) PetscCall(VecDuplicate(snes->vec_sol, &nasm->xinit)); in SNESSetUp_NASM()679 if (nasm->fjtype == 2) X = nasm->xinit; in SNESNASMComputeFinalJacobian_Private()769 if (nasm->fjtype == 2) PetscCall(VecCopy(X, nasm->xinit)); in SNESSolve_NASM()868 nasm->xinit = NULL; in SNESCreate_NASM()
5469 (morpher/xinit-for-moved-nodes ())