Home
last modified time | relevance | path

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

/petsc/src/mat/interface/
H A Dmatrix.c1792 …s, *dxm = (PetscInt *)idxm, *dxn = (PetscInt *)idxn, sdim = dim - (1 - (PetscInt)mat->stencil.noc); in MatSetValuesStencil()
1816 if (mat->stencil.noc) dxm++; in MatSetValuesStencil()
1826 if (mat->stencil.noc) dxn++; in MatSetValuesStencil()
1907 …s, *dxm = (PetscInt *)idxm, *dxn = (PetscInt *)idxn, sdim = dim - (1 - (PetscInt)mat->stencil.noc); in MatSetValuesBlockedStencil()
1989 mat->stencil.noc = (PetscBool)(dof == 1); in MatSetStencil()
4307 B->stencil.noc = A->stencil.noc; in MatCopy()
4308 for (i = 0; i <= A->stencil.dim + (A->stencil.noc ? 0 : -1); i++) { in MatCopy()
4484 (*M)->stencil.noc = mat->stencil.noc; in MatConvert()
4485 for (i = 0; i <= mat->stencil.dim + (mat->stencil.noc ? 0 : -1); i++) { in MatConvert()
4956 B->stencil.noc = mat->stencil.noc; in MatDuplicate()
[all …]
/petsc/include/petsc/private/
H A Dmatimpl.h414 PetscBool noc; /* this is a single component problem, hence user will not set MatStencil.c */ member