Home
last modified time | relevance | path

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

/petsc/doc/manualpages/MANSECHeaders/
H A DPetscSection3 `PetscSection` provides an interface to describe arbitrary data layouts onto entries of a `Vec` or …
/petsc/doc/changes/
H A D314.md245 layouts
/petsc/doc/manual/
H A Ddmplex.md378 `PetscSection`s representing data layouts on the meshes, and
379 `Vec`s defined on the data layouts to/from an HDF5 file in
H A Dmat.md156 the local values in the matrix. See {any}`sec_matlayout` for full details on row and column layouts.
201 All PETSc matrices have two `PetscLayout`s, they define the vector layouts for y and x in the produ…
203 Note that `MatCreateVecs()` provides two vectors that have compatible layouts for the associated ve…
H A Dstreams.md286 …ot produce as much performance as a usage that considers the matrix/vector layouts by performing an
/petsc/src/dm/impls/plex/cgns/
H A Dplexcgns2.c797 …S_ENUMT(ElementType_t) * cellTypes[], PetscInt *cell_ids[], PetscLayout *layouts[], PetscInt *conn… in DMPlexCGNS_CreateCornersConnectivitySection() argument
896 *layouts = layouts_; in DMPlexCGNS_CreateCornersConnectivitySection()
/petsc/lib/petsc/bin/maint/abi-compliance-checker/
H A DLICENSE260 structure layouts and accessors, and small macros and small inline
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A DMat.pyx1953 """Return the tuple of matrix layouts.