Home
last modified time | relevance | path

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

/petsc/src/ksp/ksp/tutorials/
H A Dex59.c48 PetscBool DBC_zerorows; member
345 if (!dd.pure_neumann && !dd.DBC_zerorows && !dd.ipx) { in ComputeSubdomainMatrix()
372 …if (dd.DBC_zerorows && !dd.ipx) { /* in this case, we need to zero out some of the rows, so use se… in ComputeSubdomainMatrix()
404 if (!dd.pure_neumann && !dd.DBC_zerorows && !dd.ipx) { in ComputeSubdomainMatrix()
671 if (!dd->DBC_zerorows && !dd->ipx) dd->xm_l--; in DomainDecomposition()
672 if (!dd->DBC_zerorows) dd->xm--; in DomainDecomposition()
683 if (!dd->pure_neumann && !dd->DBC_zerorows && dd->ipx) dd->startx--; in DomainDecomposition()
729 if (dd.DBC_zerorows) { in ComputeMatrix()
885 if (dd.DBC_zerorows) { in ComputeKSPBDDC()
965 dd->DBC_zerorows = PETSC_FALSE; in InitializeDomainData()
[all …]