PetscLayoutCreateFromSizes#

Allocates PetscLayout object and sets the layout sizes, and sets the layout up.

Synopsis#

Collective

Input Parameters#

Output Parameters#

Note#

PetscLayoutCreateFromSizes(comm,n,N,bs,&layout);

is a shorthand for

See Also#

PetscLayout, PetscLayoutCreate(), PetscLayoutSetLocalSize(), PetscLayoutSetSize(), PetscLayoutGetSize(), PetscLayoutGetLocalSize(), PetscLayout, PetscLayoutDestroy(), PetscLayoutGetRange(), PetscLayoutGetRanges(), PetscLayoutSetBlockSize(), PetscLayoutGetBlockSize(), PetscLayoutSetUp(), PetscLayoutCreateFromRanges()

Level#

advanced

Location#

src/vec/is/utils/pmap.c


Edit on GitLab

Index of all IS routines
Table of Contents for all manual pages
Index of all manual pages