Home
last modified time | relevance | path

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

/petsc/src/ksp/ksp/tutorials/
H A Dex59.c38 PetscInt nex_l, ney_l, nez_l; member
393 auxnex = dd.nex_l; in ComputeSubdomainMatrix()
649 dd->nex_l = dd->nex / dd->npx; in DomainDecomposition()
650 if (dd->ipx < dd->nex % dd->npx) dd->nex_l++; in DomainDecomposition()
664 dd->xm_l = dd->nex_l * dd->p + 1; in DomainDecomposition()
1012 printf("NEL : %d %d %d\n", dd.nex_l, dd.ney_l, dd.nez_l); in main()