#include "petscvec.h" PetscErrorCode PETSCVEC_DLLEXPORT PetscMapCreateMPI(MPI_Comm comm,PetscInt n,PetscInt N,PetscMap *m)Collective on MPI_Comm
comm | - the MPI communicator to use | |
n | - local vector length (or PETSC_DECIDE to have calculated if N is given) | |
N | - global vector length (or PETSC_DECIDE to have calculated if n is given) |
PetscMap PetscMapCreateMPI(MPI_Comm comm,PetscInt l,PetscInt g) | -> | PetscMapCreateMPI(comm,l,g,&m); return m; |
Level:developer
Location:src/vec/impls/mpi/pmap.c
Index of all Vec routines
Table of Contents for all manual pages
Index of all manual pages