Home
last modified time | relevance | path

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

/petsc/src/ksp/ksp/utils/lmvm/dense/
H A Ddenseqn.c441 static PetscErrorCode MatDestroyThenCopy(Mat src, Mat *dst) in MatDestroyThenCopy() function
488 PetscCall(MatDestroyThenCopy(blqn->HY, &mlqn->BS)); in MatCopy_LMVMDQN()
490 PetscCall(MatDestroyThenCopy(blqn->StY_triu, &mlqn->StY_triu)); in MatCopy_LMVMDQN()
491 PetscCall(MatDestroyThenCopy(blqn->StY_triu_strict, &mlqn->StY_triu_strict)); in MatCopy_LMVMDQN()
492 PetscCall(MatDestroyThenCopy(blqn->YtS_triu, &mlqn->YtS_triu)); in MatCopy_LMVMDQN()
493 PetscCall(MatDestroyThenCopy(blqn->YtS_triu_strict, &mlqn->YtS_triu_strict)); in MatCopy_LMVMDQN()
494 PetscCall(MatDestroyThenCopy(blqn->YtHY, &mlqn->YtHY)); in MatCopy_LMVMDQN()
495 PetscCall(MatDestroyThenCopy(blqn->StBS, &mlqn->StBS)); in MatCopy_LMVMDQN()
496 PetscCall(MatDestroyThenCopy(blqn->J, &mlqn->J)); in MatCopy_LMVMDQN()