Home
last modified time | relevance | path

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

/dports/science/PETSc/petsc-3.14.1/src/mat/impls/preallocator/
H A Dmatpreallocator.c7 PetscInt *dnzu, *onzu; member
18 ierr = PetscFree4(p->dnz, p->onz, p->dnzu, p->onzu);CHKERRQ(ierr); in MatDestroy_Preallocator()
41 ierr = PetscCalloc4(mbs, &p->dnz, mbs, &p->onz, mbs, &p->dnzu, mbs, &p->onzu);CHKERRQ(ierr); in MatSetUp_Preallocator()
75 if (key.j >= key.i) ++p->onzu[key.i-rStart/bs]; in MatSetValues_Preallocator()
145 ierr = MatXAIJSetPreallocation(A, bs, p->dnz, p->onz, p->dnzu, p->onzu);CHKERRQ(ierr); in MatPreallocatorPreallocate_Preallocator()
235 p->onzu = NULL; in MatCreate_Preallocator()
/dports/science/PETSc/petsc-3.14.1/src/dm/impls/plex/
H A Dplexpreallocate.c584 …ectionAdj, const PetscInt cols[], PetscInt dnz[], PetscInt onz[], PetscInt dnzu[], PetscInt onzu[]) in DMPlexUpdateAllocation_Static() argument
612 if (cols[c] >= r) ++onzu[r-rStart]; in DMPlexUpdateAllocation_Static()
631 if (cols[c] >= row) ++onzu[r-rStart/bs]; in DMPlexUpdateAllocation_Static()
639 onzu[r] /= bs; in DMPlexUpdateAllocation_Static()
709 …m, PetscInt bs, PetscInt dnz[], PetscInt onz[], PetscInt dnzu[], PetscInt onzu[], Mat A, PetscBool… in DMPlexPreallocateOperator() argument
730 if (dnzu) PetscValidPointer(dnzu,7); if (onzu) PetscValidPointer(onzu,8); in DMPlexPreallocateOperator()
774 …cation_Static(dm, rLayout, bs, -1, sectionAdj[idx], cols[idx], dnz, onz, dnzu, onzu);CHKERRQ(ierr); in DMPlexPreallocateOperator()
780 …ocation_Static(dm, rLayout, bs, f, sectionAdj[idx], cols[idx], dnz, onz, dnzu, onzu);CHKERRQ(ierr); in DMPlexPreallocateOperator()
785 ierr = MatXAIJSetPreallocation(A, bs, dnz, onz, dnzu, onzu);CHKERRQ(ierr); in DMPlexPreallocateOperator()
816 … sectionGlobal, PetscInt dnz[], PetscInt onz[], PetscInt dnzu[], PetscInt onzu[], Mat A, PetscBool…
H A Dplex.c1448 PetscInt *dnz, *onz, *dnzu, *onzu, bsLocal[2], bsMinMax[2], *ltogidx, lsize; in DMCreateMatrix_Plex() local
1499 …c4(localSize/bs, &dnz, localSize/bs, &onz, localSize/bs, &dnzu, localSize/bs, &onzu);CHKERRQ(ierr); in DMCreateMatrix_Plex()
1500 ierr = DMPlexPreallocateOperator(dm, bs, dnz, onz, dnzu, onzu, *J, fillMatrix);CHKERRQ(ierr); in DMCreateMatrix_Plex()
1501 ierr = PetscFree4(dnz, onz, dnzu, onzu);CHKERRQ(ierr); in DMCreateMatrix_Plex()
/dports/chinese/rime-array/rime-array-d10f2f8b2aec7c7e736ace01e8a399e5ae5e7c3a/
H A Darray30_phrases.dict.yaml108949 怎有 onzu'
108950 近有 onzu'
108951 迭有 onzu'
/dports/science/PETSc/petsc-3.14.1/
H A DTAGS33571 PetscInt *dnzu, *onzu;onzu7,159
H A DCTAGS5765 …m, PetscInt bs, PetscInt dnz[], PetscInt onz[], PetscInt dnzu[], PetscInt onzu[], Mat A, PetscBool…
5870 …etscInt cols[], PetscInt dnz[], PetscInt onz[], PetscInt dnzu[], PetscInt onzu[])$/;" f language:C…
42501 dnzu src/mat/impls/preallocator/matpreallocator.c /^ PetscInt *dnzu, *onzu;$/;" m language:C str…
73192 onzu src/mat/impls/preallocator/matpreallocator.c /^ PetscInt *dnzu, *onzu;$/;" m language:C str…