Home
last modified time | relevance | path

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

/petsc/include/petsc/private/ !
H A Dpcbddcimpl.h42 Mat local_auxmat2; member
/petsc/src/ksp/pc/impls/bddc/ !
H A Dbddcprivate.c4035 PetscCall(MatDestroy(&pcbddc->local_auxmat2)); in PCBDDCResetSolvers()
4498 PetscCall(MatDestroy(&pcbddc->local_auxmat2)); in PCBDDCSetUpCorrection()
4604 …etscCall(MatCreateSeqDense(PETSC_COMM_SELF, n_B, n_eff_constraints, NULL, &pcbddc->local_auxmat2)); in PCBDDCSetUpCorrection()
4605 …PetscCall(MatDenseScatter_Private(pcbddc->R_to_B, local_auxmat2_R, pcbddc->local_auxmat2, INSERT_V… in PCBDDCSetUpCorrection()
4612 … PetscCall(MatCreateSeqAIJFromDenseExpand(pcbddc->local_auxmat2, n_constraints, B_eff_C_J, &T)); in PCBDDCSetUpCorrection()
4613 PetscCall(MatDestroy(&pcbddc->local_auxmat2)); in PCBDDCSetUpCorrection()
4614 pcbddc->local_auxmat2 = T; in PCBDDCSetUpCorrection()
4616 PetscCall(MatMatMult(C_B, pcbddc->local_auxmat2, MAT_INITIAL_MATRIX, PETSC_DETERMINE, &S_CC)); in PCBDDCSetUpCorrection()
4626 …cCall(MatCreateSubMatrix(local_auxmat2_R, is_R, NULL, MAT_INITIAL_MATRIX, &pcbddc->local_auxmat2)); in PCBDDCSetUpCorrection()
4629 pcbddc->local_auxmat2 = local_auxmat2_R; in PCBDDCSetUpCorrection()
[all …]