Home
last modified time | relevance | path

Searched defs:rows (Results 101 – 109 of 109) sorted by relevance

12345

/petsc/src/dm/impls/plex/
H A Dplexpartition.c321 const PetscInt *rows, *cols, *ii, *jj; in DMPlexCreatePartitionerGraph_ViaMat() local
H A Dplextree.c1391 …PetscInt numFields, maxFields, f, pRefStart, pRefEnd, p, *rows, *cols, maxDof, maxAnDof… in DMPlexReferenceTreeGetChildrenMatrices() local
3160 PetscInt numFields, f, pRefStart, pRefEnd, p, *rows, *cols, maxDof; in DMPlexReferenceTreeGetChildrenMatrices_Injection() local
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dlibpetsc4py.pyx920 const PetscInt* rows,
/petsc/src/mat/impls/aij/mpi/mumps/
H A Dmumps.c1525 IS *rows, *cols; in MatConvertToTriples_nest_xaij() local
4362 IS *rows, *cols; in MatGetFactor_nest_mumps() local
/petsc/src/ts/tutorials/hamiltonian/
H A Dex4.c2532 const PetscInt rows[2] = {(p * 2 + 0) * dim + d + rStart, (p * 2 + 1) * dim + d + rStart}; in RHSJacobian() local
2634 const PetscInt rows[2] = {(p * 2 + 0) * dim + d + rStart, (p * 2 + 1) * dim + d + rStart}; in RHSJacobianS() local
/petsc/src/ksp/pc/impls/hpddm/
H A Dpchpddm.cxx2356 … IS ov[2], rows, cols, stride; /* [ A_10 A_11 A_12 ] */ in PCSetUp_HPDDM() local
/petsc/src/ksp/pc/impls/patch/
H A Dpcpatch.c1749 PetscInt rows; in PCPatchCreateMatrix_Private() local
/petsc/include/petsc/private/
H A Dmatimpl.h710 …PetscInt *rows; /* lists the local rows for each color (using the local row n… member
/petsc/src/dm/interface/
H A Ddm.c4288 PetscErrorCode DMPrintCellMatrix(PetscInt c, const char name[], PetscInt rows, PetscInt cols, const… in DMPrintCellMatrix()

12345