#include "petscao.h" PetscErrorCode AOPetscToApplicationPermuteReal(AO ao, PetscInt block, PetscReal array[])Collective on AO Many br
ao | - The application ordering context Many br | |
block | - The block size Many br | |
array | - The integer array Many br |
Note: The length of the array should be block*N, where N is length Many brprovided to the AOCreate*() method that created the AO. Many br
The permutation takes array[i_pet] --> array[i_app], where i_app is Many brthe index of 'i' in the application ordering and i_pet is the index Many brof 'i' in the petsc ordering. Many br
Many br
Level:beginner
Location:src/vec/is/ao/interface/ao.c
Index of all AO routines
Table of Contents for all manual pages
Index of all manual pages