#include "petscvec.h" PetscErrorCode PETSCVEC_DLLEXPORT PetscMapCreate(MPI_Comm comm, PetscMap *map)Collective on MPI_Comm
PetscMap PetscMapCreate(void) | -> | PetscMapCreate(PETSC_COMM_SELF,&m); return m; | |||
  PetscMapCreate(PetscMap*m) | -> | PetscMapCreate(m) |
Level:beginner
Location:src/vec/interface/mapcreate.c
Index of all Vec routines
Table of Contents for all manual pages
Index of all manual pages